Home
last modified time | relevance | path

Searched refs:absZ (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/arch/arm/nwfpe/
Dsoftfloat.c70 static int32 roundAndPackInt32( struct roundingData *roundData, flag zSign, bits64 absZ ) in roundAndPackInt32() argument
94 roundBits = absZ & 0x7F; in roundAndPackInt32()
95 absZ = ( absZ + roundIncrement )>>7; in roundAndPackInt32()
96 absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven ); in roundAndPackInt32()
97 z = absZ; in roundAndPackInt32()
99 if ( ( absZ>>32 ) || ( z && ( ( z < 0 ) ^ zSign ) ) ) { in roundAndPackInt32()