Searched refs:expf (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_cexpf.c53 return (CMPLXF(expf(x), y));
75 * overflow in expf(x).
86 exp_x = expf(x);
H A Dk_expf.c50 exp_x = expf(x - kln2);
H A Ds_ctanhf.c65 float exp_mx = expf(-fabsf(x));
H A Ds_erff.c123 r = expf(-z*z-0.5625F)*expf((z-x)*(z+x)+R/S);
176 r = expf(-z*z-0.5625F)*expf((z-x)*(z+x)+R/S);
H A Ds_ccoshf.c64 /* x < 88.7: expf(|x|) won't overflow */
65 h = expf(fabsf(x)) * 0.5F;
H A Ds_csinhf.c64 /* x < 88.7: expf(|x|) won't overflow */
65 h = expf(fabsf(x)) * 0.5F;
H A Dmath.h355 float expf(float);
H A Dmath_private.h717 #define __ieee754_expf expf
/freebsd-11.0-release/contrib/netbsd-tests/lib/libm/
H A Dt_exp.c292 * expf(3)
297 atf_tc_set_md_var(tc, "descr", "Test expf(NaN) == NaN");
304 if (isnan(expf(x)) == 0)
305 atf_tc_fail_nonfatal("expf(NaN) != NaN");
311 atf_tc_set_md_var(tc, "descr", "Test expf(-Inf) == +0.0");
317 float y = expf(x);
320 atf_tc_fail_nonfatal("expf(-Inf) != +0.0");
326 atf_tc_set_md_var(tc, "descr", "Test expf(+Inf) == +Inf");
332 float y = expf(x);
335 atf_tc_fail_nonfatal("expf(
[all...]
/freebsd-11.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h276 # define expf(x) expf (x) macro
H A Dstubs.c175 expf(float x) function
/freebsd-11.0-release/lib/msun/tests/
H A Dexponential_test.c71 test(expf, x, result, exceptmask, excepts); \
H A Dcexp_test.c202 CMPLXL(expf(finites[i]), 0.0),
205 CMPLXL(expf(finites[i]), -0.0),
/freebsd-11.0-release/gnu/lib/libstdc++/
H A Dconfig.h66 /* Define to 1 if you have the `expf' function. */
866 # define expf _expf macro
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp160 case LibFunc::expf:
H A DTargetLibraryInfo.cpp204 TLI.setUnavailable(LibFunc::expf);
510 {"expf", "vexpf", 4},
H A DConstantFolding.cpp1295 return Name == "exp" || Name == "exp2" || Name == "expf" || Name == "exp2f";
1527 (Name == "expf" && TLI->has(LibFunc::expf)))
/freebsd-11.0-release/lib/msun/
H A DMakefile172 exp.3 powl.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h415 __tg_exp(float __x) {return expf(__x);}
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h318 extern float expf(float);
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h76 float expf(float x);
755 inline _LIBCPP_INLINE_VISIBILITY float exp(float __lcpp_x) _NOEXCEPT {return expf(__lcpp_x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure12523 echo "$as_me:$LINENO: checking for expf declaration" >&5
12524 echo $ECHO_N "checking for expf declaration... $ECHO_C" >&6
12552 expf(0);
12602 for ac_func in expf
36563 echo "$as_me:$LINENO: checking for expf declaration" >&5
36564 echo $ECHO_N "checking for expf declaration... $ECHO_C" >&6
36592 expf(0);
36642 for ac_func in expf
[all...]

Completed in 211 milliseconds