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

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 74 Ambiguous expm1(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 76 Ambiguous expm1(Ambiguous){ return Ambiguous(); } function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 76 Ambiguous expm1(Ambiguous){ return Ambiguous(); } function
    [all...]
  /development/ndk/platforms/android-21/include/
math.h 230 double expm1(double);
  /libcore/benchmarks/src/benchmarks/regression/
StrictMathBenchmark.java 153 StrictMath.expm1(d);
  /prebuilts/go/darwin-x86/src/math/
stubs_s390x.s 22 TEXT ·Expm1(SB),NOSPLIT,$0
23 BR ·expm1(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_s390x.s 22 TEXT ·Expm1(SB),NOSPLIT,$0
23 BR ·expm1(SB)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 185 floating_point expm1 (arithmetic x);
1060 // expm1
1062 inline _LIBCPP_INLINE_VISIBILITY float expm1(float __lcpp_x) _NOEXCEPT {return expm1f(__lcpp_x);}
1063 inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return expm1l(__lcpp_x);}
1068 expm1(_A1 __lcpp_x) _NOEXCEPT {return expm1((double)__lcpp_x);}
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/v8/src/base/
ieee754.cc 2252 double expm1(double x) { function in namespace:v8::base::ieee754
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 73 static native float expm1(float x); method in class:CoreMathVerifier
610 static private Target.Floaty expm1(double d, Target t) { method in class:CoreMathVerifier
613 Math.expm1(in.mid()),
614 Math.expm1(in.min()),
615 Math.expm1(in.max()));
618 static private Target.Floaty expm1(float f, Target t) { method in class:CoreMathVerifier
621 expm1(in.mid32()),
622 expm1(in.min32()),
623 expm1(in.max32()));
    [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
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
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
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 688 // expm1
696 __tg_expm1(double __x) {return expm1(__x);}
702 #undef expm1 macro
703 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h 688 // expm1
696 __tg_expm1(double __x) {return expm1(__x);}
702 #undef expm1 macro
703 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h 688 // expm1
696 __tg_expm1(double __x) {return expm1(__x);}
702 #undef expm1 macro
703 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 688 // expm1
696 __tg_expm1(double __x) {return expm1(__x);}
702 #undef expm1 macro
703 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
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
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
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
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 688 // expm1
696 __tg_expm1(double __x) {return expm1(__x);}
702 #undef expm1 macro
703 #define expm1(__x) __tg_expm1(__tg_promote1((__x))(__x)) macro

Completed in 835 milliseconds

1 2 3 45 6 7 8 91011>>