Searched refs:cbrtf (Results 1 – 21 of 21) sorted by relevance
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_cbrt.c | 162 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/ |
| HD | s_cbrtf.c | 28 cbrtf(float x) in cbrtf() function
|
| HD | math.h | 378 float cbrtf(float);
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| HD | cmath | 46 __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/ |
| HD | ScalarFuncs.def | 49 TLI_DEFINE_SCALAR_MASS_FUNC("cbrtf", "__xl_cbrtf")
|
| HD | VecFuncs.def | 108 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")
|
| HD | TargetLibraryInfo.def | 982 /// float cbrtf(float x); 983 TLI_DEFINE_ENUM_INTERNAL(cbrtf) 984 TLI_DEFINE_STRING_INTERNAL("cbrtf")
|
| /freebsd-14-stable/lib/msun/ |
| HD | Symbol.map | 65 cbrtf;
|
| HD | Makefile | 269 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/ |
| HD | cmath.inc | 123 using ::cbrtf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | cmath | 168 float cbrtf(float x); 428 using ::cbrtf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_cmath.h | 450 using ::cbrtf;
|
| HD | __clang_cuda_math.h | 73 __DEVICE__ float cbrtf(float __a) { return __nv_cbrtf(__a); } in cbrtf() function
|
| HD | __clang_hip_cmath.h | 737 using ::cbrtf;
|
| HD | tgmath.h | 573 __tg_cbrt(float __x) {return cbrtf(__x);} in __tg_cbrt()
|
| HD | __clang_hip_math.h | 349 float cbrtf(float __x) { return __ocml_cbrt_f32(__x); }
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | cmath.inc | 124 using std::cbrtf _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | RuntimeLibcalls.def | 130 HANDLE_LIBCALL(CBRT_F32, "cbrtf")
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| HD | CSymbolMap.inc | 345 SYMBOL(cbrtf, None, <math.h>)
|
| HD | StdSymbolMap.inc | 856 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/ |
| HD | libc_ubuntu1404_abilist.txt | 1442 fun:cbrtf=uninstrumented
|