Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c173 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 ) in roundAndPackInt64() argument
181 increment = ( (sbits64) absZ1 < 0 ); in roundAndPackInt64()
188 increment = ( roundingMode == float_round_down ) && absZ1; in roundAndPackInt64()
191 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64()
198 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven ); in roundAndPackInt64()
209 if ( absZ1 ) set_float_exception_inexact_flag(); in roundAndPackInt64()