Searched refs:hi (Results 1 - 9 of 9) sorted by relevance

/bionic/libm/bsdsrc/
H A Db_exp.c94 double z,hi,lo,c;
107 /* express x-k*ln2 as hi-lo and let x=hi-lo rounded */
109 hi=x-k*ln2hi;
110 x=hi-(lo=k*ln2lo);
115 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
140 double z,hi,lo; local
152 /* express (x+c)-k*ln2 as hi-lo and let x=hi-lo rounded */
154 hi
[all...]
/bionic/libm/src/
H A De_exp.c27 * Here r will be represented as r = hi-lo for better
105 double y,hi=0.0,lo=0.0,c,t; local
129 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb;
133 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */
136 x = hi - lo;
147 else y = one-((lo-(x*c)/(2.0-c))-hi);
H A De_expf.c44 float y,hi=0.0,lo=0.0,c,t; local
65 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb;
69 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */
72 x = hi - lo;
83 else y = one-((lo-(x*c)/((float)2.0-c))-hi);
H A Ds_expm1.c133 double y,hi,lo,c,t,e,hxs,hfx,r1; local
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 */
173 x = hi - lo;
174 c = (hi-x)-lo;
H A Ds_expm1f.c41 float y,hi,lo,c,t,e,hxs,hfx,r1; local
69 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
71 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
75 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */
78 x = hi - lo;
79 c = (hi-x)-lo;
/bionic/libc/kernel/arch-mips/asm/
H A Dptrace.h40 unsigned long hi; member in struct:pt_regs
H A Dsgiarcs.h170 s32 hi; member in struct:linux_bigint
172 s32 hi;
/bionic/libc/tzcode/
H A Dlocaltime.c1398 register int hi = sp->timecnt; local
1400 while (lo < hi) {
1401 register int mid = (lo + hi) >> 1;
1404 hi = mid;
1812 register time_t hi; local
1890 hi = lo - 1;
1893 hi = (time_t) DBL_MAX;
1894 else hi = (time_t) FLT_MAX;
1895 lo = -hi;
1900 hi
[all...]
/bionic/libc/kernel/arch-mips/asm/pci/
H A Dbridge.h157 } hi; member in union:bridge_s::__anon87

Completed in 387 milliseconds