HomeSort by: relevance | last modified time | path
    Searched defs:expm1l (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/ld80/
s_expl.c 61 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
113 * Compute expm1l(x) for Intel 80-bit format. This is based on:
156 expm1l(long double x) function in typeref:typename:long double
178 * expm1l() never underflows, but it must avoid
  /src/lib/libm/ld128/
s_expl.c 52 /* log(2**16384 - 0.5 + 1) rounded towards zero for expm1l() is the same: */
199 expm1l(long double x) function in typeref:typename:long double
221 * expm1l() never underflows, but it must avoid
  /src/lib/libm/src/
namespace.h 42 #define expm1l _expm1l macro

Completed in 14 milliseconds