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

/freebsd-10.0-release/lib/msun/i387/
H A De_log10f.S11 ENTRY(log10f) function
16 END(log10f)
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-logarithm.c90 test(log10f, x, result, exceptmask, excepts); \
175 test(log10f, 1.0, 0.0, ALL_STD_EXCEPT, 0);
232 test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dmathconf.h282 # define log10f(x) log10 (x) macro
H A Dstubs.c333 log10f(float x) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map49 log10f;
H A DMakefile191 MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h211 /* Define to 1 if you have the `log10f' function. */
991 # define log10f _log10f macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h325 /// float log10f(float x);
326 log10f, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/lib/msun/src/
H A Dmath.h364 float log10f(float);
H A Dmath_private.h713 #define __ieee754_log10f log10f
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver500 log10f;
/freebsd-10.0-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-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h932 __tg_log10(float __x) {return log10f(__x);}
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h654 extern float log10f(float);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1597 case LibFunc::log10f:

Completed in 304 milliseconds