Home | History | Annotate | Download | only in src

Lines Matching defs:t_h

205 	    double ss,s2,s_h,s_l,t_h,t_l;
225 /* t_h=ax+bp[k] High */
226 t_h = zero;
227 SET_HIGH_WORD(t_h,((ix>>1)|0x20000000)+0x00080000+(k<<18));
228 t_l = ax - (t_h-bp[k]);
229 s_l = v*((u-s_h*t_h)-s_h*t_l);
235 t_h = 3.0+s2+r;
236 SET_LOW_WORD(t_h,0);
237 t_l = r-((t_h-3.0)-s2);
239 u = s_h*t_h;
240 v = s_l*t_h+t_l*ss;