/freebsd/lib/msun/src/ |
H A D | s_clogf.c | 69 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 D | catrigf.c | 93 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 D | w_cabsf.c | 16 return hypotf(crealf(z), cimagf(z)); in cabsf()
|
H A D | e_hypotf.c | 20 hypotf(float x, float y) in hypotf() function
|
H A D | math.h | 381 float hypotf(float, float);
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_hypot.c | 56 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 D | hypotf.c | 19 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 D | hypotf.c | 35 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 D | ScalarFuncs.def | 74 TLI_DEFINE_SCALAR_MASS_FUNC("hypotf", "__xl_hypotf")
|
H A D | VecFuncs.def | 672 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 D | Symbol.map | 29 hypotf;
|
H A D | Makefile | 234 hypot.3 hypotf.3 hypot.3 hypotl.3
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 134 using ::hypotf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/include/ |
H A D | mathlib.h | 69 DECL_SIMD_aarch64 float hypotf (float, float);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 216 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.h | 468 using ::hypotf;
|
H A D | __clang_hip_cmath.h | 755 using ::hypotf;
|
H A D | tgmath.h | 822 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} in __tg_hypot()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 135 using std::hypotf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 269 TFUNC(at_s2, rt_s, hypotf, 4*ULPUNIT),
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 520 SYMBOL(hypotf, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1472 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 D | libc_ubuntu1404_abilist.txt | 2018 fun:hypotf=uninstrumented
|