Searched defs:cbrt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcbrt.c32 extern double cbrt(double x) function
/illumos-gate/usr/src/lib/libm/common/C/
H A Dcbrt.c35 * cbrt: double precision cube root
44 * Now cbrt(x) = y*u*(1+t)^(1/3) where t = (z-u^3)/u^3. We approximate
54 * 2. cbrt(+/-inf) = +/-inf and cbrt(NaN) is NaN.
60 * then TBL[i] = cbrt(x(i)) rounded to 17 significant bits
219 #pragma weak cbrt = __cbrt macro
/illumos-gate/usr/src/head/
H A Dtgmath.h80 #undef cbrt macro
81 #define cbrt(x) __tgmath_cbrt(x) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c38 #pragma weak cbrt = __cbrt macro

Completed in 46 milliseconds