HomeSort by relevance Sort by last modified time
    Searched refs:expm1 (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 129 __MATHCALL (expm1,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 310 #define expm1(Val) __TGMATH_UNARY_REAL_ONLY (Val, expm1) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 130 __MATHCALL (expm1,, (_Mdouble_ __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 310 #define expm1(Val) __TGMATH_UNARY_REAL_ONLY (Val, expm1) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 130 __MATHCALL (expm1,, (_Mdouble_ __x));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 346 * java.lang.Math#expm1(double)
350 assertTrue("Should return NaN", Double.isNaN(Math.expm1(Double.NaN)));
352 Double.POSITIVE_INFINITY, Math.expm1(Double.POSITIVE_INFINITY), 0D);
354 .expm1(Double.NEGATIVE_INFINITY), 0D);
356 .expm1(0.0)));
358 .doubleToLongBits(Math.expm1(+0.0)));
360 .doubleToLongBits(Math.expm1(-0.0)));
363 -9.999950000166666E-6, Math.expm1(-0.00001), 0D);
365 1.0145103074469635E60, Math.expm1(138.16951162), 0D);
368 .expm1(123456789123456789123456789.4521584223), 0D)
    [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 158 qpoints->pExpm1 = expm1;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 174 qpoints->pExpm1 = expm1;
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 151 qpoints->pExpm1 = expm1;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 97 qpoints->pExpm1 = expm1;
  /art/test/988-method-trace/src/art/
Test988Intrinsics.java 102 java.lang.Math.expm1(0.0);
  /bionic/libc/include/
math.h 143 double expm1(double);
  /development/ndk/platforms/android-13/include/
math.h 239 double expm1(double);
  /development/ndk/platforms/android-18/include/
math.h 239 double expm1(double);
  /development/ndk/platforms/android-9/include/
math.h 239 double expm1(double);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 122 /** The {@code FastMath.expm1} method wrapped as a {@link ComposableFunction}. */
123 public static final ComposableFunction EXPM1 = new ComposableFunction() {
127 return FastMath.expm1(d);
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 57 * {@code hypot}, {@code expm1}, and {@code log1p}.
1342 public static native double expm1(double x); method in class:StrictMath
    [all...]
  /libcore/ojluni/src/main/native/
StrictMath.c 179 NATIVE_METHOD(StrictMath, expm1, "(D)D"),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 52 using std::tr1::expm1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
math.h 52 using std::tr1::expm1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
math.h 52 using std::tr1::expm1;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 52 using std::tr1::expm1;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 52 using std::tr1::expm1;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 52 using std::tr1::expm1;
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 73 Ambiguous expm1(Ambiguous){ return Ambiguous(); } function
    [all...]

Completed in 698 milliseconds

1 2 34 5 6 7 8 91011>>