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

/freebsd-10.2-release/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.h360 float expm1f(float);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libm/
H A Dt_exp.c466 * expm1f(3)
471 atf_tc_set_md_var(tc, "descr", "Test expm1f(NaN) == NaN");
478 if (isnan(expm1f(x)) == 0)
479 atf_tc_fail_nonfatal("expm1f(NaN) != NaN");
485 atf_tc_set_md_var(tc, "descr", "Test expm1f(-Inf) == -1");
492 if (expm1f(x) != -1.0)
493 atf_tc_fail_nonfatal("expm1f(-Inf) != -1.0");
499 atf_tc_set_md_var(tc, "descr", "Test expm1f(+Inf) == +Inf");
505 float y = expm1f(x);
508 atf_tc_fail_nonfatal("expm1f(
[all...]
/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-exponential.c80 test(expm1f, x, result, exceptmask, excepts); \
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h210 /// float expm1f(float x);
211 expm1f, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp121 "expm1f",
456 TLI.setUnavailable(LibFunc::expm1f);
/freebsd-10.2-release/lib/msun/
H A DMakefile169 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h683 __tg_expm1(float __x) {return expm1f(__x);}
/freebsd-10.2-release/contrib/libstdc++/
H A Dconfigure30994 expm1f(0.0f);
[all...]

Completed in 270 milliseconds