Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Droots.h42 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT { return __builtin_cbrtf(__x); } in cbrt() function
45 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double cbrt(double __x) _NOEXCEPT { in cbrt() function
49 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double cbrt(long double __x) _NOEXCEPT { in cbrt() function
54 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double cbrt(_A1 __x) _NOEXCEPT { in cbrt() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp74 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } cbrt() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp74 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp224 MPFRNumber cbrt() const { cbrt() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } cbrt() function
H A Dtgmath.h584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro