Home
last modified time | relevance | path

Searched refs:t_l (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/
H A De_powf.c141 float s2,s_h,s_l,t_h,t_l; in powf() local
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()
174 t_l = r-((t_h-(float)3.0)-s2); in powf()
177 v = s_l*t_h+t_l*s; in powf()
H A De_pow.c203 double ss,s2,s_h,s_l,t_h,t_l; in pow() local
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()
235 t_l = r-((t_h-3.0)-s2); in pow()
238 v = s_l*t_h+t_l*ss; in pow()
/dragonfly/include/arpa/
H A Dnameser.h457 u_int32_t t_l = (u_int32_t)(l); \
459 *t_cp++ = t_l >> 24; \
460 *t_cp++ = t_l >> 16; \
461 *t_cp++ = t_l >> 8; \
462 *t_cp = t_l; \
/dragonfly/sys/dev/drm/radeon/
H A Dni_dpm.c2396 u32 t_l, t_h; in ni_populate_smc_t() local
2418 &t_l, in ni_populate_smc_t()
2426 &t_l, in ni_populate_smc_t()
2431 t_l = (i + 1) * 1000 + 50 * R600_AH_DFLT; in ni_populate_smc_t()
2435 a_t |= CG_R(t_l * pi->bsp / 20000); in ni_populate_smc_t()
H A Dsi_dpm.c5091 u32 t_l, t_h; in si_populate_smc_t() local
5112 &t_l, in si_populate_smc_t()
5117 t_l = (i + 1) * 1000 + 50 * R600_AH_DFLT; in si_populate_smc_t()
5121 a_t |= CG_R(t_l * pi->bsp / 20000); in si_populate_smc_t()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c5554 u32 t_l, t_h; in si_populate_smc_t() local
5575 &t_l, in si_populate_smc_t()
5580 t_l = (i + 1) * 1000 + 50 * R600_AH_DFLT; in si_populate_smc_t()
5584 a_t |= CG_R(t_l * pi->bsp / 20000); in si_populate_smc_t()