Searched refs:cbrt (Results 1 – 15 of 15) sorted by relevance
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | StrictMathTest.java | 131 .cbrt(Double.NaN))); in test_cbrt_D() 134 .cbrt(Double.POSITIVE_INFINITY)); in test_cbrt_D() 137 .cbrt(Double.NEGATIVE_INFINITY)); in test_cbrt_D() 139 .doubleToLongBits(StrictMath.cbrt(0.0))); in test_cbrt_D() 141 .doubleToLongBits(StrictMath.cbrt(+0.0))); in test_cbrt_D() 143 .doubleToLongBits(StrictMath.cbrt(-0.0))); in test_cbrt_D() 145 assertEquals("Should return 3.0", 3.0, StrictMath.cbrt(27.0)); in test_cbrt_D() 147 StrictMath.cbrt(12345.6)); in test_cbrt_D() 149 5.643803094122362E102, StrictMath.cbrt(Double.MAX_VALUE)); in test_cbrt_D() 150 assertEquals("Should return 0.01", 0.01, StrictMath.cbrt(0.000001)); in test_cbrt_D() [all …]
|
D | MathTest.java | 124 .cbrt(Double.NaN))); in test_cbrt_D() 127 .cbrt(Double.POSITIVE_INFINITY), 0D); in test_cbrt_D() 130 .cbrt(Double.NEGATIVE_INFINITY), 0D); in test_cbrt_D() 132 .cbrt(0.0))); in test_cbrt_D() 134 .cbrt(+0.0))); in test_cbrt_D() 136 .cbrt(-0.0))); in test_cbrt_D() 138 assertEquals("Should return 3.0", 3.0, Math.cbrt(27.0), 0D); in test_cbrt_D() 140 Math.cbrt(12345.6), 0D); in test_cbrt_D() 142 5.643803094122362E102, Math.cbrt(Double.MAX_VALUE), 0D); in test_cbrt_D() 143 assertEquals("Should return 0.01", 0.01, Math.cbrt(0.000001), 0D); in test_cbrt_D() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 109 %call = call double @cbrt(double %conv) 118 %call = call double @cbrt(double %conv) 120 ; CHECK: call double @cbrt(double %conv) 327 declare double @cbrt(double) nounwind readnone
|
/external/bison/linux-lib/ |
D | 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 662 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 343 _GL_FUNCDECL_SYS (cbrt, double, (double x)); 345 _GL_CXXALIAS_SYS (cbrt, double, (double x)); 346 _GL_CXXALIASWARN (cbrt); 348 # undef cbrt 350 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
|
/external/bison/darwin-lib/ |
D | 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 662 _GL_WARN_ON_USE (cbrt, "cbrt is unportable - "
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 139 cbrt, enumerator
|
/external/clang/lib/Headers/ |
D | tgmath.h | 584 __tg_cbrt(double __x) {return cbrt(__x);} in __tg_cbrt() 590 #undef cbrt 591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 413 TLI.setUnavailable(LibFunc::cbrt); in initialize()
|
/external/bison/m4/ |
D | math_h.m4 | 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
|
/external/proguard/src/proguard/gui/ |
D | default.pro | 61 public static double cbrt(double);
|
D | boilerplate.pro | 122 public static double cbrt(double);
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 312 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd); 1686 inline const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode)
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1878 case LibFunc::cbrt: in lookupOptimization()
|
/external/bison/ |
D | configure | 24887 …for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copy…
|