Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 12 of 12) sorted by relevance

/math/
A Dauto-libm-test-out-log101 log10 1
26 log10 0.1
171 log10 10.0
196 log10 100.0
221 log10 10000.0
246 log10 e
391 log10 0.75
416 log10 0x1.000002p0
1295 log10 min
1384 log10 min_subnorm
[all …]
A Dlibm-test-log10.inc1 /* Test log10.
23 TEST_f_f (log10, 0, minus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
26 /* log10 (x) == qNaN plus invalid exception if x < 0. */
27 TEST_f_f (log10, -1, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
29 TEST_f_f (log10, -min_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
30 TEST_f_f (log10, -max_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
33 TEST_f_f (log10, plus_infty, plus_infty, ERRNO_UNCHANGED),
36 TEST_f_f (log10, snan_value, qnan_value, INVALID_EXCEPTION),
37 TEST_f_f (log10, -snan_value, qnan_value, INVALID_EXCEPTION),
39 AUTO_TESTS_f_f (log10),
[all …]
A Dauto-libm-test-in6534 log10 1
6535 log10 0.1
6536 log10 10.0
6537 log10 100.0
6538 log10 10000.0
6539 log10 e
6540 log10 0.75
6541 log10 0x1.000002p0
6553 log10 min
6554 log10 min_subnorm
[all …]
A Dtest-tgmath.c249 a = log10 (log10 (x)); in F()
362 a = log10 (y); in F()
573 (F(log10)) (TYPE x) in TYPE() argument
A Dtgmath.h768 # define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val, log10, clog10) macro
770 # define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val, log10) macro
A DMakefile290 lgamma log log10 log1p log2 pow sin sincos sinh sqrt \
379 llrint llround log10 log1p log2 logb lrint lround nearbyint \
A Dw_log10_template.c43 declare_mgen_alias (__log10, log10)
A Dw_log10_compat.c46 libm_alias_double (__log10, log10)
A Dw_log10f_compat.c46 libm_alias_float (__log10, log10)
A Dw_log10l_compat.c46 libm_alias_ldouble (__log10, log10)
A DVersions72 log10; log10f; log10l;
/math/bits/
A Dmathcalls.h107 __MATHCALL (log10,, (_Mdouble_ __x));

Completed in 36 milliseconds