Searched refs:SPLIT (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dhypot.c6 #define SPLIT (0x1p32 + 1) macro
8 #define SPLIT (0x1p27 + 1) macro
14 xc = (double_t)x * SPLIT;
H A Dhypotl.c9 #define SPLIT (0x1p32L + 1) macro
11 #define SPLIT (0x1p57L + 1) macro
16 xc = x * SPLIT;
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dfmal.c37 #define SPLIT (0x1p32L + 1) macro
40 #define SPLIT (0x1p57L + 1) macro
132 p = a * SPLIT;
137 p = b * SPLIT;

Completed in 24 milliseconds