/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | fpa11.h | 29 int8 mode; 30 int8 precision; 81 extern int8 SetRoundingMode(const unsigned int); 82 extern int8 SetRoundingPrecision(const unsigned int);
|
H A D | fpa11.c | 35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
|
H A D | softfloat.c | 72 int8 roundingMode; in roundAndPackInt32() 74 int8 roundIncrement, roundBits; in roundAndPackInt32() 157 int8 shiftCount; in normalizeFloat32Subnormal() 219 int8 roundingMode; in roundAndPackFloat32() 221 int8 roundIncrement, roundBits; in roundAndPackFloat32() 282 int8 shiftCount; in normalizeRoundAndPackFloat32() 338 int8 shiftCount; in normalizeFloat64Subnormal() 390 int8 roundingMode; in roundAndPackFloat64() 455 int8 shiftCount; in normalizeRoundAndPackFloat64() 514 int8 shiftCoun in normalizeFloatx80Subnormal() [all...] |
H A D | ARM-gcc.h | 16 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 22 typedef signed char int8; typedef
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | fpa11.h | 29 int8 mode; 30 int8 precision; 81 extern int8 SetRoundingMode(const unsigned int); 82 extern int8 SetRoundingPrecision(const unsigned int);
|
H A D | fpa11.c | 35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
|
H A D | softfloat.c | 72 int8 roundingMode; in roundAndPackInt32() 74 int8 roundIncrement, roundBits; in roundAndPackInt32() 157 int8 shiftCount; in normalizeFloat32Subnormal() 219 int8 roundingMode; in roundAndPackFloat32() 221 int8 roundIncrement, roundBits; in roundAndPackFloat32() 282 int8 shiftCount; in normalizeRoundAndPackFloat32() 338 int8 shiftCount; in normalizeFloat64Subnormal() 390 int8 roundingMode; in roundAndPackFloat64() 455 int8 shiftCount; in normalizeRoundAndPackFloat64() 514 int8 shiftCoun in normalizeFloatx80Subnormal() [all...] |
H A D | ARM-gcc.h | 16 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 22 typedef signed char int8; typedef
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 46 typedef signed char int8; typedef 96 static int8 countLeadingZeros32(bits32 a); 97 static int8 countLeadingZeros64(bits64 a); 163 static int8 countLeadingZeros32(bits32 a) in countLeadingZeros32() 165 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32() 183 int8 shiftCount; in countLeadingZeros32() 199 static int8 countLeadingZeros64(bits64 a) in countLeadingZeros64() 201 int8 shiftCount; in countLeadingZeros64() 216 int8 shiftCount; in normalizeRoundAndPackFloat64() 363 int8 roundIncremen in roundAndPackFloat32() [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 46 typedef signed char int8; typedef 96 static int8 countLeadingZeros32(bits32 a); 97 static int8 countLeadingZeros64(bits64 a); 163 static int8 countLeadingZeros32(bits32 a) in countLeadingZeros32() 165 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32() 183 int8 shiftCount; in countLeadingZeros32() 199 static int8 countLeadingZeros64(bits64 a) in countLeadingZeros64() 201 int8 shiftCount; in countLeadingZeros64() 216 int8 shiftCount; in normalizeRoundAndPackFloat64() 363 int8 roundIncremen in roundAndPackFloat32() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | vm_basic_types.h | 12 typedef s8 int8; typedef
|
H A D | svga_types.h | 36 typedef s8 int8; typedef
|
/kernel/linux/linux-5.10/lib/raid6/ |
H A D | Makefile | 5 int8.o int16.o int32.o 54 targets += int1.c int2.c int4.c int8.c int16.c int32.c
|
/kernel/linux/linux-6.6/lib/raid6/ |
H A D | Makefile | 5 int8.o int16.o int32.o 58 targets += int1.c int2.c int4.c int8.c int16.c int32.c
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | vm_basic_types.h | 39 typedef s8 int8; typedef
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 242 CVMX_BUILD_WRITE64(int8, "sb"); 258 CVMX_BUILD_READ64(int8, "lb");
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 242 CVMX_BUILD_WRITE64(int8, "sb"); 258 CVMX_BUILD_READ64(int8, "lb");
|
/kernel/linux/linux-5.10/lib/raid6/test/ |
H A D | Makefile | 16 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o 134 int8.c: int.uc ../unroll.awk
|
/kernel/linux/linux-6.6/lib/raid6/test/ |
H A D | Makefile | 17 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o 135 int8.c: int.uc ../unroll.awk
|