/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | atanhf.tst | 1 ; atanhf.tst 6 func=atanhf op1=7fc00001 result=7fc00001 errno=0 7 func=atanhf op1=ffc00001 result=7fc00001 errno=0 8 func=atanhf op1=7f800001 result=7fc00001 errno=0 status=i 9 func=atanhf op1=ff800001 result=7fc00001 errno=0 status=i 10 func=atanhf op1=7f800000 result=7fc00001 errno=EDOM status=i 11 func=atanhf op1=ff800000 result=7fc00001 errno=EDOM status=i 12 func=atanhf op1=3f800001 result=7fc00001 errno=EDOM status=i 13 func=atanhf op1=bf800001 result=7fc00001 errno=EDOM status=i 14 func=atanhf op1=3f800000 result=7f800000 errno=ERANGE status=z [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atanhf_3u1.c | 62 atanhf (float x) in atanhf() function 83 TEST_ULP (atanhf, 2.59) 84 TEST_SYM_INTERVAL (atanhf, 0, 0x1p-12, 500) 85 TEST_SYM_INTERVAL (atanhf, 0x1p-12, 1, 200000) 86 TEST_SYM_INTERVAL (atanhf, 1, inf, 1000)
|
/freebsd/lib/msun/src/ |
H A D | e_atanhf.c | 24 atanhf(float x) in atanhf() function
|
H A D | math.h | 387 float atanhf(float);
|
H A D | catrigf.c | 348 return (CMPLXF(atanhf(x), y)); in catanhf()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | atanhf.c | 23 return sv_call_f32 (atanhf, x, y, special); in special_case()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | atanhf.c | 36 return v_call_f32 (atanhf, vbslq_f32 (AbsMask, x, halfsign), in special_case()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarFuncs.def | 44 TLI_DEFINE_SCALAR_MASS_FUNC("atanhf", "__xl_atanhf")
|
H A D | VecFuncs.def | 63 TLI_DEFINE_VECFUNC("atanhf", "vatanhf", FIXED(4), "_ZGV_LLVM_N4v") 134 TLI_DEFINE_VECFUNC("atanhf", "_simd_atanh_f4", FIXED(4), "_ZGV_LLVM_N4v") 298 TLI_DEFINE_VECFUNC("atanhf", "__atanhf4", FIXED(4), "_ZGV_LLVM_N4v") 633 TLI_DEFINE_VECFUNC("atanhf", "_ZGVnN4v_atanhf", FIXED(4), "_ZGV_LLVM_N4v") 747 TLI_DEFINE_VECFUNC("atanhf", "_ZGVsMxv_atanhf", SCALABLE(4), MASKED, "_ZGVsMxv") 931 TLI_DEFINE_VECFUNC("atanhf", "armpl_vatanhq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4v") 933 TLI_DEFINE_VECFUNC("atanhf", "armpl_svatanh_f32_x", SCALABLE(4), MASKED, "_ZGVsMxv")
|
H A D | TargetLibraryInfo.def | 907 /// float atanhf(float x); 908 TLI_DEFINE_ENUM_INTERNAL(atanhf) 909 TLI_DEFINE_STRING_INTERNAL("atanhf")
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 17 atanhf;
|
H A D | Makefile | 191 MLINKS+=atanh.3 atanhf.3 atanh.3 atanhl.3
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 51 using ::atanhf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/include/ |
H A D | mathlib.h | 59 DECL_SIMD_aarch64 float atanhf (float);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 164 float atanhf(float x); 426 using ::atanhf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 449 using ::atanhf;
|
H A D | __clang_hip_cmath.h | 736 using ::atanhf;
|
H A D | tgmath.h | 205 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 52 using std::atanhf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 234 TFUNC(at_s, rt_s, atanhf, 4*ULPUNIT),
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 237 SYMBOL(atanhf, None, <math.h>)
|
H A D | StdSymbolMap.inc | 668 SYMBOL(atanhf, std::, <cmath>) 669 SYMBOL(atanhf, None, <cmath>) 670 SYMBOL(atanhf, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1376 fun:atanhf=uninstrumented
|