HomeSort by relevance Sort by last modified time
    Searched full:cbrt (Results 126 - 150 of 497) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/ndk/platforms/android-23/arch-mips/symbols/
libm.so.versions.txt 47 cbrt;
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libm.so.functions.txt 43 cbrt
libm.so.versions.txt 47 cbrt;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libm.so.functions.txt 43 cbrt
libm.so.versions.txt 47 cbrt;
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libm.so.functions.txt 43 cbrt
libm.so.versions.txt 47 cbrt;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtl.c 50 * If x = +-Inf, then cbrt(x) = +-Inf.
51 * If x = NaN, then cbrt(x) = NaN.
58 /* If x = +-0, then cbrt(x) = +-0. */
  /external/valgrind/none/tests/mips32/
test_math.cpp 102 /* Test cbrt. */
103 printf("cbrt(27.0): %lf\n", cbrt(27.0));
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 69 qpoints->pCbrt = cbrt;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 50 qpoints->pCbrt = cbrt;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 57 qpoints->pCbrt = cbrt;
  /bionic/libm/x86/
s_cbrt.S 38 // cbrt(2^j * 1. b1 b2 .. b5 1) is approximated as T[j][b1..b5]+D[j][b1..b5]
44 // cbrt(NaN) = quiet NaN, and raise invalid exception
45 // cbrt(INF) = that INF
46 // cbrt(+/-0) = +/-0
66 # -- Begin cbrt
67 ENTRY(cbrt) function
224 END(cbrt)
225 # -- End cbrt
228 ALIAS_SYMBOL(cbrtl, cbrt);
  /external/v8/src/js/
math.js 259 // Cube root approximation, refer to: http://metamerist.com/cbrt/cbrt.htm
260 // Using initial approximation adapted from Kahan's cbrt and 4 iterations
328 "cbrt", MathCbrt
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 86 TEST_FUNC_1(cbrt);
  /libcore/ojluni/src/main/native/
jfdlibm.h 49 #define cbrt jcbrt macro
  /bionic/libm/x86_64/
s_cbrt.S 38 // cbrt(2^j * 1. b1 b2 .. b5 1) is approximated as T[j][b1..b5]+D[j][b1..b5]
44 // cbrt(NaN) = quiet NaN, and raise invalid exception
45 // cbrt(INF) = that INF
46 // cbrt(+/-0) = +/-0
51 # -- Begin cbrt
52 ENTRY(cbrt) function
201 END(cbrt)
202 # -- End cbrt
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 86 qpoints->pCbrt = cbrt;
  /bionic/libm/
libm.arm.map 47 cbrt;
libm.map.txt 46 cbrt;
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll 114 %call = call double @cbrt(double %conv)
123 %call = call double @cbrt(double %conv)
126 ; CHECK: call double @cbrt(double %conv)
357 declare double @cbrt(double) #1
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java 125 * java.lang.StrictMath#cbrt(double)
131 .cbrt(Double.NaN)));
134 .cbrt(Double.POSITIVE_INFINITY));
137 .cbrt(Double.NEGATIVE_INFINITY));
139 .doubleToLongBits(StrictMath.cbrt(0.0)));
141 .doubleToLongBits(StrictMath.cbrt(+0.0)));
143 .doubleToLongBits(StrictMath.cbrt(-0.0)));
145 assertEquals("Should return 3.0", 3.0, StrictMath.cbrt(27.0));
147 StrictMath.cbrt(12345.6));
149 5.643803094122362E102, StrictMath.cbrt(Double.MAX_VALUE))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 125 #define cbrt(x) __TGMATH_REAL(x, cbrt) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 136 #define cbrt(x) __TGMATH_REAL(x, cbrt) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 136 #define cbrt(x) __TGMATH_REAL(x, cbrt) macro

Completed in 1481 milliseconds

1 2 3 4 56 7 8 91011>>