Home | Sort by: relevance | last modified time | path |
/src/lib/libm/ld80/ | |
s_exp2l.c | 203 * Thus we have exp2l(x) = 2**k * exp2(y). 216 exp2l(long double x) function in typeref:typename:long double 272 /* Compute r = exp2l(y) = exp2lt[i0] * p(z). */ |
/src/lib/libm/ld128/ | |
s_exp2l.c | 324 * exp2l(x): compute the base 2 exponential of x 354 exp2l(long double x) function in typeref:typename:long double |
/src/lib/libm/src/ | |
namespace.h | 39 #define exp2l _exp2l macro |