Searched defs:cbrt (Results 1 – 10 of 10) sorted by relevance
42 _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
34 cbrt(double x) in cbrt() function
164 #define cbrt(x) __tg_simple(x, cbrt) macro
72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro