Lines Matching refs:x7F
127 roundIncrement = 0x7F;
136 roundBits = absZ & 0x7F;
325 roundIncrement = 0x7F;
334 roundBits = zSig & 0x7F;
354 roundBits = zSig & 0x7F;
1691 return packFloat32( aSign, 0x7F, 0 );
1971 zExp = aExp + bExp - 0x7F;
2181 zExp = ( ( aExp - 0x7F )>>1 ) + 0x7E;
2184 if ( ( zSig & 0x7F ) <= 5 ) {
2313 aExp -= 0x7F;
2882 aExp -= 0x7f;