HomeSort by relevance Sort by last modified time
    Searched refs:ln2_hi (Results 1 - 10 of 10) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log.c 47 * = 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.
72 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
115 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);
e_logf.c 23 ln2_hi = 6.9313812256e-01, /* 0x3f317180 */ variable
63 return dk*ln2_hi+dk*ln2_lo;
68 return dk*ln2_hi-((R-dk*ln2_lo)-f);}
83 return dk*ln2_hi-((hfsq-(s*(hfsq+R)+dk*ln2_lo))-f);
86 return dk*ln2_hi-((s*(f-R)-dk*ln2_lo)-f);
s_expm1.c 121 ln2_hi = 6.93147180369123816490e-01,/* 0x3fe62e42, 0xfee00000 */ variable
164 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
166 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
170 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
s_expm1f.c 29 ln2_hi = 6.9313812256e-01,/* 0x3f317180 */ variable
70 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
72 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
76 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
s_log1p.c 51 * = k*ln2_hi+(f-(hfsq-(s*(hfsq+R)+k*ln2_lo)))
53 * ln2_hi + ln2_lo,
54 * where n*ln2_hi is always exact for |n| < 2000.
87 ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */ variable
163 return k*ln2_hi+c;
168 return k*ln2_hi-((R-(k*ln2_lo+c))-f);
174 return k*ln2_hi-((hfsq-(s*(hfsq+R)+(k*ln2_lo+c)))-f);
s_log1pf.c 25 ln2_hi = 6.9313812256e-01, /* 0x3f317180 */ variable
102 return k*ln2_hi+c;
107 return k*ln2_hi-((R-(k*ln2_lo+c))-f);
113 return k*ln2_hi-((hfsq-(s*(hfsq+R)+(k*ln2_lo+c)))-f);
  /external/fdlibm/
e_log.c 44 * = 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);
s_expm1.c 119 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 */
s_log1p.c 49 * = 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/
e_log.h 47 * = 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 862 milliseconds