Searched refs:exp2f (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/lib/msun/tests/
H A Dexponential_test.c73 test(exp2f, x, result, exceptmask, excepts); \
137 assert(exp2f(i) == ldexpf(1.0, i));
/freebsd-10-stable/lib/msun/src/
H A Ds_exp2f.c69 * exp2f(x): compute the base 2 exponential of x
77 * Thus we have exp2f(x) = 2**k * exp2(y).
95 exp2f(float x) function
H A Dmath.h364 float exp2f(float);
/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_exp.c54 * exp2/exp2f(3)
60 T_LIBM_CHECK_NAN(0, exp2f, T_LIBM_NAN);
70 T_LIBM_CHECK_PLUS_ZERO(0, exp2f, T_LIBM_MINUS_INF);
140 T_LIBM_CHECK(i, exp2f, v[i].x, v[i].f_y, 0.0);
181 T_LIBM_CHECK(i, exp2f, v[i].x, v[i].f_y, v[i].f_eps);
H A Dt_ldexp.c317 atf_tc_set_md_var(tc, "descr", "Test ldexpf(x, n) == x * exp2f(n)");
332 if (fabsf(y - (x * exp2f(n[i]))) > eps) {
334 "!= %0.01f * exp2f(%0.01f)", x, n[i], x, n[i]);
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h200 /// float exp2f(float x);
201 exp2f, enumerator in enum:llvm::LibFunc::Func
713 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
/freebsd-10-stable/lib/msun/
H A DSymbol.map89 exp2f;
H A DMakefile172 exp.3 powl.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 \
/freebsd-10-stable/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp116 "exp2f",
453 TLI.setUnavailable(LibFunc::exp2f);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1162 hasUnaryFloatFn(TLI, Op1->getType(), LibFunc::exp2, LibFunc::exp2f,
1210 TLI->has(LibFunc::exp2f)) {
2078 case LibFunc::exp2f:
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h666 __tg_exp2(float __x) {return exp2f(__x);}
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1948 case LibFunc::exp2f:
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5887 case LibFunc::exp2f:
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure30991 exp2f(0.0f);
[all...]

Completed in 457 milliseconds