public/compressed_vector.h
69707172737475static float expScale[4] = { 4.0f, 16.0f, 32.f, 64.f }; float fmax = max( fabs( vOther.x ), fabs( vOther.y ) ); fmax = max( fmax, fabs( vOther.z ) ); for (exp = 0; exp < 3; exp++) {69707172737475static float expScale[4] = { 4.0f, 16.0f, 32.f, 64.f }; float fmax = max( fabs( vOther.x ), fabs( vOther.y ) ); fmax = max( fmax, fabs( vOther.z ) ); for (exp = 0; exp < 3; exp++) {