Home
last modified time | relevance | path

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

/external/qemu/fpu/
Dsoftfloat.c162 static int64 roundAndPackInt64( flag zSign, uint64_t absZ0, uint64_t absZ1 STATUS_PARAM) in roundAndPackInt64() argument
185 ++absZ0; in roundAndPackInt64()
186 if ( absZ0 == 0 ) goto overflow; in roundAndPackInt64()
187 absZ0 &= ~ ( ( (uint64_t) ( absZ1<<1 ) == 0 ) & roundNearestEven ); in roundAndPackInt64()
189 z = absZ0; in roundAndPackInt64()