Searched refs:ln2_hi (Results 1 - 4 of 4) sorted by relevance

/external/fdlibm/
H A De_log.c44 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
46 * ln2_hi + ln2_lo,
47 * where n*ln2_hi is always exact for |n| < 2000.
72 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
116 return dk*ln2_hi+dk*ln2_lo;}
119 return dk*ln2_hi-((R-dk*ln2_lo)-f);}
134 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
137 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);
H A Ds_expm1.c119 ln2_hi = 6.93147180369123816490e-01,/* 0x3fe62e42, 0xfee00000 */ variable
165 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
167 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
171 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
H A Ds_log1p.c49 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
51 * ln2_hi + ln2_lo,
52 * where n*ln2_hi is always exact for |n| < 2000.
86 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
155 else {c += k*ln2_lo; return k*ln2_hi+c;}
158 return k*ln2_hi-((R-(k*ln2_lo+c))-f);
164 return k*ln2_hi-((hfsq-(s*(hfsq+R)+(k*ln2_lo+c)))-f);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_log.h47 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
49 * ln2_hi + ln2_lo,
50 * where n*ln2_hi is always exact for |n| < 2000.
76 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
116 return dk*ln2_hi+dk*ln2_lo;}
120 return dk*ln2_hi-((R-dk*ln2_lo)-f);}
135 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
138 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);

Completed in 107 milliseconds