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

/freebsd-10.3-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c264 Packs the sign `zSign', exponent `zExp', and significand `zSig' into a
267 together to form the result. This means that any integer portion of `zSig'
270 than the desired result exponent whenever `zSig' is a complete, normalized
274 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
277 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
284 and significand `zSig', and returns the proper single-precision floating-
294 The input significand `zSig' has its binary point between bits 30
296 significand must be normalized or smaller. If `zSig' is not normalized,
298 and it must not require rounding. In the usual case that `zSig' is
304 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
1152 bits64 zSig; local
1167 bits64 zSig = a; local
1191 bits64 zSig; local
1205 bits64 zSig = a; local
1709 bits32 aSig, bSig, zSig; local
1781 bits32 aSig, bSig, zSig; local
1902 bits32 zSig; local
1961 bits32 aSig, bSig, zSig; local
2128 bits32 aSig, zSig; local
2509 bits32 zSig; local
2675 bits64 aSig, bSig, zSig; local
2747 bits64 aSig, bSig, zSig; local
2925 bits64 aSig, bSig, zSig; local
3083 bits64 aSig, zSig, doubleZSig; local
3485 bits64 aSig, zSig; local
4553 bits32 zSig; local
[all...]
/freebsd-10.3-release/lib/libc/softfloat/bits32/
H A Dsoftfloat.c161 Packs the sign `zSign', exponent `zExp', and significand `zSig' into a
164 together to form the result. This means that any integer portion of `zSig'
167 than the desired result exponent whenever `zSig' is a complete, normalized
171 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
174 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
181 and significand `zSig', and returns the proper single-precision floating-
191 The input significand `zSig' has its binary point between bits 30
193 significand must be normalized or smaller. If `zSig' is not normalized,
195 and it must not require rounding. In the usual case that `zSig' is
201 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
791 bits32 aSig, bSig, zSig; local
863 bits32 aSig, bSig, zSig; local
1041 bits32 aSig, bSig, zSig, rem0, rem1, term0, term1; local
1198 bits32 aSig, zSig, rem0, rem1, term0, term1; local
1535 bits32 aSig0, aSig1, zSig; local
[all...]

Completed in 104 milliseconds