Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/netbsd-tests/lib/libm/
H A Dt_cbrt.c52 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 Ds_cbrt.c38 cbrt(double x) in cbrt() function
117 __weak_reference(cbrt, cbrtl);
H A Dmath.h266 double cbrt(double);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h59 __DEVICE__ double cbrt(double);
60 __DEVICE__ float cbrt(float);
210 using ::cbrt;
H A D__clang_cuda_cmath.h210 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, cbrt)
337 using ::cbrt;
H A Dtgmath.h593 __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.h1486 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
H A Dopencl-c.h7068 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 Dcmath52 #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 Dmath.h48 using std::tr1::cbrt;
/freebsd-12.1/include/
H A Dtgmath.h166 #define cbrt(x) __tg_simple(x, cbrt) macro
/freebsd-12.1/lib/msun/
H A DSymbol.map65 cbrt;
H A DMakefile228 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 Dtgmath.c105 TGMACRO_REAL(cbrt) in TGMACRO_REAL()
482 PASS_REAL_ARG_REAL_RET(cbrt)); in main()
/freebsd-12.1/contrib/libc++/include/
H A Dmath.h1096 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 Dcmath168 floating_point cbrt (arithmetic x);
396 using ::cbrt;
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def508 /// 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 DRuntimeLibcalls.def132 HANDLE_LIBCALL(CBRT_F64, "cbrt")
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dsimd421 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 Dsys-protos.h148 extern double cbrt(double);
H A Dbuiltins.def198 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 DBuiltins.def1108 LIBBUILTIN(cbrt, "dd", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m41146 cbrt(0.0);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1436 fun:cbrt=uninstrumented
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi5415 @findex cbrt
5782 @code{catanl}, @code{catan}, @code{cbrtf}, @code{cbrtl}, @code{cbrt},

12