OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log10_2hi
(Results
1 - 3
of
3
) sorted by null
/bionic/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
86
return z+y*
log10_2hi
;
e_log10f.c
26
log10_2hi
= 3.0102920532e-01, /* 0x3e9a2080 */
variable
54
return z+y*
log10_2hi
;
/external/fdlibm/
e_log10.c
18
* Let
log10_2hi
= leading 40 bits of ieee_log10(2) and
19
* log10_2lo = ieee_log10(2) -
log10_2hi
,
25
* log10(x) := n*
log10_2hi
+ (n*log10_2lo + ivln10*ieee_log(x))
56
log10_2hi
= 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */
variable
90
return z+y*
log10_2hi
;
Completed in 364 milliseconds