Home
last modified time | relevance | path

Searched defs:ay (Results 1 – 6 of 6) sorted by relevance

/sysdeps/ieee754/ldbl-96/
A De_hypotl.c43 kernel (long double ax, long double ay) in kernel()
79 long double ay = x < y ? x : y; in __ieee754_hypotl() local
/sysdeps/ieee754/ldbl-128/
A De_hypotl.c43 kernel (_Float128 ax, _Float128 ay) in kernel()
79 _Float128 ay = x < y ? x : y; in __ieee754_hypotl() local
A De_powl.c154 _Float128 s2, s_h, s_l, t_h, t_l, ay; in __ieee754_powl() local
/sysdeps/ieee754/dbl-64/
A De_hypot.c64 kernel (double ax, double ay) in kernel()
111 double ay = USE_FMIN_BUILTIN ? fmin (x, y) : (x < y ? x : y); in __hypot() local
A De_atan2.c62 double ax, ay, u, du, v, vv, dv, t1, t2, t3, in __ieee754_atan2() local
/sysdeps/ieee754/ldbl-128ibm/
A De_powl.c154 long double s2, s_h, s_l, t_h, t_l, ay; in __ieee754_powl() local

Completed in 9 milliseconds