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

/freebsd-10.0-release/lib/msun/src/
H A Ds_cexpf.c53 return (cpackf(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.c64 float exp_mx = expf(-fabsf(x));
H A Ds_erff.c124 r = expf(-z*z-0.5625F)*expf((z-x)*(z+x)+R/S);
177 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.h359 float expf(float);
H A Dmath_private.h705 #define __ieee754_expf expf
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h276 # define expf(x) expf (x) macro
H A Dstubs.c175 expf(float x) function
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-exponential.c71 test(expf, x, result, exceptmask, excepts); \
H A Dtest-cexp.c199 CMPLXL(expf(finites[i]), 0.0),
202 CMPLXL(expf(finites[i]), -0.0),
/freebsd-10.0-release/lib/msun/
H A DSymbol.map22 expf;
H A DMakefile167 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3 exp.3 expl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h66 /* Define to 1 if you have the `expf' function. */
866 # define expf _expf macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h182 /// float expf(float x);
183 expf, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp107 "expf",
454 TLI.setUnavailable(LibFunc::expf);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver493 expf;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in60 /* Define to 1 if you have the `expf' function. */
848 # define expf _expf
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h415 __tg_exp(float __x) {return expf(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h318 extern float expf(float);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1585 case LibFunc::expf:

Completed in 362 milliseconds