Lines Matching defs:t_h
149 float s2,s_h,s_l,t_h,t_l;
170 /* t_h=ax+bp[k] High */
172 SET_FLOAT_WORD(t_h,is+0x00400000+(k<<21));
173 t_l = ax - (t_h-bp[k]);
174 s_l = v*((u-s_h*t_h)-s_h*t_l);
180 t_h = 3+s2+r;
181 GET_FLOAT_WORD(is,t_h);
182 SET_FLOAT_WORD(t_h,is&0xfffff000);
183 t_l = r-((t_h-3)-s2);
185 u = s_h*t_h;
186 v = s_l*t_h+t_l*s;