Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/netbsd-tests/lib/libm/
HDt_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-14-stable/lib/msun/src/
HDs_cbrtf.c28 cbrtf(float x) in cbrtf() function
HDmath.h378 float cbrtf(float);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
HDcmath46 __DEVICE__ float cbrt(float __x) { return ::cbrtf(__x); }
100 __DEVICE__ float cbrt(float __x) { return ::cbrtf(__x); }
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarFuncs.def49 TLI_DEFINE_SCALAR_MASS_FUNC("cbrtf", "__xl_cbrtf")
HDVecFuncs.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")
HDTargetLibraryInfo.def982 /// float cbrtf(float x);
983 TLI_DEFINE_ENUM_INTERNAL(cbrtf)
984 TLI_DEFINE_STRING_INTERNAL("cbrtf")
/freebsd-14-stable/lib/msun/
HDSymbol.map65 cbrtf;
HDMakefile269 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc123 using ::cbrtf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcmath168 float cbrtf(float x);
428 using ::cbrtf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h450 using ::cbrtf;
HD__clang_cuda_math.h73 __DEVICE__ float cbrtf(float __a) { return __nv_cbrtf(__a); } in cbrtf() function
HD__clang_hip_cmath.h737 using ::cbrtf;
HDtgmath.h573 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
HD__clang_hip_math.h349 float cbrtf(float __x) { return __ocml_cbrt_f32(__x); }
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc124 using std::cbrtf _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDRuntimeLibcalls.def130 HANDLE_LIBCALL(CBRT_F32, "cbrtf")
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDCSymbolMap.inc345 SYMBOL(cbrtf, None, <math.h>)
HDStdSymbolMap.inc856 SYMBOL(cbrtf, std::, <cmath>)
857 SYMBOL(cbrtf, None, <cmath>)
858 SYMBOL(cbrtf, None, <math.h>)
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1442 fun:cbrtf=uninstrumented