Home
last modified time | relevance | path

Searched refs:FRACTION_LEN (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/crt/math/arm/
H A D__fto64.h11 #define FRACTION_LEN 52 macro
16 #define FRACTION_LEN 23 macro
32 #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()
H A D__64tof.h11 #define FRACTION_LEN 52 macro
17 #define FRACTION_LEN 23 macro
44 FINT_TYPE exponent = EXPONENT_ZERO + FRACTION_LEN; in __64tof()
70 result.raw = exponent << FRACTION_LEN; in __64tof()