Home
last modified time | relevance | path

Searched refs:hypotf (Results 1 – 24 of 24) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_clogf.c69 return (CMPLXF(logf(hypotf(x, y)), v)); in clogf()
84 return (CMPLXF(logf(hypotf(x * 0x1p-126F, y * 0x1p-126F)) + in clogf()
87 return (CMPLXF(logf(hypotf(x, y)), v)); in clogf()
91 return (CMPLXF(logf(hypotf(x * 0x1p127F, y * 0x1p127F)) + in clogf()
96 return (CMPLXF(logf(hypotf(x, y)), v)); in clogf()
H A Dcatrigf.c93 R = hypotf(x, y + 1); in do_hard_work()
94 S = hypotf(x, y - 1); in do_hard_work()
293 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1, in clog_for_large_values()
297 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
H A Dw_cabsf.c16 return hypotf(crealf(z), cimagf(z)); in cabsf()
H A De_hypotf.c20 hypotf(float x, float y) in hypotf() function
H A Dmath.h381 float hypotf(float, float);
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_hypot.c56 ATF_CHECK(hypotf(a, b) == 13.0f); in ATF_TC_BODY()
68 float val = hypotf(a, a); in ATF_TC_BODY()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dhypotf.c19 return sv_call2_f32 (hypotf, x, y, svsqrt_x (pg, sqsum), special); in special_case()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dhypotf.c35 return v_call2_f32 (hypotf, x, y, vsqrtq_f32 (sqsum), vmovl_u16 (special)); in special_case()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarFuncs.def74 TLI_DEFINE_SCALAR_MASS_FUNC("hypotf", "__xl_hypotf")
H A DVecFuncs.def672 TLI_DEFINE_VECFUNC("hypotf", "_ZGVnN4vv_hypotf", FIXED(4), "_ZGV_LLVM_N4vv")
808 TLI_DEFINE_VECFUNC("hypotf", "_ZGVsMxvv_hypotf", SCALABLE(4), MASKED, "_ZGVsMxvv")
1041 TLI_DEFINE_VECFUNC("hypotf", "armpl_vhypotq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4vv")
1043 TLI_DEFINE_VECFUNC("hypotf", "armpl_svhypot_f32_x", SCALABLE(4), MASKED, "_ZGVsMxvv")
/freebsd/lib/msun/
H A DSymbol.map29 hypotf;
H A DMakefile234 hypot.3 hypotf.3 hypot.3 hypotl.3
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc134 using ::hypotf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/include/
H A Dmathlib.h69 DECL_SIMD_aarch64 float hypotf (float, float);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath216 float hypotf(float x, float y);
450 using ::hypotf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h468 using ::hypotf;
H A D__clang_hip_cmath.h755 using ::hypotf;
H A Dtgmath.h822 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} in __tg_hypot()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc135 using std::hypotf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c269 TFUNC(at_s2, rt_s, hypotf, 4*ULPUNIT),
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc520 SYMBOL(hypotf, None, <math.h>)
H A DStdSymbolMap.inc1472 SYMBOL(hypotf, std::, <cmath>)
1473 SYMBOL(hypotf, None, <cmath>)
1474 SYMBOL(hypotf, None, <math.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2018 fun:hypotf=uninstrumented