Searched refs:int16 (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 48 typedef int int16; typedef 73 int16 extractFloat64Exp(float64 a); 74 int16 extractFloat32Exp(float32 a); 77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig); 78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr); 79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig); 80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr); 98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp, 102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig); 103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zExp, [all …]
|
/linux-5.19.10/arch/arm/nwfpe/ |
D | softfloat.c | 125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 155 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal() 177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 217 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 … in roundAndPackFloat32() 280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32() 306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp() 336 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal() 358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64() 388 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 … in roundAndPackFloat64() 392 int16 roundIncrement, roundBits; in roundAndPackFloat64() [all …]
|
D | ARM-gcc.h | 24 typedef int int16; typedef
|
D | softfloat-macros | 42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr ) 67 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr ) 105 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 143 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 179 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 234 int16 count, 290 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 313 int16 count, 603 static bits32 estimateSqrt32( int16 aExp, bits32 a )
|
/linux-5.19.10/lib/raid6/ |
D | Makefile | 5 int8.o int16.o int32.o 57 targets += int1.c int2.c int4.c int8.c int16.c int32.c
|
/linux-5.19.10/lib/raid6/test/ |
D | Makefile | 16 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o 124 int16.c: int.uc ../unroll.awk
|
/linux-5.19.10/arch/mips/include/asm/octeon/ |
D | cvmx.h | 241 CVMX_BUILD_WRITE64(int16, "sh"); 257 CVMX_BUILD_READ64(int16, "lh");
|
/linux-5.19.10/drivers/gpu/drm/vmwgfx/device_include/ |
D | vm_basic_types.h | 37 typedef s16 int16; typedef
|
/linux-5.19.10/Documentation/ |
D | dontdiff | 146 int16.c
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | exynos4210-pinctrl.dtsi | 797 eint16: ext-int16-pins {
|
D | s5pv210-pinctrl.dtsi | 757 eint16: ext-int16-pins {
|
D | exynos4412-pinctrl.dtsi | 855 eint16: ext-int16-pins {
|