/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | cbrt.c | 41 return sv_call_f64 (cbrt, x, y, special); in special_case() 63 svfloat64_t SV_NAME_D1 (cbrt) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument 131 TEST_SIG (SV, D, 1, cbrt, -10.0, 10.0) 132 TEST_ULP (SV_NAME_D1 (cbrt), 3.17) 133 TEST_DISABLE_FENV (SV_NAME_D1 (cbrt)) 134 TEST_SYM_INTERVAL (SV_NAME_D1 (cbrt), 0, inf, 1000000)
|
H A D | cbrtf.c | 52 svfloat32_t SV_NAME_F1 (cbrt) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument 114 TEST_SIG (SV, F, 1, cbrt, -10.0, 10.0) 115 TEST_ULP (SV_NAME_F1 (cbrt), 1.15) 116 TEST_DISABLE_FENV (SV_NAME_F1 (cbrt)) 117 TEST_SYM_INTERVAL (SV_NAME_F1 (cbrt), 0, inf, 1000000)
|
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | 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/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | cbrt_2u.c | 12 TEST_SIG (S, D, 1, cbrt, -10.0, 10.0) 28 cbrt (double x) in cbrt() function 68 TEST_ULP (cbrt, 1.30) 69 TEST_SYM_INTERVAL (cbrt, 0, inf, 1000000)
|
H A D | cbrtf_1u5.c | 64 TEST_SIG (S, F, 1, cbrt, -10.0, 10.0)
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | cbrtf.c | 52 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (cbrt) (float32x4_t x) in V_NAME_F1() argument 113 HALF_WIDTH_ALIAS_F1 (cbrt) 115 TEST_SIG (V, F, 1, cbrt, -10.0, 10.0) 116 TEST_ULP (V_NAME_F1 (cbrt), 1.15) 117 TEST_SYM_INTERVAL (V_NAME_F1 (cbrt), 0, inf, 1000000)
|
H A D | cbrt.c | 40 return v_call_f64 (cbrt, x, y, vmovl_u32 (special)); in special_case() 57 VPCS_ATTR float64x2_t V_NAME_D1 (cbrt) (float64x2_t x) in V_NAME_D1() argument 125 TEST_ULP (V_NAME_D1 (cbrt), 3.17) 126 TEST_SIG (V, D, 1, cbrt, -10.0, 10.0) 127 TEST_SYM_INTERVAL (V_NAME_D1 (cbrt), 0, inf, 1000000)
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | 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/lib/msun/src/ |
H A D | s_cbrt.c | 34 cbrt(double x) in cbrt() function 113 __weak_reference(cbrt, cbrtl);
|
H A D | math.h | 270 double cbrt(double);
|
/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 84 cbrt(27) 85 cbrt(-27) 86 cbrt(4096) 87 cbrt(-4096)
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 45 __DEVICE__ double cbrt(double); 46 __DEVICE__ float cbrt(float); 208 using ::cbrt;
|
H A D | __clang_cuda_cmath.h | 248 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, cbrt) 375 using ::cbrt;
|
H A D | __clang_hip_cmath.h | 212 __DEF_FUN1(float, cbrt) 488 __HIP_OVERLOAD1(double, cbrt) 658 using ::cbrt;
|
H A D | 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
|
/freebsd/contrib/bc/tests/bc/scripts/ |
H A D | root.bc | 7 cbrt(s)
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | cbrt.sollya | 1 // polynomial for approximating cbrt(x) in double precision
|
H A D | cbrtf.sollya | 1 // polynomial for approximating cbrt(x) in single precision
|
/freebsd/include/ |
H A D | tgmath.h | 164 #define cbrt(x) __tg_simple(x, cbrt) macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarFuncs.def | 50 TLI_DEFINE_SCALAR_MASS_FUNC("cbrt", "__xl_cbrt")
|
H A D | 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")
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 64 cbrt;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 451 using std::__math::cbrt;
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 103 TGMACRO_REAL(cbrt) in TGMACRO_REAL() 480 PASS_REAL_ARG_REAL_RET(cbrt)); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 122 using ::cbrt _LIBCPP_USING_IF_EXISTS;
|