Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c48 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 …]
/kernel/linux/linux-5.10/arch/arm/nwfpe/
Dsoftfloat.c125 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 …]
DARM-gcc.h24 typedef int int16; typedef
Dsoftfloat-macros42 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 )
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
Dvm_basic_types.h10 typedef s16 int16; typedef
Dsvga_types.h34 typedef s16 int16; typedef
/kernel/linux/linux-5.10/lib/raid6/
DMakefile5 int8.o int16.o int32.o
53 targets += int1.c int2.c int4.c int8.c int16.c int32.c
/kernel/linux/linux-5.10/lib/raid6/test/
DMakefile16 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
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx.h241 CVMX_BUILD_WRITE64(int16, "sh");
257 CVMX_BUILD_READ64(int16, "lh");
/kernel/linux/linux-5.10/Documentation/
Ddontdiff146 int16.c
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Ds5pv210-pinctrl.dtsi757 eint16: ext-int16 {
Dexynos4210-pinctrl.dtsi797 eint16: ext-int16 {
Dexynos4412-pinctrl.dtsi855 eint16: ext-int16 {
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch32054 + /*uint8, fp16, int8, uint16, int16, uint4, int4, bf16*/
39520 + {3, 1, 0, 1}, /* int16 */
39760 + 1, /* int16 */
41728 + 1, /* int16 */
43667 + gcmkPRINT("\tcore int8 %d\n\tcore int16 %d\n\tcore fp16 %d\n\tcore bfp16 %d\n",
44606 + /*uint8, fp16, int8, uint16, int16, uint4, int4, bf16*/
112320 + gctUINT nnCoreCountInt16; /* total nn core count supporting int16 */