Searched refs:countLeadingZeros32 (Results 1 – 2 of 2) sorted by relevance
612 static int8 countLeadingZeros32( bits32 a ) in countLeadingZeros32() function664 shiftCount += countLeadingZeros32( a ); in countLeadingZeros64()
218 shiftCount = countLeadingZeros32( aSig ) - 8; in normalizeFloat32Subnormal()332 shiftCount = countLeadingZeros32( zSig ) - 1; in normalizeRoundAndPackFloat32()1084 shiftCount = countLeadingZeros32( absA ) + 21; in int32_to_float64()1109 shiftCount = countLeadingZeros32( absA ) + 32; in int32_to_floatx80()1135 shiftCount = countLeadingZeros32( absA ) + 17; in int32_to_float128()2504 shiftCount = countLeadingZeros32( aSig ) - 21; in float16_to_float32()