Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat.c128 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
156 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
178 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
208 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32()
271 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
311 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
314 return (int16)((FLOAT64_DEMANGLE(a) >> 52) & 0x7FF); in extractFloat64Exp()
345 int16 *zExpPtr, in normalizeFloat64Subnormal()
386 packFloat64( flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in packFloat64()
420 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1, bits32 zSig2 ) in roundAndPackFloat64()
[all …]
Dsoftfloat-macros42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
161 int16 count,
217 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
240 int16 count,
521 static bits32 estimateSqrt32( int16 aExp, bits32 a )
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat.c129 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
157 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
179 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
209 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32()
272 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
312 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
315 return (int16)((FLOAT64_DEMANGLE(a) >> 52) & 0x7FF); in extractFloat64Exp()
346 int16 *zExpPtr, in normalizeFloat64Subnormal()
387 packFloat64( flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in packFloat64()
421 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1, bits32 zSig2 ) in roundAndPackFloat64()
[all …]
Dsoftfloat-macros42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
161 int16 count,
217 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
240 int16 count,
521 static bits32 estimateSqrt32( int16 aExp, bits32 a )
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c232 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
260 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
282 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
312 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32()
375 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32()
401 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
404 return (int16)((FLOAT64_DEMANGLE(a) >> 52) & 0x7FF); in extractFloat64Exp()
429 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal()
451 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
482 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig ) in roundAndPackFloat64()
[all …]
Dsoftfloat-macros43 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
70 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )
107 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
145 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
181 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
236 int16 count,
292 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
315 int16 count,
596 static bits32 estimateSqrt32( int16 aExp, bits32 a )
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
Darm-gcc.h46 typedef int int16; typedef
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
Darm-gcc.h50 typedef int int16; typedef
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Darm-gcc.h50 typedef int int16; typedef