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

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dhypot.c11 static void sq(double_t* hi, double_t* lo, double x) { function
54 /* xh*xh must not overflow and xl*xl must not underflow in sq */
65 sq(&hx, &lx, x);
66 sq(&hy, &ly, y);
H A Dhypotl.c14 static void sq(long double* hi, long double* lo, long double x) { function
59 sq(&hx, &lx, x);
60 sq(&hy, &ly, y);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dwordexp.c33 int sq = 0, dq = 0; local
51 if (!sq)
56 sq ^= 1;
59 if (!sq)
80 if (!(sq | dq | np))
84 if (sq)
93 if (sq)

Completed in 25 milliseconds