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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig);
79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig);
99 bits64 zSig);
102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig);
104 bits32 zSig);
105 static float64 roundAndPackFloat64(flag zSign, int16 zExp, bits64 zSig);
144 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig) argument
146 return (((bits64) zSign) << 63) + (((bits64) zExp) << 52) + zSig;
214 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp, bits64 zSig) argument
218 shiftCount = countLeadingZeros64(zSig)
227 bits64 aSig, bSig, zSig; local
288 bits64 aSig, bSig, zSig; local
342 packFloat32(flag zSign, int16 zExp, bits32 zSig) argument
360 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig) argument
402 normalizeRoundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig) argument
411 roundAndPackFloat64(flag zSign, int16 zExp, bits64 zSig) argument
457 bits32 aSig, bSig, zSig; local
519 bits32 aSig, bSig, zSig; local
720 bits64 aSig, bSig, zSig; local
779 uint64_t zSig; local
830 unsigned int zSig; local
917 bits32 zSig; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dsoftfloat.c159 Packs the sign `zSign', exponent `zExp', and significand `zSig' into a
162 together to form the result. This means that any integer portion of `zSig'
165 than the desired result exponent whenever `zSig' is a complete, normalized
169 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
171 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
177 and significand `zSig', and returns the proper single-precision floating-
187 The input significand `zSig' has its binary point between bits 30
189 significand must be normalized or smaller. If `zSig' is not normalized,
191 and it must not require rounding. In the usual case that `zSig' is
197 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig )
757 bits64 zSig; local
783 bits64 zSig; local
812 bits64 zSig; local
1004 bits32 aSig, bSig, zSig; local
1076 bits32 aSig, bSig, zSig; local
1197 bits32 zSig; local
1256 bits32 aSig, bSig, zSig; local
1426 bits32 aSig, zSig; local
1773 bits32 zSig; local
1900 bits64 aSig, bSig, zSig; local
1972 bits64 aSig, bSig, zSig; local
2150 bits64 aSig, bSig, zSig; local
2307 bits64 aSig, zSig; local
2617 bits64 aSig, zSig; local
[all...]

Completed in 66 milliseconds