Searched refs:int8 (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
D | fpa11.h | 29 int8 mode; 30 int8 precision; 81 extern int8 SetRoundingMode(const unsigned int); 82 extern int8 SetRoundingPrecision(const unsigned int);
|
D | fpa11.c | 35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
|
D | softfloat-macros | 108 int8 negCount = ( - count ) & 63; 146 int8 negCount = ( - count ) & 63; 182 int8 negCount = ( - count ) & 63; 241 int8 negCount = ( - count ) & 63; 320 int8 negCount; 379 int8 carry0, carry1; 437 int8 borrow0, borrow1; 613 int8 index; 641 static int8 countLeadingZeros32( bits32 a ) 643 static const int8 countLeadingZerosHigh[] = { [all …]
|
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 shiftCount; in normalizeFloatx80Subnormal() [all …]
|
D | ARM-gcc.h | 22 typedef signed char int8; typedef
|
D | softfloat-specialize | 35 (The declaration in `softfloat.h' must match the `int8' type here.) 38 int8 float_detect_tininess = float_tininess_after_rounding; 53 void float_raise( int8 flags )
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
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 roundIncrement, roundBits; in roundAndPackFloat32() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
D | vm_basic_types.h | 12 typedef s8 int8; typedef
|
D | svga_types.h | 36 typedef s8 int8; typedef
|
/kernel/linux/linux-5.10/lib/raid6/ |
D | Makefile | 5 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/ |
D | Makefile | 14 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o 119 int8.c: int.uc ../unroll.awk
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
D | cvmx.h | 242 CVMX_BUILD_WRITE64(int8, "sb"); 258 CVMX_BUILD_READ64(int8, "lb");
|
/kernel/linux/linux-5.10/Documentation/ |
D | dontdiff | 151 int8.c
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | s5pv210-pinctrl.dtsi | 743 eint8: ext-int8 {
|
D | exynos4210-pinctrl.dtsi | 783 eint8: ext-int8 {
|
D | exynos4412-pinctrl.dtsi | 841 eint8: ext-int8 {
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 32054 + /*uint8, fp16, int8, uint16, int16, uint4, int4, bf16*/ 35306 + * * InImage: 64x6 = {1}, unsigned int8 35307 + * * OutImage: 64x6, unsigned int8 39279 +** InImage: 64x6 = {1}, unsigned int8 39280 +** OutImage: 64x6, unsigned int8 39518 + {7, 1}, /* int8 */ 39758 + 1, /* int8 */ 41726 + 1, /* int8 */ 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*/ [all …]
|