Searched refs:zExpPtr (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c108 static void normalizeFloat64Subnormal(bits64 aSig, int16 * zExpPtr,
111 static void normalizeFloat32Subnormal(bits32 aSig, int16 * zExpPtr,
629 normalizeFloat64Subnormal(bits64 aSig, int16 * zExpPtr, bits64 * zSigPtr) argument
635 *zExpPtr = 1 - shiftCount;
705 static void normalizeFloat32Subnormal(bits32 aSig, int16 * zExpPtr, argument
712 *zExpPtr = 1 - shiftCount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c108 static void normalizeFloat64Subnormal(bits64 aSig, int16 * zExpPtr,
111 static void normalizeFloat32Subnormal(bits32 aSig, int16 * zExpPtr,
629 normalizeFloat64Subnormal(bits64 aSig, int16 * zExpPtr, bits64 * zSigPtr) argument
635 *zExpPtr = 1 - shiftCount;
705 static void normalizeFloat32Subnormal(bits32 aSig, int16 * zExpPtr, argument
712 *zExpPtr = 1 - shiftCount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/nwfpe/
H A Dsoftfloat.c142 significand are stored at the locations pointed to by `zExpPtr' and
147 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) argument
153 *zExpPtr = 1 - shiftCount;
303 significand are stored at the locations pointed to by `zExpPtr' and
308 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) argument
314 *zExpPtr = 1 - shiftCount;
479 and significand are stored at the locations pointed to by `zExpPtr' and
484 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) argument
490 *zExpPtr = 1 - shiftCount;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dsoftfloat.c142 significand are stored at the locations pointed to by `zExpPtr' and
147 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) argument
153 *zExpPtr = 1 - shiftCount;
303 significand are stored at the locations pointed to by `zExpPtr' and
308 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) argument
314 *zExpPtr = 1 - shiftCount;
479 and significand are stored at the locations pointed to by `zExpPtr' and
484 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) argument
490 *zExpPtr = 1 - shiftCount;

Completed in 99 milliseconds