Searched refs:absZ0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c154 Takes the 128-bit fixed-point value formed by concatenating `absZ0' and
165 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 ) argument
188 ++absZ0;
189 if ( absZ0 == 0 ) goto overflow;
190 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven );
192 z = absZ0;

Completed in 112 milliseconds