Lines Matching defs:t_h
207 double ss,s2,s_h,s_l,t_h,t_l;
227 /* t_h=ax+bp[k] High */
228 t_h = zero;
229 SET_HIGH_WORD(t_h,((ix>>1)|0x20000000)+0x00080000+(k<<18));
230 t_l = ax - (t_h-bp[k]);
231 s_l = v*((u-s_h*t_h)-s_h*t_l);
237 t_h = 3+s2+r;
238 SET_LOW_WORD(t_h,0);
239 t_l = r-((t_h-3)-s2);
241 u = s_h*t_h;
242 v = s_l*t_h+t_l*ss;