HomeSort by relevance Sort by last modified time
    Searched refs:expm1l (Results 1 - 20 of 20) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_expm1.c 221 __weak_reference(expm1, expm1l);
  /external/clang/test/CodeGen/
libcall-declarations.c 84 long double expm1l(long double);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
383 // CHECK-NOERRNO: declare x86_fp80 @expm1l(x86_fp80) [[NUW]]
  /external/bison/darwin-lib/
math.h 984 # undef expm1l
990 # undef expm1l macro
    [all...]
  /external/bison/lib/
math.in.h 672 # undef expm1l macro
673 _GL_FUNCDECL_SYS (expm1l, long double, (long double x));
675 _GL_CXXALIAS_SYS (expm1l, long double, (long double x));
676 _GL_CXXALIASWARN (expm1l); variable
678 # undef expm1l macro
680 _GL_WARN_ON_USE (expm1l, "expm1l is unportable - "
681 "use gnulib module expm1l for portability");
    [all...]
  /external/bison/linux-lib/
math.h 984 # undef expm1l
990 # undef expm1l macro
    [all...]
  /bionic/libm/include/
math.h 419 long double expm1l(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 223 /// long double expm1l(long double x);
224 expm1l, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 286 ldouble expm1l(ldouble);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 54 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
92 * by r1 in expm1l() is exact, but it is rounded to 88 bits due to
369 expm1l(long double x) function
391 * expm1l() never underflows, but it must avoid
  /development/ndk/platforms/android-13/include/
math.h 427 long double expm1l(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 429 long double expm1l(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 424 long double expm1l(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 424 long double expm1l(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 419 long double expm1l(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 122 "expm1l",
476 TLI.setUnavailable(LibFunc::expm1l);
  /bionic/tests/
math_test.cpp 575 TEST(math, expm1l) {
576 ASSERT_DOUBLE_EQ(M_E - 1.0L, expm1l(1.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 397 static_assert((std::is_same<decltype(expm1l(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 691 __tg_expm1(long double __x) {return expm1l(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 1294 milliseconds