Searched refs:cbrt (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1433 void cbrt() {} function
H A Dlibroot_stubs.c1502 void cbrt() {} function
/haiku/headers/posix/
H A Dmath.h203 extern double cbrt(double x);
/haiku/src/kits/shared/
H A DExpressionParser.cpp650 } else if (strcasecmp("cbrt", token.string.String()) == 0) {
652 return _ParseFactorial(values[0].cbrt());
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp154 cbrt = new float[0x10000];
173 delete[] cbrt;
1285 cbrt[i] = r > 0.008856 ? pow(r, 1 / 3.0) : 7.787 * r + 16 / 116.0;
1304 xyz[0] = cbrt[CLIP((int) xyz[0])];
1305 xyz[1] = cbrt[CLIP((int) xyz[1])];
1306 xyz[2] = cbrt[CLIP((int) xyz[2])];
H A DRAW.h182 float* cbrt; member in class:DCRaw
/haiku/src/system/libroot/posix/musl/math/
H A Dcbrt.c14 /* cbrt(x)
25 /* |1/cbrt(x) - p(x)| < 2**-23.5 (~[-7.93e-8, 7.929e-8]). */
33 double cbrt(double x) function
39 if (hx >= 0x7ff00000) /* cbrt(NaN,INF) is itself */
43 * Rough cbrt to 5 bits:
44 * cbrt(2**e*(1+m) ~= 2**(e/3)*(1+(e%3+m)/3)
61 return x; /* cbrt(0) is itself */
70 * New cbrt to 23 bits:
71 * cbrt(x) = t*cbrt(
[all...]
H A Dcbrtl.c23 return cbrt(x);
39 * If x = +-Inf, then cbrt(x) = +-Inf.
40 * If x = NaN, then cbrt(x) = NaN.
48 /* If x = +-0, then cbrt(x) = +-0. */
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h155 __MATHCALL (cbrt,, (_Mdouble_ __x));
/haiku/headers/libs/mapm/
H A Dm_apm.h133 * add cbrt prototype
544 MAPM_1aryFunc(cbrt)
629 MAPM_1aryFunc(cbrt)

Completed in 188 milliseconds