OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log10_2hi
(Results
1 - 4
of
4
) sorted by null
/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
;
/bionic/libm/upstream-freebsd/lib/msun/src/
e_log10f.c
27
log10_2hi
= 3.0102920532e-01, /* 0x3e9a2080 */
variable
65
y * ((float_t)log10_2lo +
log10_2hi
);
71
y*
log10_2hi
;
e_log10.c
35
log10_2hi
= 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */
variable
76
y2 = y*
log10_2hi
;
80
* Extra precision in for adding y*
log10_2hi
is not strictly needed
/external/v8/src/third_party/fdlibm/
fdlibm.js
922
// Let
log10_2hi
= leading 40 bits of log10(2) and
923
// log10_2lo = log10(2) -
log10_2hi
,
929
// log10(x) := n*
log10_2hi
+ (n*log10_2lo + ivln10*log(x))
946
define
LOG10_2HI
= 3.01029995663611771306e-01;
978
return z + y *
LOG10_2HI
;
[
all
...]
Completed in 61 milliseconds