Searched refs:t_h (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | ultrasp7.c | 20 double s_h,t_h; in __ieee754_pow() local 28 uz.d = t_h; in __ieee754_pow() 30 t_h = uz.d; in __ieee754_pow() 31 s_l = v*((u-s_h*t_h)-s_h*t_l); in __ieee754_pow() 36 t_h = uz.d; in __ieee754_pow() 37 t_l = r-((t_h-3.0)-s2); in __ieee754_pow() 38 v = s_l*t_h+t_l*s; in __ieee754_pow()
|
/openbsd/lib/libm/src/ld128/ |
H A D | e_powl.c | 148 long double s2, s_h, s_l, t_h, t_l; in powl() local 320 t_h = ax + bp[k]; in powl() 321 o.value = t_h; in powl() 324 t_h = o.value; in powl() 325 t_l = ax - (t_h - bp[k]); in powl() 334 t_h = 3.0 + s2 + r; in powl() 335 o.value = t_h; in powl() 338 t_h = o.value; in powl() 339 t_l = r - ((t_h - 3.0) - s2); in powl() 341 u = s_h * t_h; in powl() [all …]
|
/openbsd/lib/libm/src/ |
H A D | e_powf.c | 141 float s2,s_h,s_l,t_h,t_l; in powf() local 163 SET_FLOAT_WORD(t_h,((ix>>1)|0x20000000)+0x0040000+(k<<21)); in powf() 164 t_l = ax - (t_h-bp[k]); in powf() 165 s_l = v*((u-s_h*t_h)-s_h*t_l); in powf() 171 t_h = (float)3.0+s2+r; in powf() 172 GET_FLOAT_WORD(is,t_h); in powf() 173 SET_FLOAT_WORD(t_h,is&0xfffff000); in powf() 174 t_l = r-((t_h-(float)3.0)-s2); in powf() 176 u = s_h*t_h; in powf() 177 v = s_l*t_h+t_l*s; in powf()
|
H A D | e_pow.c | 203 double ss,s2,s_h,s_l,t_h,t_l; in pow() local 224 t_h = zero; in pow() 225 SET_HIGH_WORD(t_h,((ix>>1)|0x20000000)+0x00080000+(k<<18)); in pow() 226 t_l = ax - (t_h-bp[k]); in pow() 227 s_l = v*((u-s_h*t_h)-s_h*t_l); in pow() 233 t_h = 3.0+s2+r; in pow() 234 SET_LOW_WORD(t_h,0); in pow() 235 t_l = r-((t_h-3.0)-s2); in pow() 237 u = s_h*t_h; in pow() 238 v = s_l*t_h+t_l*ss; in pow()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | mi2c.h | 12 #ifndef t_h 13 #define t_h macro
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
H A D | mi2c.h | 12 #ifndef t_h 13 #define t_h macro
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | ni_dpm.c | 2402 u32 t_l, t_h; in ni_populate_smc_t() local 2425 &t_h); in ni_populate_smc_t() 2433 &t_h); in ni_populate_smc_t() 2436 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT; in ni_populate_smc_t() 2447 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in ni_populate_smc_t()
|
H A D | si_dpm.c | 5074 u32 t_l, t_h; in si_populate_smc_t() local 5096 &t_h); in si_populate_smc_t() 5099 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT; in si_populate_smc_t() 5109 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()
|
/openbsd/sys/dev/pci/drm/amd/pm/legacy-dpm/ |
H A D | amdgpu_si_dpm.c | 5576 u32 t_l, t_h; in si_populate_smc_t() local 5598 &t_h); in si_populate_smc_t() 5601 t_h = (i + 1) * 1000 - 50 * R600_AH_DFLT; in si_populate_smc_t() 5611 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()
|