Searched defs:cbrt (Results 1 – 13 of 13) sorted by relevance
42 cbrt(double x) in cbrt() function
78 cbrt(double x) in cbrt() function
287 alias core.stdc.math.cbrt cbrt; in version() local289 alias core.stdc.math.cbrtf cbrt; in version() local291 alias core.stdc.math.cbrtl cbrt; in version() local788 alias core.stdc.math.cbrt cbrt; in version() local790 alias core.stdc.math.cbrtf cbrt; in version() local792 alias core.stdc.math.cbrtl cbrt; in version() local1278 alias core.stdc.math.cbrt cbrt; variable1280 alias core.stdc.math.cbrtf cbrt; variable1282 alias core.stdc.math.cbrtl cbrt; variable
248 real cbrt(real x) @trusted nothrow @nogc in cbrt() function
1113 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function1114 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function1119 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
81 #define cbrt(x) __TGMATH_REAL(x, cbrt) macro
150 #define cbrt(a) __TG_FN1(cbrt, (a)) 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
393 cbrt, 99 keyword
3826 real cbrt(real x) @trusted nothrow @nogc in cbrt() function