Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dcbrtf.tst1 ; cbrtf.tst
6 func=cbrtf op1=7f800000 result=7f800000 errno=0
7 func=cbrtf op1=ff800000 result=ff800000 errno=0
8 func=cbrtf op1=7f800001 result=7fc00001 errno=0 status=i
9 func=cbrtf op1=7fc00001 result=7fc00001 errno=0
10 func=cbrtf op1=00000000 result=00000000 errno=0
11 func=cbrtf op1=00000001 result=26a14517.cc7 errno=0
12 func=cbrtf op1=00000002 result=26cb2ff5.29f errno=0
13 func=cbrtf op1=00000003 result=26e89768.579 errno=0
14 func=cbrtf op1=00000004 result=27000000.000 errno=0
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dcbrtf_1u5.c26 cbrtf (float x) in cbrtf() function
65 TEST_ULP (cbrtf, 1.03)
66 TEST_SYM_INTERVAL (cbrtf, 0, inf, 1000000)
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_cbrt.c162 ATF_CHECK(isnan(cbrtf(x)) != 0); in ATF_TC_BODY()
179 float x_cbrt = cbrtf(x[i]); in ATF_TC_BODY()
207 float y = cbrtf(x); in ATF_TC_BODY()
222 float y = cbrtf(x); in ATF_TC_BODY()
237 float y = cbrtf(x); in ATF_TC_BODY()
252 float y = cbrtf(x); in ATF_TC_BODY()
/freebsd/lib/msun/src/
H A Ds_cbrtf.c28 cbrtf(float x) in cbrtf() function
H A Dmath.h388 float cbrtf(float);
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dcbrtf.c36 return v_call_f32 (cbrtf, x, y, vmovl_u16 (special)); in special_case()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcbrtf.c37 return sv_call_f32 (cbrtf, x, y, special); in special_case()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarFuncs.def49 TLI_DEFINE_SCALAR_MASS_FUNC("cbrtf", "__xl_cbrtf")
H A DVecFuncs.def108 TLI_DEFINE_VECFUNC("cbrtf", "_simd_cbrt_f4", FIXED(4), "_ZGV_LLVM_N4v")
234 TLI_DEFINE_VECFUNC("cbrtf", "__cbrtf4", FIXED(4), "_ZGV_LLVM_N4v")
635 TLI_DEFINE_VECFUNC("cbrtf", "_ZGVnN4v_cbrtf", FIXED(4), "_ZGV_LLVM_N4v")
750 TLI_DEFINE_VECFUNC("cbrtf", "_ZGVsMxv_cbrtf", SCALABLE(4), MASKED, "_ZGVsMxv")
936 TLI_DEFINE_VECFUNC("cbrtf", "armpl_vcbrtq_f32", FIXED(4), NOMASK, "_ZGV_LLVM_N4v")
938 TLI_DEFINE_VECFUNC("cbrtf", "armpl_svcbrt_f32_x", SCALABLE(4), MASKED, "_ZGVsMxv")
1378 TLI_DEFINE_VECFUNC("cbrtf", "amd_vrs4_cbrtf", FIXED(4), NOMASK, "_ZGV_LLVM_N4v")
H A DTargetLibraryInfo.def982 /// float cbrtf(float x);
983 TLI_DEFINE_ENUM_INTERNAL(cbrtf)
984 TLI_DEFINE_STRING_INTERNAL("cbrtf")
/freebsd/lib/msun/
H A DSymbol.map65 cbrtf;
H A DMakefile267 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc123 using ::cbrtf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/include/
H A Dmathlib.h60 DECL_SIMD_aarch64 float cbrtf (float);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath168 float cbrtf(float x);
428 using ::cbrtf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h450 using ::cbrtf;
H A D__clang_hip_cmath.h737 using ::cbrtf;
H A Dtgmath.h573 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc124 using std::cbrtf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def130 HANDLE_LIBCALL(CBRT_F32, "cbrtf")
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c268 TFUNC(at_s,rt_s, cbrtf, 2*ULPUNIT),
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc345 SYMBOL(cbrtf, None, <math.h>)
H A DStdSymbolMap.inc856 SYMBOL(cbrtf, std::, <cmath>)
857 SYMBOL(cbrtf, None, <cmath>)
858 SYMBOL(cbrtf, None, <math.h>)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1442 fun:cbrtf=uninstrumented