Searched refs:hypot (Results 1 – 14 of 14) sorted by relevance
/math/ |
A D | auto-libm-test-out-hypot | 1 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 D | libm-test-hypot.inc | 1 /* 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 D | auto-libm-test-in | 5706 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 D | test-tgmath.c | 260 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 D | w_hypot.c | 7 versioned_symbol (libm, __hypot, hypot, GLIBC_2_35); 8 libm_alias_float_other (__hypot, hypot)
|
A D | Versions | 64 hypot; hypotf; hypotl; 632 hypotf; hypot;
|
A D | tgmath.h | 803 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
|
A D | Makefile | 289 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \ 378 floor fma fmax fmin fmod frexp hypot ilogb ldexp lgamma \
|
A D | w_hypotl_compat.c | 37 libm_alias_ldouble (__hypot, hypot)
|
A D | w_hypot_template.c | 38 declare_mgen_alias (__hypot, hypot)
|
A D | w_hypot_compat.c | 34 compat_symbol (libm, __hypot_compat, hypot, GLIBC_2_0);
|
A D | test-math-cxx11.cc | 87 (void) hypot; in do_test()
|
A D | libm-test-cabs.inc | 23 /* cabs (x + iy) is specified as hypot (x,y) */
|
/math/bits/ |
A D | mathcalls.h | 147 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
|
Completed in 222 milliseconds