Symbol: ln2_hi
lib/msun/ld128/s_logl.c
559
_3sumF(val_hi, val_lo, F_hi(i) + dk * ln2_hi);
lib/msun/ld128/s_logl.c
667
_3sumF(val_hi, val_lo, F_hi(i) + dk * ln2_hi);
lib/msun/ld80/s_logl.c
547
_3sumF(val_hi, val_lo, F_hi(i) + dk * ln2_hi);
lib/msun/ld80/s_logl.c
656
_3sumF(val_hi, val_lo, F_hi(i) + dk * ln2_hi);
lib/msun/src/e_log.c
114
return dk*ln2_hi+dk*ln2_lo;
lib/msun/src/e_log.c
119
return dk*ln2_hi-((R-dk*ln2_lo)-f);}
lib/msun/src/e_log.c
134
return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
lib/msun/src/e_log.c
137
return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);
lib/msun/src/e_log.c
70
ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */
lib/msun/src/e_logf.c
20
ln2_hi = 6.9313812256e-01, /* 0x3f317180 */
lib/msun/src/e_logf.c
61
return dk*ln2_hi+dk*ln2_lo;
lib/msun/src/e_logf.c
66
return dk*ln2_hi-((R-dk*ln2_lo)-f);}
lib/msun/src/e_logf.c
81
return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
lib/msun/src/e_logf.c
84
return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);
lib/msun/src/s_clog.c
39
ln2_hi = 6.9314718055829871e-1, /* 0x162e42fefa0000.0p-53 */
lib/msun/src/s_clog.c
85
(MAX_EXP - 2) * ln2_lo + (MAX_EXP - 2) * ln2_hi, v));
lib/msun/src/s_clog.c
92
(MIN_EXP - 2) * ln2_lo + (MIN_EXP - 2) * ln2_hi, v));
lib/msun/src/s_clogl.c
102
(MAX_EXP - 2) * ln2l_lo + (MAX_EXP - 2) * ln2_hi, v));
lib/msun/src/s_clogl.c
109
(MIN_EXP - 2) * ln2l_lo + (MIN_EXP - 2) * ln2_hi, v));
lib/msun/src/s_clogl.c
42
ln2_hi = 6.9314718055829871e-1; /* 0x162e42fefa0000.0p-53 */
lib/msun/src/s_expm1.c
116
ln2_hi = 6.93147180369123816490e-01,/* 0x3fe62e42, 0xfee00000 */
lib/msun/src/s_expm1.c
161
{hi = x - ln2_hi; lo = ln2_lo; k = 1;}
lib/msun/src/s_expm1.c
163
{hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
lib/msun/src/s_expm1.c
167
hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
lib/msun/src/s_expm1f.c
25
ln2_hi = 6.9313812256e-01,/* 0x3f317180 */
lib/msun/src/s_expm1f.c
68
{hi = x - ln2_hi; lo = ln2_lo; k = 1;}
lib/msun/src/s_expm1f.c
70
{hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
lib/msun/src/s_expm1f.c
74
hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
lib/msun/src/s_log1p.c
160
return k*ln2_hi+c;
lib/msun/src/s_log1p.c
165
return k*ln2_hi-((R-(k*ln2_lo+c))-f);
lib/msun/src/s_log1p.c
171
return k*ln2_hi-((hfsq-(s*(hfsq+R)+(k*ln2_lo+c)))-f);
lib/msun/src/s_log1p.c
83
ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */
lib/msun/src/s_log1pf.c
100
return k*ln2_hi+c;
lib/msun/src/s_log1pf.c
105
return k*ln2_hi-((R-(k*ln2_lo+c))-f);
lib/msun/src/s_log1pf.c
111
return k*ln2_hi-((hfsq-(s*(hfsq+R)+(k*ln2_lo+c)))-f);
lib/msun/src/s_log1pf.c
22
ln2_hi = 6.9313812256e-01, /* 0x3f317180 */