Searched refs:hypot (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/complex/
H A Dcabs.c4 return hypot(creal(z), cimag(z));
/fuchsia/zircon/third_party/ulib/musl/third_party/complex/
H A Dcsqrtf.c75 t = sqrt((a + hypot(a, b)) * 0.5);
78 t = sqrt((-a + hypot(a, b)) * 0.5);
H A Dcsqrt.c88 t = sqrt((a + hypot(a, b)) * 0.5);
91 t = sqrt((-a + hypot(a, b)) * 0.5);
/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dhypot.c21 double hypot(double x, double y) { function
43 /* note: hypot(inf,nan) == inf */
48 /* note: hypot(x,y) ~= x + y*y/x/2 with inexact for small y/x */
H A Dhypotl.c5 return hypot(x, y);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h227 double hypot(double, double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk353 $(LOCAL_DIR)/src/math/hypot.c \

Completed in 106 milliseconds