Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 14 of 14) sorted by relevance

/math/
A Dauto-libm-test-out-hypot1 hypot 0 0
26 hypot 0 -0
51 hypot -0 0
76 hypot -0 -0
101 hypot 0.7 12.4
8301 hypot 0.75 0
8326 hypot -0.75 0
11515 hypot 0 min
11673 hypot 0 -min
11831 hypot min 0
[all …]
A Dlibm-test-hypot.inc1 /* Test hypot.
23 TEST_ff_f (hypot, plus_infty, 1, plus_infty, ERRNO_UNCHANGED),
24 TEST_ff_f (hypot, plus_infty, -1, plus_infty, ERRNO_UNCHANGED),
25 TEST_ff_f (hypot, plus_infty, 0, plus_infty, ERRNO_UNCHANGED),
33 TEST_ff_f (hypot, 1, plus_infty, plus_infty, ERRNO_UNCHANGED),
34 TEST_ff_f (hypot, -1, plus_infty, plus_infty, ERRNO_UNCHANGED),
35 TEST_ff_f (hypot, 0, plus_infty, plus_infty, ERRNO_UNCHANGED),
43 TEST_ff_f (hypot, minus_infty, 1, plus_infty, ERRNO_UNCHANGED),
45 TEST_ff_f (hypot, minus_infty, 0, plus_infty, ERRNO_UNCHANGED),
53 TEST_ff_f (hypot, 1, minus_infty, plus_infty, ERRNO_UNCHANGED),
[all …]
A Dauto-libm-test-in5706 hypot 0 0
5707 hypot 0 -0
5708 hypot -0 0
5709 hypot -0 -0
5710 # hypot (x,y) == hypot (+-x, +-y).
5720 hypot 0.75 0
5721 hypot -0.75 0
5742 hypot 0 min
5744 hypot 0 -min
5746 hypot min 0
[all …]
A Dtest-tgmath.c260 a = hypot (hypot (x, b), hypot (c, a)); in F()
373 a = hypot (y, y); in F()
661 (F(hypot)) (TYPE x, TYPE y) in TYPE() argument
A Dw_hypot.c7 versioned_symbol (libm, __hypot, hypot, GLIBC_2_35);
8 libm_alias_float_other (__hypot, hypot)
A DVersions64 hypot; hypotf; hypotl;
632 hypotf; hypot;
A Dtgmath.h803 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
A DMakefile289 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
A Dw_hypotl_compat.c37 libm_alias_ldouble (__hypot, hypot)
A Dw_hypot_template.c38 declare_mgen_alias (__hypot, hypot)
A Dw_hypot_compat.c34 compat_symbol (libm, __hypot_compat, hypot, GLIBC_2_0);
A Dtest-math-cxx11.cc87 (void) hypot; in do_test()
A Dlibm-test-cabs.inc23 /* cabs (x + iy) is specified as hypot (x,y) */
/math/bits/
A Dmathcalls.h147 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));

Completed in 222 milliseconds