| /freebsd-12.1/contrib/netbsd-tests/lib/libm/ |
| H A D | t_cbrt.c | 52 ATF_CHECK(isnan(cbrt(x)) != 0); in ATF_TC_BODY() 70 y = cbrt(x[i]); in ATF_TC_BODY() 88 double y = cbrt(x); in ATF_TC_BODY() 103 double y = cbrt(x); in ATF_TC_BODY() 118 double y = cbrt(x); in ATF_TC_BODY() 133 double y = cbrt(x); in ATF_TC_BODY()
|
| /freebsd-12.1/lib/msun/src/ |
| H A D | s_cbrt.c | 38 cbrt(double x) in cbrt() function 117 __weak_reference(cbrt, cbrtl);
|
| H A D | math.h | 266 double cbrt(double);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 59 __DEVICE__ double cbrt(double); 60 __DEVICE__ float cbrt(float); 210 using ::cbrt;
|
| H A D | __clang_cuda_cmath.h | 210 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, cbrt) 337 using ::cbrt;
|
| H A D | tgmath.h | 593 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt() 599 #undef cbrt 600 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
|
| H A D | __clang_cuda_device_functions.h | 1486 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
|
| H A D | opencl-c.h | 7068 float __ovld __cnfn cbrt(float); 7069 float2 __ovld __cnfn cbrt(float2); 7070 float3 __ovld __cnfn cbrt(float3); 7071 float4 __ovld __cnfn cbrt(float4); 7072 float8 __ovld __cnfn cbrt(float8); 7075 double __ovld __cnfn cbrt(double); 7083 half __ovld __cnfn cbrt(half); 7084 half2 __ovld __cnfn cbrt(half2); 7085 half3 __ovld __cnfn cbrt(half3); 7086 half4 __ovld __cnfn cbrt(half4); [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | cmath | 52 #undef cbrt 175 using ::cbrt; 406 cbrt(float __x) 410 cbrt(long double __x) 415 cbrt(_Tp __x) 418 return cbrt(__type(__x));
|
| H A D | math.h | 48 using std::tr1::cbrt;
|
| /freebsd-12.1/include/ |
| H A D | tgmath.h | 166 #define cbrt(x) __tg_simple(x, cbrt) macro
|
| /freebsd-12.1/lib/msun/ |
| H A D | Symbol.map | 65 cbrt;
|
| H A D | Makefile | 228 MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3 sqrt.3 sqrtf.3 \
|
| /freebsd-12.1/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 105 TGMACRO_REAL(cbrt) in TGMACRO_REAL() 482 PASS_REAL_ARG_REAL_RET(cbrt)); in main()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | math.h | 1096 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function 1097 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function 1102 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
|
| H A D | cmath | 168 floating_point cbrt (arithmetic x); 396 using ::cbrt;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 508 /// double cbrt(double x); 509 TLI_DEFINE_ENUM_INTERNAL(cbrt) 510 TLI_DEFINE_STRING_INTERNAL("cbrt")
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 132 HANDLE_LIBCALL(CBRT_F64, "cbrt")
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | simd | 421 template <class Abi> floatv<Abi> cbrt(floatv<Abi> x); 422 template <class Abi> doublev<Abi> cbrt(doublev<Abi> x); 423 template <class Abi> ldoublev<Abi> cbrt(ldoublev<Abi> x);
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | sys-protos.h | 148 extern double cbrt(double);
|
| H A D | builtins.def | 198 DEF_C99_BUILTIN (BUILT_IN_CBRT, "cbrt", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1108 LIBBUILTIN(cbrt, "dd", "fnc", "math.h", ALL_LANGUAGES)
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | acinclude.m4 | 1146 cbrt(0.0);
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1436 fun:cbrt=uninstrumented
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 5415 @findex cbrt 5782 @code{catanl}, @code{catan}, @code{cbrtf}, @code{cbrtl}, @code{cbrt},
|