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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp7.c20 double s_h,t_h; local
25 uz.d = s_h = s = u*v;
27 s_h = uz.d;
31 s_l = v*((u-s_h*t_h)-s_h*t_l);
34 s2 = s_h*s_h;
/openbsd-current/lib/libm/src/
H A De_powf.c141 float s2,s_h,s_l,t_h,t_l; local
155 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
159 s_h = s;
160 GET_FLOAT_WORD(is,s_h);
161 SET_FLOAT_WORD(s_h,is&0xfffff000);
165 s_l = v*((u-s_h*t_h)-s_h*t_l);
169 r += s_l*(s_h+s);
170 s2 = s_h*s_h;
[all...]
H A De_pow.c203 double ss,s2,s_h,s_l,t_h,t_l; local
217 /* compute ss = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
221 s_h = ss;
222 SET_LOW_WORD(s_h,0);
227 s_l = v*((u-s_h*t_h)-s_h*t_l);
231 r += s_l*(s_h+ss);
232 s2 = s_h*s_h;
237 u = s_h*t_
[all...]
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c148 long double s2, s_h, s_l, t_h, t_l; local
309 /* compute s = s_h+s_l = (x-1)/(x+1) or (x-1.5)/(x+1.5) */
313 s_h = s;
315 o.value = s_h;
318 s_h = o.value;
326 s_l = v * ((u - s_h * t_h) - s_h * t_l);
332 r += s_l * (s_h + s);
333 s2 = s_h * s_h;
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dmodules.c951 struct sortrec *s_h;
979 for (s_h = s_head, i = 0; i < s_count; i++, s_h++)
984 line = xmalloc (strlen (s_h->modname) + 15);
985 sprintf (line, "%-12s", s_h->modname);
990 line = xmalloc (strlen (s_h->status) + 15);
991 sprintf (line, " %-11s", s_h->status);
996 line = xmalloc (strlen (s_h->modname) + strlen (s_h->rest) + 15);
998 (void) sprintf (line, "%s %s", s_h
949 struct sortrec *s_h; local
[all...]

Completed in 138 milliseconds