Searched refs:t_h (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmi2c.h12 #ifndef t_h
13 #define t_h macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmi2c.h12 #ifndef t_h
13 #define t_h macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp7.c20 double s_h,t_h; local
28 uz.d = t_h;
30 t_h = uz.d;
31 s_l = v*((u-s_h*t_h)-s_h*t_l);
36 t_h = uz.d;
37 t_l = r-((t_h-3.0)-s2);
38 v = s_l*t_h+t_l*s;
/openbsd-current/lib/libm/src/
H A De_pow.c203 double ss,s2,s_h,s_l,t_h,t_l; local
223 /* t_h=ax+bp[k] High */
224 t_h = zero;
225 SET_HIGH_WORD(t_h,((ix>>1)|0x20000000)+0x00080000+(k<<18));
226 t_l = ax - (t_h-bp[k]);
227 s_l = v*((u-s_h*t_h)-s_h*t_l);
233 t_h = 3.0+s2+r;
234 SET_LOW_WORD(t_h,0);
235 t_l = r-((t_h-3.0)-s2);
237 u = s_h*t_h;
[all...]
H A De_powf.c141 float s2,s_h,s_l,t_h,t_l; local
162 /* t_h=ax+bp[k] High */
163 SET_FLOAT_WORD(t_h,((ix>>1)|0x20000000)+0x0040000+(k<<21));
164 t_l = ax - (t_h-bp[k]);
165 s_l = v*((u-s_h*t_h)-s_h*t_l);
171 t_h = (float)3.0+s2+r;
172 GET_FLOAT_WORD(is,t_h);
173 SET_FLOAT_WORD(t_h,is&0xfffff000);
174 t_l = r-((t_h-(float)3.0)-s2);
176 u = s_h*t_h;
[all...]
/openbsd-current/lib/libm/src/ld128/
H A De_powl.c148 long double s2, s_h, s_l, t_h, t_l; local
319 /* t_h=ax+bp[k] High */
320 t_h = ax + bp[k];
321 o.value = t_h;
324 t_h = o.value;
325 t_l = ax - (t_h - bp[k]);
326 s_l = v * ((u - s_h * t_h) - s_h * t_l);
334 t_h = 3.0 + s2 + r;
335 o.value = t_h;
338 t_h
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dni_dpm.c2402 u32 t_l, t_h; local
2425 &t_h);
2433 &t_h);
2436 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT;
2447 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000);
H A Dsi_dpm.c5074 u32 t_l, t_h; local
5096 &t_h);
5099 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT;
5109 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000);
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c5576 u32 t_l, t_h; local
5598 &t_h);
5601 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT;
5611 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000);

Completed in 276 milliseconds