Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DStrictMathTest.java369 assertTrue("Should return NaN", Double.isNaN(StrictMath.expm1(Double.NaN))); in test_expm1_D()
371 Double.POSITIVE_INFINITY, StrictMath.expm1(Double.POSITIVE_INFINITY)); in test_expm1_D()
373 .expm1(Double.NEGATIVE_INFINITY)); in test_expm1_D()
375 .doubleToLongBits(StrictMath.expm1(0.0))); in test_expm1_D()
377 .doubleToLongBits(StrictMath.expm1(+0.0))); in test_expm1_D()
379 .doubleToLongBits(StrictMath.expm1(-0.0))); in test_expm1_D()
382 -9.999950000166666E-6, StrictMath.expm1(-0.00001)); in test_expm1_D()
384 1.0145103074469635E60, StrictMath.expm1(138.16951162)); in test_expm1_D()
387 .expm1(123456789123456789123456789.4521584223)); in test_expm1_D()
389 Double.POSITIVE_INFINITY, StrictMath.expm1(Double.MAX_VALUE)); in test_expm1_D()
[all …]
DMathTest.java363 assertTrue("Should return NaN", Double.isNaN(Math.expm1(Double.NaN))); in test_expm1_D()
365 Double.POSITIVE_INFINITY, Math.expm1(Double.POSITIVE_INFINITY), 0D); in test_expm1_D()
367 .expm1(Double.NEGATIVE_INFINITY), 0D); in test_expm1_D()
369 .expm1(0.0))); in test_expm1_D()
371 .doubleToLongBits(Math.expm1(+0.0))); in test_expm1_D()
373 .doubleToLongBits(Math.expm1(-0.0))); in test_expm1_D()
376 -9.999950000166666E-6, Math.expm1(-0.00001), 0D); in test_expm1_D()
378 1.0145103074469635E60, Math.expm1(138.16951162), 0D); in test_expm1_D()
381 .expm1(123456789123456789123456789.4521584223), 0D); in test_expm1_D()
383 Double.POSITIVE_INFINITY, Math.expm1(Double.MAX_VALUE), 0D); in test_expm1_D()
[all …]
/external/bison/linux-lib/
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
977 _GL_WARN_ON_USE (expm1, "expm1 is unportable - "
/external/bison/lib/
Dmath.in.h650 # undef expm1
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);
663 # undef expm1
665 _GL_WARN_ON_USE (expm1, "expm1 is unportable - "
/external/bison/darwin-lib/
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
977 _GL_WARN_ON_USE (expm1, "expm1 is unportable - "
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll141 %call = call double @expm1(double %conv)
150 %call = call double @expm1(double %conv)
152 ; CHECK: call double @expm1(double %conv)
325 declare double @expm1(double) nounwind readnone
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h197 expm1, enumerator
/external/clang/lib/Headers/
Dtgmath.h687 __tg_expm1(double __x) {return expm1(__x);} in __tg_expm1()
693 #undef expm1
694 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp422 TLI.setUnavailable(LibFunc::expm1); in initialize()
/external/bison/m4/
Dmath_h.m443 expf expl exp2 exp2f exp2l expm1 expm1f expm1l
/external/proguard/src/proguard/gui/
Ddefault.pro91 public static double expm1(double);
Dboilerplate.pro152 public static double expm1(double);
/external/eigen/unsupported/test/mpreal/
Dmpreal.h337 friend const mpreal expm1(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1988 inline const mpreal expm1 (const mpreal& v, mp_rnd_t rnd_mode)
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1882 case LibFunc::expm1: in lookupOptimization()
/external/libvpx/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1211 'fclose','ezmlm_hash','extract','extension_loaded','expm1','explode',
/external/bison/
Dconfigure24887 …ysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l …