Searched refs:expm1f (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_tanhf.c46 t = expm1f(two*fabsf(x));
49 t = expm1f(-two*fabsf(x));
H A De_coshf.c38 t = expm1f(fabsf(x));
H A De_sinhf.c42 t = expm1f(fabsf(x));
H A Ds_expm1f.c42 expm1f(float x) function
H A Dmath.h366 float expm1f(float);
/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_exp.c459 * expm1f(3)
464 atf_tc_set_md_var(tc, "descr", "Test expm1f(NaN) == NaN");
471 if (isnan(expm1f(x)) == 0)
472 atf_tc_fail_nonfatal("expm1f(NaN) != NaN");
478 atf_tc_set_md_var(tc, "descr", "Test expm1f(-Inf) == -1");
485 if (expm1f(x) != -1.0)
486 atf_tc_fail_nonfatal("expm1f(-Inf) != -1.0");
492 atf_tc_set_md_var(tc, "descr", "Test expm1f(+Inf) == +Inf");
498 float y = expm1f(x);
501 atf_tc_fail_nonfatal("expm1f(
[all...]
/freebsd-10-stable/lib/msun/tests/
H A Dexponential_test.c89 test(expm1f, x, result, exceptmask, excepts); \
/freebsd-10-stable/lib/msun/
H A DSymbol.map91 expm1f;
H A DMakefile171 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h210 /// float expm1f(float x);
211 expm1f, enumerator in enum:llvm::LibFunc::Func
/freebsd-10-stable/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp121 "expm1f",
456 TLI.setUnavailable(LibFunc::expm1f);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h683 __tg_expm1(float __x) {return expm1f(__x);}
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure30994 expm1f(0.0f);
[all...]

Completed in 176 milliseconds