Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/
HDhypot.h35 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-14-stable/lib/msun/src/
HDs_clog.c69 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()
HDs_csqrtf.c75 t = sqrt((a + hypot(a, b)) * 0.5); in csqrtf()
78 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrtf()
HDs_csqrt.c98 t = sqrt((a + hypot(a, b)) * 0.5); in csqrt()
102 t = sqrt((-a + hypot(a, b)) * 0.5); in csqrt()
HDe_hypot.c52 hypot(double x, double y) in hypot() function
125 __weak_reference(hypot, hypotl);
HDcatrig.c158 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()
HDw_cabs.c15 return hypot(creal(z), cimag(z)); in cabs()
HDmath.h266 double hypot(double, double);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_math_forward_declares.h83 __DEVICE__ double hypot(double, double);
84 __DEVICE__ float hypot(float, float);
227 using ::hypot;
HD__clang_cuda_cmath.h265 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, hypot);
394 using ::hypot;
HD__clang_hip_cmath.h228 __DEF_FUN2(float, hypot)
507 __HIP_OVERLOAD2(double, hypot)
677 using ::hypot;
HDtgmath.h826 __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
HD__clang_cuda_math.h139 __DEVICE__ double hypot(double __a, double __b) { return __nv_hypot(__a, __b); } in hypot() function
/freebsd-14-stable/lib/msun/
HDMakefile181 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
235 MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \
236 hypot.3 hypotf.3 hypot.3 hypotl.3
HDSymbol.map28 hypot;
/freebsd-14-stable/contrib/netbsd-tests/lib/libm/
HDt_hypot.c43 ATF_CHECK(hypot(a, b) == 13.0); in ATF_TC_BODY()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcmath215 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;
HDmath.h469 using std::__math::hypot;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
HDcmath52 __DEVICE__ float hypot(float __x, float __y) { return ::hypotf(__x, __y); }
107 __DEVICE__ float hypot(float __x, float __y) { return ::hypotf(__x, __y); }
HDcomplex_cmath.h35 return hypot(__c.real(), __c.imag()); in abs()
/freebsd-14-stable/include/
HDtgmath.h178 #define hypot(x, y) __tg_simple2(x, y, hypot) macro
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarFuncs.def75 TLI_DEFINE_SCALAR_MASS_FUNC("hypot", "__xl_hypot")
/freebsd-14-stable/tools/regression/include/tgmath/
HDtgmath.c122 TGMACRO_REAL_REAL(hypot)
522 PASS_REAL_REAL_ARG_REAL_RET(hypot)); in main()
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc133 using ::hypot _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc134 using std::hypot _LIBCPP_USING_IF_EXISTS;

12