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

/freebsd-10.0-release/lib/msun/src/
H A Ds_tanhf.c44 t = expm1f(two*fabsf(x));
47 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.0-release/tools/regression/lib/msun/
H A Dtest-exponential.c80 test(expm1f, x, result, exceptmask, excepts); \
/freebsd-10.0-release/lib/msun/
H A DSymbol.map91 expm1f;
H A DMakefile166 MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 expm1l.3 exp.3 pow.3 exp.3 powf.3 \
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h188 /// float expm1f(float x);
189 expm1f, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp110 "expm1f",
417 TLI.setUnavailable(LibFunc::expm1f);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h683 __tg_expm1(float __x) {return expm1f(__x);}
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure30994 expm1f(0.0f);
[all...]

Completed in 275 milliseconds