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

/freebsd-10.3-release/lib/msun/i387/
H A De_log10f.S11 ENTRY(log10f)
16 END(log10f)
/freebsd-10.3-release/lib/msun/tests/
H A Dlogarithm_test.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.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_log.c138 * log10f(3)
143 atf_tc_set_md_var(tc, "descr", "Test log10f(10) == 1");
148 ATF_CHECK(log10f(10.0) == 1.0);
154 atf_tc_set_md_var(tc, "descr", "Test log10f(NaN) == NaN");
162 ATF_CHECK(isnan(log10f(x)) != 0);
168 atf_tc_set_md_var(tc, "descr", "Test log10f(-Inf) == NaN");
174 const float y = log10f(x);
182 atf_tc_set_md_var(tc, "descr", "Test log10f(+Inf) == +Inf");
193 ATF_CHECK(log10f(x) == x);
199 atf_tc_set_md_var(tc, "descr", "Test log10f(1.
[all...]
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h282 # define log10f(x) log10 (x) macro
H A Dstubs.c333 log10f(float x) function
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h211 /* Define to 1 if you have the `log10f' function. */
991 # define log10f _log10f macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h349 /// float log10f(float x);
350 log10f, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/lib/msun/src/
H A Dmath.h364 float log10f(float);
H A Dmath_private.h725 #define __ieee754_log10f log10f
/freebsd-10.3-release/lib/msun/
H A DMakefile197 MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h932 __tg_log10(float __x) {return log10f(__x);}
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h654 extern float log10f(float);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1956 case LibFunc::log10f:
/freebsd-10.3-release/contrib/libstdc++/
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...]

Completed in 217 milliseconds