HomeSort by: relevance | last modified time | path
    Searched defs:t_l (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
e_pow.c 210 double ss,s2,s_h,s_l,t_h,t_l; local in function:__ieee754_pow
233 t_l = ax - (t_h-bp[k]);
234 s_l = v*((u-s_h*t_h)-s_h*t_l);
242 t_l = r-((t_h-3.0)-s2);
245 v = s_l*t_h+t_l*ss;
e_powf.c 152 float s2,s_h,s_l,t_h,t_l; local in function:__ieee754_powf
176 t_l = ax - (t_h-bp[k]);
177 s_l = v*((u-s_h*t_h)-s_h*t_l);
186 t_l = r-((t_h-(float)3.0)-s2);
189 v = s_l*t_h+t_l*s;
  /src/lib/libm/ld128/
e_powl.c 150 long double s2, s_h, s_l, t_h, t_l; local in function:powl
327 t_l = ax - (t_h - bp[k]);
328 s_l = v * ((u - s_h * t_h) - s_h * t_l);
341 t_l = r - ((t_h - 3.0) - s2);
344 v = s_l * t_h + t_l * s;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ni_dpm.c 2402 u32 t_l, t_h; local in function:ni_populate_smc_t
2424 &t_l,
2432 &t_l,
2437 t_l = (i + 1) * 1000 + 50 * R600_AH_DFLT;
2441 a_t |= CG_R(t_l * pi->bsp / 20000);
radeon_si_dpm.c 5096 u32 t_l, t_h; local in function:si_populate_smc_t
5117 &t_l,
5122 t_l = (i + 1) * 1000 + 50 * R600_AH_DFLT;
5126 a_t |= CG_R(t_l * pi->bsp / 20000);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 5560 u32 t_l, t_h; local in function:si_populate_smc_t
5581 &t_l,
5586 t_l = (i + 1) * 1000 + 50 * R600_AH_DFLT;
5590 a_t |= CG_R(t_l * pi->bsp / 20000);

Completed in 128 milliseconds