Searched refs:xc (Results 1 – 2 of 2) sorted by relevance
12 double_t xh, xl, xc; in sq() local14 xc = (double_t)x * SPLIT; in sq()15 xh = x - xc + xc; in sq()
15 long double xh, xl, xc; in sq() local16 xc = x * SPLIT; in sq()17 xh = x - xc + xc; in sq()
Completed in 4 milliseconds