| /src/regress/lib/libc/ieeefp/testfloat/include/ |
| systflags.h | 64 int8 syst_float_flags_clear( void );
|
| systmodes.h | 79 void syst_float_set_rounding_precision( int8 );
|
| testCases.h | 58 void testCases_setLevel( int8 ); 60 void testCases_initSequence( int8 );
|
| testFunction.h | 152 int8 numInputs; 166 void testFunction( uint8, int8, int8 );
|
| milieu.h | 90 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 96 typedef signed int int8; typedef
|
| /src/tests/include/ |
| t_stdint.c | 38 ATF_TC_WITHOUT_HEAD(int8); variable 39 ATF_TC_BODY(int8, tc) 53 ATF_TP_ADD_TC(tp, int8);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| vm_basic_types.h | 14 typedef s8 int8; typedef
|
| svga_types.h | 38 typedef s8 int8; typedef
|
| /src/lib/libc/arch/aarch64/softfloat/ |
| aarch64-gcc.h | 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 36 typedef int int8; typedef
|
| /src/lib/libc/arch/m68k/softfloat/ |
| m68k-gcc.h | 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 36 typedef int int8; typedef
|
| /src/lib/libc/arch/mips/softfloat/ |
| mips-gcc.h | 28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 34 typedef int int8; typedef
|
| /src/lib/libc/arch/or1k/softfloat/ |
| or1k-gcc.h | 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 36 typedef int int8; typedef
|
| /src/lib/libc/arch/powerpc/softfloat/ |
| powerpc-gcc.h | 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 36 typedef int int8; typedef
|
| /src/lib/libc/arch/sh3/softfloat/ |
| sh3-gcc.h | 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 36 typedef signed char int8; typedef
|
| /src/lib/libc/arch/sparc64/softfloat/ |
| sparc64-gcc.h | 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 36 typedef int int8; typedef
|
| /src/lib/libc/arch/arm/softfloat/ |
| arm-gcc.h | 28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 34 typedef int int8; typedef
|
| /src/sys/lib/libkern/ |
| milieu.h | 89 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 94 typedef signed int int8; typedef
|
| softfloat-macros.h | 101 int8 negCount = ( - count ) & 63; 138 int8 negCount = ( - count ) & 63; 173 int8 negCount = ( - count ) & 63; 231 int8 negCount = ( - count ) & 63; 308 int8 negCount; 365 int8 carry0, carry1; 421 int8 borrow0, borrow1; 583 int8 index; 608 static int8 countLeadingZeros32( bits32 a ) 610 static const int8 countLeadingZerosHigh[] = [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-builtins.def | 123 DEF_RVV_TYPE (vint8mf8_t, 15, __rvv_int8mf8_t, int8, RVVMF8QI, _i8mf8, _i8, 128 DEF_RVV_TUPLE_TYPE (vint8mf8x2_t, 17, __rvv_int8mf8x2_t, vint8mf8_t, int8, 2, _i8mf8x2) 130 DEF_RVV_TUPLE_TYPE (vint8mf8x3_t, 17, __rvv_int8mf8x3_t, vint8mf8_t, int8, 3, _i8mf8x3) 132 DEF_RVV_TUPLE_TYPE (vint8mf8x4_t, 17, __rvv_int8mf8x4_t, vint8mf8_t, int8, 4, _i8mf8x4) 134 DEF_RVV_TUPLE_TYPE (vint8mf8x5_t, 17, __rvv_int8mf8x5_t, vint8mf8_t, int8, 5, _i8mf8x5) 136 DEF_RVV_TUPLE_TYPE (vint8mf8x6_t, 17, __rvv_int8mf8x6_t, vint8mf8_t, int8, 6, _i8mf8x6) 138 DEF_RVV_TUPLE_TYPE (vint8mf8x7_t, 17, __rvv_int8mf8x7_t, vint8mf8_t, int8, 7, _i8mf8x7) 140 DEF_RVV_TUPLE_TYPE (vint8mf8x8_t, 17, __rvv_int8mf8x8_t, vint8mf8_t, int8, 8, _i8mf8x8) 144 DEF_RVV_TYPE (vint8mf4_t, 15, __rvv_int8mf4_t, int8, RVVMF4QI, _i8mf4, _i8, 149 DEF_RVV_TUPLE_TYPE (vint8mf4x2_t, 17, __rvv_int8mf4x2_t, vint8mf4_t, int8, 2, _i8mf4x2 [all...] |
| /src/lib/libc/softfloat/bits64/ |
| softfloat-macros | 110 int8 negCount = ( - count ) & 63; 148 int8 negCount = ( - count ) & 63; 184 int8 negCount = ( - count ) & 63; 243 int8 negCount = ( - count ) & 63; 322 int8 negCount; 381 int8 carry0, carry1; 439 int8 borrow0, borrow1; 606 int8 idx; 632 static int8 countLeadingZeros32( bits32 a ) 634 static const int8 countLeadingZerosHigh[] = [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-simd-builtin-types.def | 21 ENTRY (Int8x8_t, V8QI, none, 64, int8, 15) 25 ENTRY (Int8x16_t, V16QI, none, 128, int8, 16)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-simd-builtin-types.def | 21 ENTRY (Int8x8_t, V8QI, none, 64, int8, 15) 25 ENTRY (Int8x16_t, V16QI, none, 128, int8, 16)
|
| /src/share/examples/puffs/pgfs/ |
| newfs.sql | 42 CREATE DOMAIN fileid AS int8 NOT NULL CHECK(VALUE > 0); 43 CREATE DOMAIN uid AS int8 NOT NULL CHECK(VALUE >= 0); 44 CREATE DOMAIN gid AS int8 NOT NULL CHECK(VALUE >= 0); 45 CREATE DOMAIN mode AS int8 NOT NULL CHECK(VALUE >= 0 AND VALUE <= 7*8*8+7*8+7); 46 CREATE DOMAIN nlink AS int8 NOT NULL CHECK(VALUE >= 0); 65 rev int8 NOT NULL, 84 cookie int8 NOT NULL UNIQUE DEFAULT nextval('dircookie_seq'),
|
| /src/lib/libc/softfloat/ |
| timesoftfloat.c | 110 int8 inputNum; 137 int8 inputNum; 166 int8 inputNum; 197 int8 inputNum; 265 int8 inputNum; 292 int8 inputNum; 321 int8 inputNum; 352 int8 inputNum; 396 int8 inputNum; 423 int8 inputNum [all...] |
| /src/lib/libc/softfloat/templates/ |
| softfloat.h | 68 extern !!!int8 float_detect_tininess;
79 extern !!!int8 float_rounding_mode;
92 extern !!!int8 float_exception_flags;
107 void float_raise( !!!int8 );
228 extern !!!int8 floatx80_rounding_precision;
|