Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Droots.h42 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT { return __builtin_cbrtf(__x); } 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-src/contrib/arm-optimized-routines/pl/math/
H A Dcbrt_2u.c
H A Dv_cbrtf_1u7.c
H A Dsv_cbrtf_1u7.c
H A Dv_cbrt_2u.c
H A Dsv_cbrt_2u.c
/freebsd-src/lib/msun/src/
H A Ds_cbrt.c34 cbrt(double x) in cbrt() function
/freebsd-src/include/
H A Dtgmath.h164 #define cbrt(x) __tg_simple(x, cbrt) macro
/freebsd-src/contrib/llvm-project/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