2 references to ExponentBias
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (2)
125
return (sbyte)(BiasedExponent -
ExponentBias
);
2341
static int IBinaryFloatParseAndFormatInfo<Half>.ExponentBias =>
ExponentBias
;