Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds