Home
last modified time | relevance | path

Searched refs:absZ0 (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
196 ++absZ0; in roundAndPackInt64()
197 if ( absZ0 == 0 ) goto overflow; in roundAndPackInt64()
198 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven ); in roundAndPackInt64()
200 z = absZ0; in roundAndPackInt64()