Searched refs:expm1 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/mjsunit/es6/
H A Dmath-expm1.js7 assertTrue(isNaN(Math.expm1(NaN)));
8 assertTrue(isNaN(Math.expm1(function() {})));
9 assertTrue(isNaN(Math.expm1({ toString: function() { return NaN; } })));
10 assertTrue(isNaN(Math.expm1({ valueOf: function() { return "abc"; } })));
11 assertEquals(Infinity, 1/Math.expm1(0));
12 assertEquals(-Infinity, 1/Math.expm1(-0));
13 assertEquals(Infinity, Math.expm1(Infinity));
14 assertEquals(-1, Math.expm1(-Infinity));
18 // Math.expm1(x) stays reasonably close to Math.exp(x) - 1 for large values.
21 assertEqualsDelta(expected, Math.expm1(
30 function expm1(x) { function
[all...]
/external/bison/darwin-lib/
H A Dmath.h962 # undef expm1
963 # define expm1 rpl_expm1
965 _GL_FUNCDECL_RPL (expm1, double, (double x));
966 _GL_CXXALIAS_RPL (expm1, double, (double x));
969 _GL_FUNCDECL_SYS (expm1, double, (double x));
971 _GL_CXXALIAS_SYS (expm1, double, (double x));
973 _GL_CXXALIASWARN (expm1);
975 # undef expm1 macro
977 _GL_WARN_ON_USE (expm1, "expm1 i
[all...]
/external/bison/lib/
H A Dmath.in.h650 # undef expm1 macro
651 # define expm1 rpl_expm1 macro
653 _GL_FUNCDECL_RPL (expm1, double, (double x));
654 _GL_CXXALIAS_RPL (expm1, double, (double x));
657 _GL_FUNCDECL_SYS (expm1, double, (double x));
659 _GL_CXXALIAS_SYS (expm1, double, (double x));
661 _GL_CXXALIASWARN (expm1); variable
663 # undef expm1 macro
665 _GL_WARN_ON_USE (expm1, "expm1 i
[all...]
/external/bison/linux-lib/
H A Dmath.h962 # undef expm1
963 # define expm1 rpl_expm1
965 _GL_FUNCDECL_RPL (expm1, double, (double x));
966 _GL_CXXALIAS_RPL (expm1, double, (double x));
969 _GL_FUNCDECL_SYS (expm1, double, (double x));
971 _GL_CXXALIAS_SYS (expm1, double, (double x));
973 _GL_CXXALIASWARN (expm1);
975 # undef expm1 macro
977 _GL_WARN_ON_USE (expm1, "expm1 i
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c82 double expm1(double);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
381 // CHECK-NOERRNO: declare double @expm1(double) [[NUW]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h219 /// double expm1(double x);
220 expm1, enumerator in enum:llvm::LibFunc::Func
/external/clang/lib/Headers/
H A Dtgmath.h679 // expm1
687 __tg_expm1(double __x) {return expm1(__x);}
693 #undef expm1 macro
694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp772 static_assert((std::is_same<decltype(std::expm1((float)0)), float>::value), "");
773 static_assert((std::is_same<decltype(std::expm1((bool)0)), double>::value), "");
774 static_assert((std::is_same<decltype(std::expm1((unsigned short)0)), double>::value), "");
775 static_assert((std::is_same<decltype(std::expm1((int)0)), double>::value), "");
776 static_assert((std::is_same<decltype(std::expm1((unsigned int)0)), double>::value), "");
777 static_assert((std::is_same<decltype(std::expm1((long)0)), double>::value), "");
778 static_assert((std::is_same<decltype(std::expm1((unsigned long)0)), double>::value), "");
779 static_assert((std::is_same<decltype(std::expm1((long long)0)), double>::value), "");
780 static_assert((std::is_same<decltype(std::expm1((unsigned long long)0)), double>::value), "");
781 static_assert((std::is_same<decltype(std::expm1((doubl
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp395 static_assert((std::is_same<decltype(expm1((double)0)), double>::value), "");
398 assert(expm1(0) == 0);
/external/ltrace/etc/
H A Dlibm.so.conf284 double expm1(double);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp120 "expm1",
474 TLI.setUnavailable(LibFunc::expm1);
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h347 friend const mpreal expm1(const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2099 inline const mpreal expm1 (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(expm1 ); } function in namespace:mpfr
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2240 case LibFunc::expm1:
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3526 milliseconds