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

1 2 3 4 5 6 78 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 119 * java.lang.Math#cbrt(double)
123 assertTrue(Double.isNaN(Math.cbrt(Double.NaN)));
124 assertEquals(Double.POSITIVE_INFINITY, Math.cbrt(Double.POSITIVE_INFINITY), 0D);
125 assertEquals(Double.NEGATIVE_INFINITY, Math.cbrt(Double.NEGATIVE_INFINITY), 0D);
126 assertEquals(Double.doubleToLongBits(0.0), Double.doubleToLongBits(Math.cbrt(0.0)));
127 assertEquals(Double.doubleToLongBits(+0.0), Double.doubleToLongBits(Math.cbrt(+0.0)));
128 assertEquals(Double.doubleToLongBits(-0.0), Double.doubleToLongBits(Math.cbrt(-0.0)));
130 assertEquals(3.0, Math.cbrt(27.0), 0D);
131 assertEquals(23.111993172558684, Math.cbrt(12345.6), Math.ulp(23.111993172558684));
132 assertEquals(5.643803094122362E102, Math.cbrt(Double.MAX_VALUE), 0D)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 337 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 337 #define cbrt(Val) __TGMATH_UNARY_REAL_ONLY (Val, cbrt) macro
  /bionic/libc/tools/
posix-2013.txt 87 cbrt
  /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/
StrictMathBenchmark.java 109 StrictMath.cbrt(d);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 43 using std::tr1::cbrt;
cmath 47 #undef cbrt
171 using ::cbrt;
470 cbrt(float __x)
474 cbrt(long double __x)
480 cbrt(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 43 using std::tr1::cbrt;
cmath 47 #undef cbrt
171 using ::cbrt;
470 cbrt(float __x)
474 cbrt(long double __x)
480 cbrt(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 43 using std::tr1::cbrt;
cmath 47 #undef cbrt
171 using ::cbrt;
470 cbrt(float __x)
474 cbrt(long double __x)
480 cbrt(_Tp __x)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 43 using std::tr1::cbrt;
cmath 47 #undef cbrt
171 using ::cbrt;
470 cbrt(float __x)
474 cbrt(long double __x)
480 cbrt(_Tp __x)
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 149 static_assert(kIntrinsicIsStatic[kIntrinsicCbrt], "Cbrt must be static");
250 "cbrt", // kNameCacheCbrt
544 INTRINSIC(JavaLangMath, Cbrt, D_D, kIntrinsicCbrt, 0),
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 333 /// double cbrt(double x);
334 TLI_DEFINE_ENUM_INTERNAL(cbrt)
335 TLI_DEFINE_STRING_INTERNAL("cbrt")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath 935 #undef cbrt
1053 using ::cbrt;
1225 cbrt(float __x)
1229 cbrt(long double __x)
1235 cbrt(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath 935 #undef cbrt
1053 using ::cbrt;
1225 cbrt(float __x)
1229 cbrt(long double __x)
1235 cbrt(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath 935 #undef cbrt
1053 using ::cbrt;
1225 cbrt(float __x)
1229 cbrt(long double __x)
1235 cbrt(_Tp __x)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 936 #undef cbrt
1054 using ::cbrt;
1226 cbrt(float __x)
1230 cbrt(long double __x)
1236 cbrt(_Tp __x)
    [all...]
  /external/bison/darwin-lib/
math.h 655 _GL_FUNCDECL_SYS (cbrt, double, (double x));
657 _GL_CXXALIAS_SYS (cbrt, double, (double x));
658 _GL_CXXALIASWARN (cbrt);
660 # undef cbrt macro
662 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
663 "use gnulib module cbrt for portability");
    [all...]
  /external/bison/lib/
math.in.h 343 _GL_FUNCDECL_SYS (cbrt, double, (double x));
345 _GL_CXXALIAS_SYS (cbrt, double, (double x));
346 _GL_CXXALIASWARN (cbrt); variable
348 # undef cbrt macro
350 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
351 "use gnulib module cbrt for portability");
    [all...]
  /external/bison/linux-lib/
math.h 655 _GL_FUNCDECL_SYS (cbrt, double, (double x));
657 _GL_CXXALIAS_SYS (cbrt, double, (double x));
658 _GL_CXXALIASWARN (cbrt);
660 # undef cbrt macro
662 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
663 "use gnulib module cbrt for portability");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } function
    [all...]

Completed in 1265 milliseconds

1 2 3 4 5 6 78 91011>>