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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmi2c.h12 #ifndef t_h
13 #define t_h macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmi2c.h12 #ifndef t_h
13 #define t_h macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dultrasp7.c22 double s_h,t_h; local
30 uz.d = t_h;
32 t_h = uz.d;
33 s_l = v*((u-s_h*t_h)-s_h*t_l);
38 t_h = uz.d;
39 t_l = r-((t_h-3.0)-s2);
40 v = s_l*t_h+t_l*s;
/haiku-buildtools/gcc/libquadmath/math/
H A Dpowq.c151 __float128 s2, s_h, s_l, t_h, t_l, ay; local
326 /* t_h=ax+bp[k] High */
327 t_h = ax + bp[k];
328 o.value = t_h;
331 t_h = o.value;
332 t_l = ax - (t_h - bp[k]);
333 s_l = v * ((u - s_h * t_h) - s_h * t_l);
341 t_h = 3.0 + s2 + r;
342 o.value = t_h;
345 t_h
[all...]

Completed in 50 milliseconds