/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_hypot_1u5.c | 24 return sv_call2_f64 (hypot, x, y, svsqrt_x (pg, sqsum), special); in special_case() 32 svfloat64_t SV_NAME_D2 (hypot) (svfloat64_t x, svfloat64_t y, svbool_t pg) in SV_NAME_D2() argument 46 PL_SIG (SV, D, 2, hypot, -10.0, 10.0) 47 PL_TEST_ULP (SV_NAME_D2 (hypot), 0.71) 48 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), 0, inf, 0, inf, 10000) 49 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), 0, inf, -0, -inf, 10000) 50 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), -0, -inf, 0, inf, 10000) 51 PL_TEST_INTERVAL2 (SV_NAME_D2 (hypot), -0, -inf, -0, -inf, 10000)
|
H A D | v_hypot_1u5.c | 35 return v_call2_f64 (hypot, x, y, vsqrtq_f64 (sqsum), vmovl_u32 (special)); in special_case() 45 float64x2_t VPCS_ATTR V_NAME_D2 (hypot) (float64x2_t x, float64x2_t y) in V_NAME_D2() argument 72 float64x2_t VPCS_ATTR V_NAME_D2 (hypot) (float64x2_t x, float64x2_t y) in V_NAME_D2() argument 89 PL_SIG (V, D, 2, hypot, -10.0, 10.0) 90 PL_TEST_ULP (V_NAME_D2 (hypot), 1.21) 91 PL_TEST_EXPECT_FENV (V_NAME_D2 (hypot), WANT_SIMD_EXCEPT) 92 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), 0, inf, 0, inf, 10000) 93 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), 0, inf, -0, -inf, 10000) 94 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), -0, -inf, 0, inf, 10000) 95 PL_TEST_INTERVAL2 (V_NAME_D2 (hypot), -0, -inf, -0, -inf, 10000)
|
H A D | v_hypotf_1u5.c | 44 float32x4_t VPCS_ATTR V_NAME_F2 (hypot) (float32x4_t x, float32x4_t y) in V_NAME_F2() argument 71 float32x4_t VPCS_ATTR V_NAME_F2 (hypot) (float32x4_t x, float32x4_t y) in V_NAME_F2() argument 88 PL_SIG (V, F, 2, hypot, -10.0, 10.0) 89 PL_TEST_ULP (V_NAME_F2 (hypot), 1.21) 90 PL_TEST_EXPECT_FENV (V_NAME_F2 (hypot), WANT_SIMD_EXCEPT) 91 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), 0, inf, 0, inf, 10000) 92 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), 0, inf, -0, -inf, 10000) 93 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), -0, -inf, 0, inf, 10000) 94 PL_TEST_INTERVAL2 (V_NAME_F2 (hypot), -0, -inf, -0, -inf, 10000)
|
H A D | sv_hypotf_1u5.c | 26 svfloat32_t SV_NAME_F2 (hypot) (svfloat32_t x, svfloat32_t y, in SV_NAME_F2() argument 40 PL_SIG (SV, F, 2, hypot, -10.0, 10.0) 41 PL_TEST_ULP (SV_NAME_F2 (hypot), 0.71) 42 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), 0, inf, 0, inf, 10000) 43 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), 0, inf, -0, -inf, 10000) 44 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), -0, -inf, 0, inf, 10000) 45 PL_TEST_INTERVAL2 (SV_NAME_F2 (hypot), -0, -inf, -0, -inf, 10000)
|
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | hypot.h | 35 inline _LIBCPP_HIDE_FROM_ABI float hypot(float __x, float __y) _NOEXCEPT { return __builtin_hypotf(… in hypot() function 38 _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y) _NOEXCEPT { in hypot() function 42 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y) _NOEXCEPT { in hypot() function 47 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type hypot(_A1 __x, _A2 __y) _NOEXCEPT { in hypot() function 50 return __math::hypot((__result_type)__x, (__result_type)__y); in hypot() 83 inline _LIBCPP_HIDE_FROM_ABI float hypot(float __x, float __y, float __z) { return __math::__hypot(… in hypot() function 85 inline _LIBCPP_HIDE_FROM_ABI double hypot(double __x, double __y, double __z) { return __math::__hy… in hypot() function 87 inline _LIBCPP_HIDE_FROM_ABI long double hypot(long double __x, long double __y, long double __z) { in hypot() function 95 _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2, _A3>::type hypot(_A1 __x, _A2 __y, _A3 __z) _NOE… in hypot() function
|
/freebsd/lib/msun/src/ |
H A D | s_clog.c | 69 return (CMPLX(log(hypot(x, y)), v)); in clog() 84 return (CMPLX(log(hypot(x * 0x1p-1022, y * 0x1p-1022)) + in clog() 87 return (CMPLX(log(hypot(x, y)), v)); in clog() 91 return (CMPLX(log(hypot(x * 0x1p1023, y * 0x1p1023)) + in clog() 96 return (CMPLX(log(hypot(x, y)), v)); in clog()
|
H A D | s_csqrtf.c | 75 t = sqrt((a + hypot(a, b)) * 0.5); in csqrtf() 78 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrtf()
|
H A D | s_csqrt.c | 98 t = sqrt((a + hypot(a, b)) * 0.5); in csqrt() 102 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrt()
|
H A D | e_hypot.c | 51 hypot(double x, double y) in hypot() function 124 __weak_reference(hypot, hypotl);
|
H A D | catrig.c | 158 R = hypot(x, y + 1); /* |z+I| */ in do_hard_work() 159 S = hypot(x, y - 1); /* |z-I| */ in do_hard_work() 482 return (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values() 489 return (CMPLX(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values()
|
H A D | w_cabs.c | 15 return hypot(creal(z), cimag(z)); in cabs()
|
H A D | math.h | 276 double hypot(double, double);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 83 __DEVICE__ double hypot(double, double); 84 __DEVICE__ float hypot(float, float); 227 using ::hypot;
|
H A D | __clang_cuda_cmath.h | 265 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, hypot); 394 using ::hypot;
|
H A D | __clang_hip_cmath.h | 228 __DEF_FUN2(float, hypot) 507 __HIP_OVERLOAD2(double, hypot) 677 using ::hypot;
|
H A D | tgmath.h | 826 __tg_hypot(double __x, double __y) {return hypot(__x, __y);} in __tg_hypot() 832 #undef hypot 833 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
|
/freebsd/lib/msun/ |
H A D | Makefile | 179 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \ 233 MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \ 234 hypot.3 hypotf.3 hypot.3 hypotl.3
|
H A D | Symbol.map | 28 hypot;
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_hypot.c | 43 ATF_CHECK(hypot(a, b) == 13.0); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 215 floating_point hypot (arithmetic x, arithmetic y); 219 double hypot(double x, double y, double z); // C++17 220 float hypot(float x, float y, float z); // C++17 221 long double hypot(long double x, long double y, long double z); // C++17 316 #include <__math/hypot.h> 449 using ::hypot _LIBCPP_USING_IF_EXISTS;
|
H A D | math.h | 469 using std::__math::hypot;
|
/freebsd/include/ |
H A D | tgmath.h | 178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarFuncs.def | 75 TLI_DEFINE_SCALAR_MASS_FUNC("hypot", "__xl_hypot")
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 122 TGMACRO_REAL_REAL(hypot) 522 PASS_REAL_REAL_ARG_REAL_RET(hypot)); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 133 using ::hypot _LIBCPP_USING_IF_EXISTS;
|