Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/softfloat/bits64/
Dsoftfloat.c165 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 ) in roundAndPackInt64() argument
188 ++absZ0; in roundAndPackInt64()
189 if ( absZ0 == 0 ) goto overflow; in roundAndPackInt64()
190 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven ); in roundAndPackInt64()
192 z = absZ0; in roundAndPackInt64()