Searched defs:cbrt (Results 1 – 6 of 6) sorted by relevance
1005 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function1006 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function1011 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
68 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
2369 double cbrt(double x) { in cbrt() function
3221 public static double cbrt(double x) { in cbrt() method in FastMath
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro