HomeSort by relevance Sort by last modified time
    Searched full:cbrt (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/lang/
Math.java 188 * <li>{@code cbrt(+0.0) = +0.0}</li>
189 * <li>{@code cbrt(-0.0) = -0.0}</li>
190 * <li>{@code cbrt(+infinity) = +infinity}</li>
191 * <li>{@code cbrt(-infinity) = -infinity}</li>
192 * <li>{@code cbrt(NaN) = NaN}</li>
199 public static native double cbrt(double d); method in class:Math
    [all...]
StrictMath.java 203 * <li>{@code cbrt(+0.0) = +0.0}</li>
204 * <li>{@code cbrt(-0.0) = -0.0}</li>
205 * <li>{@code cbrt(+infinity) = +infinity}</li>
206 * <li>{@code cbrt(-infinity) = -infinity}</li>
207 * <li>{@code cbrt(NaN) = NaN}</li>
214 public static native double cbrt(double d); method in class:StrictMath
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 80 "cbrt",
407 TLI.setUnavailable(LibFunc::cbrt);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 330 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 339 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 330 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 339 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 330 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 905 // cbrt:
906 // * cbrt(expN(X)) -> expN(x/3)
907 // * cbrt(sqrt(x)) -> pow(x,1/6)
908 // * cbrt(sqrt(x)) -> pow(x,1/9)
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 126 TEST_FN_FUNC_FN(cbrt);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 239 TEST_FN_FUNC_FN(cbrt);
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 83 Math.cbrt(d);
StrictMathBenchmark.java 83 StrictMath.cbrt(d);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 43 using std::tr1::cbrt;
cmath 48 #undef cbrt
172 using ::cbrt;
471 cbrt(float __x)
475 cbrt(long double __x)
481 cbrt(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 43 using std::tr1::cbrt;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 861 #undef cbrt
979 using ::cbrt;
1151 cbrt(float __x)
1155 cbrt(long double __x)
1161 cbrt(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 861 #undef cbrt
979 using ::cbrt;
1151 cbrt(float __x)
1155 cbrt(long double __x)
1161 cbrt(_Tp __x)
    [all...]

Completed in 878 milliseconds

1 23 4 5 6 7 8 9