Searched defs:ExponentBias (Results 1 – 2 of 2) sorted by relevance
76 …static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias,… in convert() argument129 …inline bool operator< (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flag… in operator <() argument
112 #define ExponentBias (127-15) in HalfToSinglePrecision() macro