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

/freebsd-9.3-release/lib/msun/src/
H A Ds_cexpf.c58 return (cpackf(expf(x), y));
76 * overflow in expf(x). We use exp(x) = exp(x - kln2) * 2**k,
81 exp_x = expf(x - kln2);
95 exp_x = expf(x);
H A Dmath_private.h349 #define __ieee754_expf expf
H A Dmath.h316 float expf(float);
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h276 # define expf(x) expf (x) macro
H A Dstubs.c175 expf(float x) function
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-exponential.c72 test(expf, x, result, exceptmask, excepts); \
H A Dtest-cexp.c266 cpackl(expf(finites[i]), 0.0),
269 cpackl(expf(finites[i]), -0.0),
/freebsd-9.3-release/lib/msun/
H A DSymbol.map22 expf;
H A DMakefile159 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h66 /* Define to 1 if you have the `expf' function. */
866 # define expf _expf macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h204 /// float expf(float x);
205 expf, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp118 "expf",
493 TLI.setUnavailable(LibFunc::expf);
/freebsd-9.3-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver493 expf;
/freebsd-9.3-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-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h415 __tg_exp(float __x) {return expf(__x);}
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h318 extern float expf(float);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1944 case LibFunc::expf:

Completed in 301 milliseconds