Searched refs:B_mant (Results 1 – 1 of 1) sorted by relevance
64 f32 A, B, B_mant, C, A_f; in GDSetFog() local110 B_mant = B; in GDSetFog()112 while (B_mant > 1.0) in GDSetFog()114 B_mant /= 2; in GDSetFog()117 while ((B_mant > 0) && (B_mant < 0.5)) in GDSetFog()119 B_mant *= 2; in GDSetFog()124 b_m = (u32)(B_mant * 8388638); in GDSetFog()