HomeSort by relevance Sort by last modified time
    Searched refs:expm1 (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestExpm1.rs 24 return expm1(in);
28 return expm1(in);
32 return expm1(in);
36 return expm1(in);
CoreMathVerifier.java 73 static native float expm1(float x); method in class:CoreMathVerifier
390 static private Target.Floaty expm1(float f, Target t) { method in class:CoreMathVerifier
393 expm1(in.mid32()),
394 expm1(in.min32()),
395 expm1(in.max32()));
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
math-expm1.js 7 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(x), expected * 1E-15)
30 function expm1(x) { function
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 28 * 2**-28 <= x < 1 : tanh(x) := -----; t = expm1(-2x)
31 * 1 <= x < 22 : tanh(x) := 1 - -----; t = expm1(2x)
66 t = expm1(two*fabs(x));
69 t = expm1(-two*fabs(x));
e_cosh.c 56 /* |x| in [0,0.5*ln2], return 1+expm1(|x|)^2/(2*exp(|x|)) */
58 t = expm1(fabs(x));
e_sinh.c 23 * 0 <= x <= 22 : sinh(x) := --------------, E=expm1(x)
59 t = expm1(fabs(x));
s_expm1.c 16 /* expm1(x)
28 * 2. Approximating expm1(r) by a special rational function on
54 * expm1(r) = exp(r)-1 is then computed by the following
58 * expm1(r) = r + --- + --- * [--------------------]
62 * expm1(r+c) = expm1(r) + c + expm1(r)*c
63 * ~ expm1(r) + c + r*c
65 * expm1(r+c). Now rearrange the term to avoid optimization
69 * expm1(r+c)~r - ({r*(--- * [--------------------]-c)-c} - ---
133 expm1(double x) function
    [all...]
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 522 // Math.expm1
534 // 2. Approximating expm1(r) by a special rational function on
560 // expm1(r) = exp(r)-1 is then computed by the following
564 // expm1(r) = r + --- + --- * [--------------------]
568 // expm1(r+c) = expm1(r) + c + expm1(r)*c
569 // ~ expm1(r) + c + r*c
571 // expm1(r+c). Now rearrange the term to avoid optimization
575 // expm1(r+c)~r - ({r*(--- * [--------------------]-c)-c} - ---
    [all...]
  /external/bison/darwin-lib/
math.h 962 # 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 is unportable -
    [all...]
  /external/bison/lib/
math.in.h 650 # 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 is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 962 # 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 is unportable -
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 82 double expm1(double);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
381 // CHECK-NOERRNO: declare double @expm1(double) [[NUW]]
  /bionic/libm/include/
math.h 230 double expm1(double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 219 /// double expm1(double x);
220 expm1, enumerator in enum:llvm::LibFunc::Func
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/clang/lib/Headers/
tgmath.h 679 // 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/chromium_org/v8/src/
math.js 377 "expm1", MathExpm1 // implemented by third_party/fdlibm
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 92 "Math": "['E', 'LN10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh', 'cbrt', 'ceil', 'clz32', 'cos', 'cosh', 'exp', 'expm1', 'floor', 'fround', 'hypot', 'imul', 'log', 'log10', 'log1p', 'log2', 'max', 'min', 'pow', 'random', 'round', 'sign', 'sin', 'sinh', 'sqrt', 'tan', 'tanh', 'trunc']",
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 395 static_assert((std::is_same<decltype(expm1((double)0)), double>::value), "");
398 assert(expm1(0) == 0);
  /external/ltrace/etc/
libm.so.conf 284 double expm1(double);
  /development/ndk/platforms/android-13/include/
math.h 241 double expm1(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 241 double expm1(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 241 double expm1(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 241 double expm1(double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 230 double expm1(double) __NDK_FPABI_MATH__;

Completed in 254 milliseconds

1 2