Searched refs:ONE_FOURTH (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/quad/
H A Dfixunsdfdi.c42 #define ONE_FOURTH (1 << (LONG_BITS - 2)) macro
43 #define ONE_HALF (ONE_FOURTH * 2.0)
44 #define ONE (ONE_FOURTH * 4.0)
H A Dfixunssfdi.c42 #define ONE_FOURTH (1 << (LONG_BITS - 2)) macro
43 #define ONE_HALF (ONE_FOURTH * 2.0)
44 #define ONE (ONE_FOURTH * 4.0)

Completed in 41 milliseconds