Searched defs:ExponentBias (Results 1 – 7 of 7) sorted by relevance
81 …static inline Float convert(const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Fla… in convert() argument171 …inline bool operator<(const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags> &o… in operator <() argument
30 #define ExponentBias v_u32 (0x3f800000) /* asuint(1.0f). */ macro
14 #define ExponentBias 0x3ff0000000000000 macro
32 #define ExponentBias 0x3f800000 macro
42 #define ExponentBias v_u32 (0x3f800000) macro
120 unsigned ExponentBias = (1 << (ExponentWidth - 1)) - 1; in expandFPToI() local
3601 unsigned ExponentBias = FloatEltVT == MVT::f64 ? 1023 : 127; in lowerCTLZ_CTTZ_ZERO_UNDEF() local