Home
last modified time | relevance | path

Searched refs:s_h (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libm/src/
H A De_powf.c152 float s2,s_h,s_l,t_h,t_l; in __ieee754_powf() local
170 s_h = s; in __ieee754_powf()
171 GET_FLOAT_WORD(is,s_h); in __ieee754_powf()
172 SET_FLOAT_WORD(s_h,is&0xfffff000); in __ieee754_powf()
177 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_powf()
181 r += s_l*(s_h+s); in __ieee754_powf()
182 s2 = s_h*s_h; in __ieee754_powf()
188 u = s_h*t_h; in __ieee754_powf()
H A De_pow.c210 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local
228 s_h = ss; in __ieee754_pow()
229 SET_LOW_WORD(s_h,0); in __ieee754_pow()
234 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow()
238 r += s_l*(s_h+ss); in __ieee754_pow()
239 s2 = s_h*s_h; in __ieee754_pow()
244 u = s_h*t_h; in __ieee754_pow()
/netbsd-src/lib/libm/ld128/
H A De_powl.c150 long double s2, s_h, s_l, t_h, t_l; in powl() local
315 s_h = s; in powl()
317 o.value = s_h; in powl()
320 s_h = o.value; in powl()
328 s_l = v * ((u - s_h * t_h) - s_h * t_l); in powl()
334 r += s_l * (s_h + s); in powl()
335 s2 = s_h * s_h; in powl()
343 u = s_h * t_h; in powl()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; in powq() local
326 s_h = s; in powq()
328 o.value = s_h; in powq()
331 s_h = o.value; in powq()
339 s_l = v * ((u - s_h * t_h) - s_h * t_l); in powq()
345 r += s_l * (s_h + s); in powq()
346 s2 = s_h * s_h; in powq()
354 u = s_h * t_h; in powq()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; in powq() local
326 s_h = s; in powq()
328 o.value = s_h; in powq()
331 s_h = o.value; in powq()
339 s_l = v * ((u - s_h * t_h) - s_h * t_l); in powq()
345 r += s_l * (s_h + s); in powq()
346 s2 = s_h * s_h; in powq()
354 u = s_h * t_h; in powq()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmodules.c903 struct sortrec *s_h; in cat_module() local
931 for (s_h = s_head, i = 0; i < s_count; i++, s_h++) in cat_module()
936 line = Xasprintf ("%-12s", s_h->modname); in cat_module()
941 line = Xasprintf (" %-11s", s_h->status); in cat_module()
947 line = Xasprintf ("%s %s", s_h->modname, s_h->rest); in cat_module()
1009 for (cp2 = cp = s_h->comment; *cp; cp2 = cp) in cat_module()
H A DChangeLog-973027 s_h->rest changes between the time we allocate line and the time we
3028 sprintf s_h->rest into it.