OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivln10
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libm/noieee_src/
n_log10.c
85
ic(
ivln10
, 4.3429448190325181667E-1, -2, 1.BCB7B1526E50E)
101
return(
ivln10
*log(x));
112
return(
ivln10
*log(x));
/src/lib/libm/src/
e_log10.c
24
*
ivln10
= 1/log(10) rounded.
29
* log10(x) := n*log10_2hi + (n*log10_2lo +
ivln10
*log(x))
56
ivln10
= 4.34294481903251816668e-01, /* 0x3FDBCB7B, 0x1526E50E */
variable in typeref:typename:const double
85
z = y*log10_2lo +
ivln10
*__ieee754_log(x);
e_log10f.c
26
ivln10
= 4.3429449201e-01, /* 0x3ede5bd9 */
variable in typeref:typename:const float
54
z = y*log10_2lo +
ivln10
*__ieee754_logf(x);
Completed in 28 milliseconds
Indexes created Fri Oct 31 09:09:54 GMT 2025