Searched refs:FRACTION_LEN (Results 1 – 2 of 2) sorted by relevance
11 #define FRACTION_LEN 52 macro16 #define FRACTION_LEN 23 macro32 #define SIGN_MASK (((FINT_TYPE)1) << (FRACTION_LEN + EXPONENT_LEN))34 #define FRACTION_ONE (((FINT_TYPE)1) << FRACTION_LEN)60 exponent = (int)(value >> FRACTION_LEN); in __fto64()89 exponent -= FRACTION_LEN; in __fto64()
11 #define FRACTION_LEN 52 macro17 #define FRACTION_LEN 23 macro44 FINT_TYPE exponent = EXPONENT_ZERO + FRACTION_LEN; in __64tof()70 result.raw = exponent << FRACTION_LEN; in __64tof()