Home | History | Annotate | Download | only in over_temp

Lines Matching refs:stt

1321   float st = 0.0f, stt = 0.0f;
1352 stt += weight * t * t;
1359 ASSERT(stt > 0.0f);
1360 const float inv_stt = 1.0f / stt;