OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log10_2hi
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/src/
e_log10.c
22
* Let
log10_2hi
= leading 40 bits of log10(2) and
23
* log10_2lo = log10(2) -
log10_2hi
,
29
* log10(x) := n*
log10_2hi
+ (n*log10_2lo + ivln10*log(x))
57
log10_2hi
= 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */
variable in typeref:typename:const double
86
return z+y*
log10_2hi
;
e_log10f.c
27
log10_2hi
= 3.0102920532e-01, /* 0x3e9a2080 */
variable in typeref:typename:const float
55
return z+y*
log10_2hi
;
Completed in 28 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025