Searched refs:exp2l (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/msun/tests/
H A Dexponential_test.c76 /* Skip over exp2l on platforms that don't support it. */
82 test(exp2l, x, result, exceptmask, excepts); \
145 assert(exp2l(i) == ldexpl(1.0, i));
/freebsd-12-stable/lib/msun/src/
H A Dmath.h459 long double exp2l(long double);
H A Ds_exp2.c398 __weak_reference(exp2, exp2l);
/freebsd-12-stable/lib/msun/ld128/
H A Ds_exp2l.c326 * exp2l(x): compute the base 2 exponential of x
356 exp2l(long double x) function
/freebsd-12-stable/lib/msun/ld80/
H A Ds_exp2l.c207 * Thus we have exp2l(x) = 2**k * exp2(y).
220 exp2l(long double x) function
276 /* Compute r = exp2l(y) = exp2lt[i0] * p(z). */
/freebsd-12-stable/lib/msun/
H A DMakefile199 exp.3 powl.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h667 __tg_exp2(long double __x) {return exp2l(__x);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h182 long double exp2l(long double x);
1201 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return ::exp2l(__lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure30992 exp2l(0.0l);
[all...]

Completed in 120 milliseconds