Searched refs:log10f (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/lib/msun/i387/
H A De_log10f.S11 ENTRY(log10f) function
16 END(log10f)
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-logarithm.c76 test(log10f, x, result, exceptmask, excepts); \
/freebsd-9.3-release/lib/msun/
H A DSymbol.map49 log10f;
H A DMakefile183 MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3 log.3 log2.3 log.3 log2f.3
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h282 # define log10f(x) log10 (x) macro
H A Dstubs.c333 log10f(float x) function
/freebsd-9.3-release/gnu/lib/libstdc++/
H A Dconfig.h211 /* Define to 1 if you have the `log10f' function. */
991 # define log10f _log10f macro
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h357 #define __ieee754_log10f log10f
H A Dmath.h321 float log10f(float);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h349 /// float log10f(float x);
350 log10f, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver500 log10f;
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfig.h.in205 /* Define to 1 if you have the `log10f' function. */
973 # define log10f _log10f
H A Dconfigure16283 echo "$as_me:$LINENO: checking for log10f declaration" >&5
16284 echo $ECHO_N "checking for log10f declaration... $ECHO_C" >&6
16312 log10f(0);
16362 for ac_func in log10f
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h932 __tg_log10(float __x) {return log10f(__x);}
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h654 extern float log10f(float);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1956 case LibFunc::log10f:

Completed in 148 milliseconds