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

  /ndk/sources/android/support/src/
math_support.c 74 __attribute__((weak)) long double expm1l(long double x) { return expm1((double)x); } function
  /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
  /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...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 223 /// long double expm1l(long double x);
224 expm1l, enumerator in enum:llvm::LibFunc::Func

Completed in 138 milliseconds