HomeSort by relevance Sort by last modified time
    Searched defs:expm1l (Results 1 - 5 of 5) 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 53 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
199 expm1l(long double x) function
223 * 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...]

Completed in 65 milliseconds