| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/ |
| HD | roots.h | 42 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT { return __builtin_c… in cbrt() function 45 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double cbrt(double __x) _NOEXCEPT { in cbrt() function 49 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double cbrt(long double __x) _NOEXCEPT { in cbrt() function 54 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double cbrt(_A1 __x) _NOEXCEPT { in cbrt() function
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_cbrt.c | 53 ATF_CHECK(isnan(cbrt(x)) != 0); in ATF_TC_BODY() 70 double x_cbrt = cbrt(x[i]); in ATF_TC_BODY() 97 double y = cbrt(x); in ATF_TC_BODY() 112 double y = cbrt(x); in ATF_TC_BODY() 127 double y = cbrt(x); in ATF_TC_BODY() 142 double y = cbrt(x); in ATF_TC_BODY()
|
| /freebsd-14-stable/lib/msun/src/ |
| HD | s_cbrt.c | 35 cbrt(double x) in cbrt() function 114 __weak_reference(cbrt, cbrtl);
|
| HD | math.h | 260 double cbrt(double);
|
| /freebsd-14-stable/contrib/bc/tests/bc/ |
| HD | lib2.txt | 84 cbrt(27) 85 cbrt(-27) 86 cbrt(4096) 87 cbrt(-4096)
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_math_forward_declares.h | 45 __DEVICE__ double cbrt(double); 46 __DEVICE__ float cbrt(float); 208 using ::cbrt;
|
| HD | __clang_cuda_cmath.h | 248 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, cbrt) 375 using ::cbrt;
|
| HD | __clang_hip_cmath.h | 212 __DEF_FUN1(float, cbrt) 488 __HIP_OVERLOAD1(double, cbrt) 658 using ::cbrt;
|
| HD | tgmath.h | 577 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt() 583 #undef cbrt 584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
|
| HD | __clang_cuda_math.h | 72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
|
| /freebsd-14-stable/contrib/bc/tests/bc/scripts/ |
| HD | root.bc | 7 cbrt(s)
|
| /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/include/ |
| HD | tgmath.h | 164 #define cbrt(x) __tg_simple(x, cbrt) macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarFuncs.def | 50 TLI_DEFINE_SCALAR_MASS_FUNC("cbrt", "__xl_cbrt")
|
| HD | VecFuncs.def | 107 TLI_DEFINE_VECFUNC("cbrt", "_simd_cbrt_d2", FIXED(2), "_ZGV_LLVM_N2v") 233 TLI_DEFINE_VECFUNC("cbrt", "__cbrtd2", FIXED(2), "_ZGV_LLVM_N2v") 531 TLI_DEFINE_VECFUNC("cbrt", "_ZGVnN2v_cbrt", FIXED(2), "_ZGV_LLVM_N2v") 749 TLI_DEFINE_VECFUNC("cbrt", "_ZGVsMxv_cbrt", SCALABLE(2), MASKED, "_ZGVsMxv") 935 TLI_DEFINE_VECFUNC("cbrt", "armpl_vcbrtq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2v") 937 TLI_DEFINE_VECFUNC("cbrt", "armpl_svcbrt_f64_x", SCALABLE(2), MASKED, "_ZGVsMxv") 1377 TLI_DEFINE_VECFUNC("cbrt", "amd_vrd2_cbrt", FIXED(2), NOMASK, "_ZGV_LLVM_N2v")
|
| HD | TargetLibraryInfo.def | 977 /// double cbrt(double x); 978 TLI_DEFINE_ENUM_INTERNAL(cbrt) 979 TLI_DEFINE_STRING_INTERNAL("cbrt")
|
| /freebsd-14-stable/lib/msun/ |
| HD | Symbol.map | 64 cbrt;
|
| 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/include/ |
| HD | math.h | 451 using std::__math::cbrt;
|
| HD | cmath | 167 floating_point cbrt (arithmetic x); 427 using ::cbrt _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/tools/regression/include/tgmath/ |
| HD | tgmath.c | 103 TGMACRO_REAL(cbrt) in TGMACRO_REAL() 480 PASS_REAL_ARG_REAL_RET(cbrt)); in main()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/ |
| HD | cmath.inc | 122 using ::cbrt _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | cmath.inc | 123 using std::cbrt _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/bc/gen/ |
| HD | lib2.bc | 179 define cbrt(x){return root(x,3)}
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | RuntimeLibcalls.def | 131 HANDLE_LIBCALL(CBRT_F64, "cbrt")
|