Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A Ds_cbrt.c33 cbrt(double x) in cbrt() function
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm747 sub cbrt { subroutine
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h1030 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT {ret… in cbrt() function
1033 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double cbrt(double __x) _NOEXCEPT { in cbrt() function
1037 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double cbrt(long double __x) _NOEXCEPT {ret… in cbrt() function
1042 cbrt(_A1 __x) _NOEXCEPT {return __builtin_cbrt((double)__x);} in cbrt() function
/openbsd-src/include/
H A Dtgmath.h123 #define cbrt(x) __tg_simple(x, cbrt) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
H A Dtgmath.h584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro