Lines Matching defs:t_h
147 float s2,s_h,s_l,t_h,t_l;
168 /* t_h=ax+bp[k] High */
170 SET_FLOAT_WORD(t_h,is+0x00400000+(k<<21));
171 t_l = ax - (t_h-bp[k]);
172 s_l = v*((u-s_h*t_h)-s_h*t_l);
178 t_h = (float)3.0+s2+r;
179 GET_FLOAT_WORD(is,t_h);
180 SET_FLOAT_WORD(t_h,is&0xfffff000);
181 t_l = r-((t_h-(float)3.0)-s2);
183 u = s_h*t_h;
184 v = s_l*t_h+t_l*s;