Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/test/mjsunit/es6/
Dmath-cbrt.js5 assertTrue(isNaN(Math.cbrt(NaN)));
6 assertTrue(isNaN(Math.cbrt(function() {})));
7 assertTrue(isNaN(Math.cbrt({ toString: function() { return NaN; } })));
8 assertTrue(isNaN(Math.cbrt({ valueOf: function() { return "abc"; } })));
9 assertEquals("Infinity", String(1/Math.cbrt(0)));
10 assertEquals("-Infinity", String(1/Math.cbrt(-0)));
11 assertEquals("Infinity", String(Math.cbrt(Infinity)));
12 assertEquals("-Infinity", String(Math.cbrt(-Infinity)));
15 assertEqualsDelta(i, Math.cbrt(i*i*i), i * 1E-15);
19 assertEqualsDelta(i, Math.cbrt(i*i*i), -i * 1E-15);
[all …]
/external/valgrind/none/tests/mips64/
Dtest_math.stdout.exp53 cbrt(27.0): 3.000000
Dtest_math.cpp103 printf("cbrt(27.0): %lf\n", cbrt(27.0)); in main()
/external/valgrind/none/tests/mips32/
Dtest_math.stdout.exp53 cbrt(27.0): 3.000000
Dtest_math.cpp103 printf("cbrt(27.0): %lf\n", cbrt(27.0)); in main()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll114 %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
/external/clang/test/CodeGen/
Dlibcall-declarations.c58 double cbrt(double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
769 static_assert((std::is_same<decltype(std::cbrt((float)0)), float>::value), ""); in test_cbrt()
770 static_assert((std::is_same<decltype(std::cbrt((bool)0)), double>::value), ""); in test_cbrt()
771 static_assert((std::is_same<decltype(std::cbrt((unsigned short)0)), double>::value), ""); in test_cbrt()
772 static_assert((std::is_same<decltype(std::cbrt((int)0)), double>::value), ""); in test_cbrt()
773 static_assert((std::is_same<decltype(std::cbrt((unsigned int)0)), double>::value), ""); in test_cbrt()
774 static_assert((std::is_same<decltype(std::cbrt((long)0)), double>::value), ""); in test_cbrt()
775 static_assert((std::is_same<decltype(std::cbrt((unsigned long)0)), double>::value), ""); in test_cbrt()
776 static_assert((std::is_same<decltype(std::cbrt((long long)0)), double>::value), ""); in test_cbrt()
777 static_assert((std::is_same<decltype(std::cbrt((unsigned long long)0)), double>::value), ""); in test_cbrt()
[all …]
/external/bison/linux-lib/
Dmath.h655 _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/
Dmath.in.h343 _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/
Dmath.h655 _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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java172 return FastMath.cbrt(d);
/external/clang/lib/Headers/
Dtgmath.h584 __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/libcxx/include/
Dcmath168 floating_point cbrt (arithmetic x);
1092 // cbrt
1095 using ::cbrt;
1098 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return cbrtf(__l…
1099 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return cbrtl(__l…
1104 cbrt(_A1 __lcpp_x) _NOEXCEPT {return cbrt((double)__lcpp_x);}
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp357 static_assert((std::is_same<decltype(cbrt((double)0)), double>::value), ""); in test_cbrt()
360 assert(cbrt(1) == 1); in test_cbrt()
/external/ltrace/etc/
Dlibm.so.conf168 double cbrt(double);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def253 /// double cbrt(double x);
254 TLI_DEFINE_ENUM_INTERNAL(cbrt)
255 TLI_DEFINE_STRING_INTERNAL("cbrt")
/external/bison/m4/
Dmath_h.m442 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
/external/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames-expected.txt84 …RT2', 'abs', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'clz32', …
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp151 TLI.setUnavailable(LibFunc::cbrt); in initialize()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArrayRealVector.java541 data[i] = FastMath.cbrt(data[i]); in mapCbrtToSelf()
/external/proguard/src/proguard/gui/
Ddefault.pro61 public static double cbrt(double);
Dboilerplate.pro122 public static double cbrt(double);
/external/eigen/unsupported/test/mpreal/
Dmpreal.h376 friend const mpreal cbrt(const mpreal& v, mp_rnd_t rnd_mode);
2192 inline const mpreal cbrt (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNAR…
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2095 case LibFunc::cbrt: in optimizeCall()

12