Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/math/
A Dhypot.c12 double_t xh, xl, xc; in sq() local
14 xc = (double_t)x * SPLIT; in sq()
15 xh = x - xc + xc; in sq()
A Dhypotl.c15 long double xh, xl, xc; in sq() local
16 xc = x * SPLIT; in sq()
17 xh = x - xc + xc; in sq()

Completed in 4 milliseconds