Searched defs:cbrt (Results 1 – 7 of 7) sorted by relevance
1096 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function1097 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function1102 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
2370 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
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...