Home | History | Annotate | Download | only in fpu

Lines Matching refs:x9C

1131     return normalizeRoundAndPackFloat32( zSign, 0x9C, zSign ? - a : a STATUS_VAR );
1229 return roundAndPackFloat32( zSign, 0x9C - shiftCount, absA STATUS_VAR );
1251 return roundAndPackFloat32(0, 0x9C - shiftCount, a STATUS_VAR);