Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dhypot.c6 #define SPLIT (0x1p32 + 1) macro
8 #define SPLIT (0x1p27 + 1) macro
15 xc = (double_t)x*SPLIT; in sq()
H A Dhypotl.c10 #define SPLIT (0x1p32L+1) macro
12 #define SPLIT (0x1p57L+1) macro
18 xc = x*SPLIT; in sq()
H A Dfmal.c39 #define SPLIT (0x1p32L + 1) macro
42 #define SPLIT (0x1p57L + 1) macro
138 p = a * SPLIT; in dd_mul()
143 p = b * SPLIT; in dd_mul()