Searched refs:s_h (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libm/src/
H A De_powf.c152 float s2,s_h,s_l,t_h,t_l; local
166 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
170 s_h = s;
171 GET_FLOAT_WORD(is,s_h);
172 SET_FLOAT_WORD(s_h,is&0xfffff000);
177 s_l = v*((u-s_h*t_h)-s_h*t_l);
181 r += s_l*(s_h+s);
182 s2 = s_h*s_h;
[all...]
H A De_pow.c210 double ss,s2,s_h,s_l,t_h,t_l; local
224 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
228 s_h = ss;
229 SET_LOW_WORD(s_h,0);
234 s_l = v*((u-s_h*t_h)-s_h*t_l);
238 r += s_l*(s_h+ss);
239 s2 = s_h*s_h;
244 u = s_h*t_
[all...]
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; local
322 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
326 s_h = s;
328 o.value = s_h;
331 s_h = o.value;
339 s_l = v * ((u - s_h * t_h) - s_h * t_l);
345 r += s_l * (s_h + s);
346 s2 = s_h * s_h;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; local
322 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
326 s_h = s;
328 o.value = s_h;
331 s_h = o.value;
339 s_l = v * ((u - s_h * t_h) - s_h * t_l);
345 r += s_l * (s_h + s);
346 s2 = s_h * s_h;
[all...]
/netbsd-current/lib/libm/ld128/
H A De_powl.c150 long double s2, s_h, s_l, t_h, t_l; local
311 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
315 s_h = s;
317 o.value = s_h;
320 s_h = o.value;
328 s_l = v * ((u - s_h * t_h) - s_h * t_l);
334 r += s_l * (s_h + s);
335 s2 = s_h * s_h;
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmodules.c905 struct sortrec *s_h;
933 for (s_h = s_head, i = 0; i < s_count; i++, s_h++)
938 line = Xasprintf ("%-12s", s_h->modname);
943 line = Xasprintf (" %-11s", s_h->status);
949 line = Xasprintf ("%s %s", s_h->modname, s_h->rest);
1011 for (cp2 = cp = s_h->comment; *cp; cp2 = cp)
1040 /* FIXME-leak: here is where we would free s_h->modname, s_h
903 struct sortrec *s_h; local
[all...]

Completed in 282 milliseconds