Home
last modified time | relevance | path

Searched refs:int8 (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd-src/share/examples/puffs/pgfs/
H A Dnewfs.sql42 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'),
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c110 int8 inputNum; in time_a_int32_z_float32()
137 int8 inputNum; in time_a_int32_z_float64()
166 int8 inputNum; in time_a_int32_z_floatx80()
197 int8 inputNum; in time_a_int32_z_float128()
265 int8 inputNum; in time_a_int64_z_float32()
292 int8 inputNum; in time_a_int64_z_float64()
321 int8 inputNum; in time_a_int64_z_floatx80()
352 int8 inputNum; in time_a_int64_z_float128()
396 int8 inputNum; in time_a_float32_z_int32()
423 int8 inputNum; in time_a_float32_z_int64()
[all …]
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat-macros.h101 int8 negCount = ( - count ) & 63; in shift64ExtraRightJamming()
138 int8 negCount = ( - count ) & 63; in shift128Right()
173 int8 negCount = ( - count ) & 63; in shift128RightJamming()
231 int8 negCount = ( - count ) & 63; in shift128ExtraRightJamming()
308 int8 negCount; in shortShift192Left()
365 int8 carry0, carry1; in add192()
421 int8 borrow0, borrow1; in sub192()
583 int8 index; in estimateSqrt32()
608 static int8 countLeadingZeros32( bits32 a ) in countLeadingZeros32()
610 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32()
[all …]
H A Dsoftfloat.c73 int8 floatx80_rounding_precision = 80;
107 int8 roundingMode; in roundAndPackInt32()
109 int8 roundIncrement, roundBits; in roundAndPackInt32()
157 int8 roundingMode; in roundAndPackInt64()
199 int8 roundingMode; in roundAndPackUInt64()
272 int8 shiftCount; in normalizeFloat32Subnormal()
322 int8 roundingMode; in roundAndPackFloat32()
324 int8 roundIncrement, roundBits; in roundAndPackFloat32()
384 int8 shiftCount; in normalizeRoundAndPackFloat32()
433 int8 shiftCount; in normalizeFloat64Subnormal()
[all …]
/netbsd-src/tests/include/
H A Dt_stdint.c38 ATF_TC_WITHOUT_HEAD(int8);
39 ATF_TC_BODY(int8, tc) in ATF_TC_BODY() argument
53 ATF_TP_ADD_TC(tp, int8); in ATF_TP_ADD_TCS()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltinsX86_64.def106 TARGET_BUILTIN(__builtin_ia32_tdpbssd_internal, "V256iUsUsUsV256iV256iV256i", "n", "amx-int8")
107 TARGET_BUILTIN(__builtin_ia32_tdpbsud_internal, "V256iUsUsUsV256iV256iV256i", "n", "amx-int8")
108 TARGET_BUILTIN(__builtin_ia32_tdpbusd_internal, "V256iUsUsUsV256iV256iV256i", "n", "amx-int8")
109 TARGET_BUILTIN(__builtin_ia32_tdpbuud_internal, "V256iUsUsUsV256iV256iV256i", "n", "amx-int8")
123 TARGET_BUILTIN(__builtin_ia32_tdpbssd, "vIUcIUcIUc", "n", "amx-int8")
124 TARGET_BUILTIN(__builtin_ia32_tdpbsud, "vIUcIUcIUc", "n", "amx-int8")
125 TARGET_BUILTIN(__builtin_ia32_tdpbusd, "vIUcIUcIUc", "n", "amx-int8")
126 TARGET_BUILTIN(__builtin_ia32_tdpbuud, "vIUcIUcIUc", "n", "amx-int8")
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h68 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;
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestFunction.h152 int8 numInputs;
166 void testFunction( uint8, int8, int8 );
H A DtestCases.h58 void testCases_setLevel( int8 );
60 void testCases_initSequence( int8 );
H A DtestLoops.h66 extern int8 *trueFlagsPtr;
67 extern int8 ( *testFlagsFunctionPtr )( void );
H A Dsystflags.h64 int8 syst_float_flags_clear( void );
H A Dsystmodes.h79 void syst_float_set_rounding_precision( int8 );
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtype-preservation.dts11 int8 = [56];
12 int8-array = [00 12 34 56] label:;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h3143 char8 __ovld __cnfn convert_char8_rte(int8);
3144 char8 __ovld __cnfn convert_char8_sat_rte(int8);
3145 char8 __ovld __cnfn convert_char8_rtz(int8);
3146 char8 __ovld __cnfn convert_char8_sat_rtz(int8);
3147 char8 __ovld __cnfn convert_char8_rtp(int8);
3148 char8 __ovld __cnfn convert_char8_sat_rtp(int8);
3149 char8 __ovld __cnfn convert_char8_rtn(int8);
3150 char8 __ovld __cnfn convert_char8_sat_rtn(int8);
3151 char8 __ovld __cnfn convert_char8(int8);
3152 char8 __ovld __cnfn convert_char8_sat(int8);
[all …]
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros110 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 …]
H A Dsoftfloat.c85 int8 floatx80_rounding_precision = 80;
124 int8 roundingMode; in roundAndPackInt32()
126 int8 roundIncrement, roundBits; in roundAndPackInt32()
146 roundBits = (int8)(absZ & 0x7F); in roundAndPackInt32()
175 int8 roundingMode; in roundAndPackInt64()
262 int8 shiftCount; in normalizeFloat32Subnormal()
314 int8 roundingMode; in roundAndPackFloat32()
316 int8 roundIncrement, roundBits; in roundAndPackFloat32()
377 int8 shiftCount; in normalizeRoundAndPackFloat32()
431 int8 shiftCount; in normalizeFloat64Subnormal()
[all …]
/netbsd-src/external/mit/libcbor/dist/test/
H A Dstream_expectations.c20 UINT8_EQ, (union test_expectation_data){.int8 = actual}}; in assert_uint8_eq()
25 assert_true(current().data.int8 == actual); in uint8_callback()
64 NEGINT8_EQ, (union test_expectation_data){.int8 = actual}}; in assert_negint8_eq()
69 assert_true(current().data.int8 == actual); in negint8_callback()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c605 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety()
1144 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn ) in testFunction()
1146 int8 roundingPrecision, roundingMode; in testFunction()
H A DtestCases.c326 int8 weightMaskNum; in int32RandomPInf()
786 int8 weightMaskNum; in int64RandomPInf()
1126 int8 weightMaskNum; in float32RandomQInfP3()
1143 int8 weightMaskNum; in float32RandomQInfPInf()
1612 int8 sigNum1, sigNum2; in float64RandomQOutP3()
1682 int8 sigNum1, sigNum2; in float64RandomQInfP3()
1684 int8 weightMaskNum; in float64RandomQInfP3()
1714 int8 weightMaskNum; in float64RandomQInfPInf()
2295 int8 weightMaskNum; in floatx80RandomQInfP3()
2314 int8 weightMaskNum; in floatx80RandomQInfPInf()
[all …]
/netbsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros73 int8 negCount = ( - count ) & 31;
109 int8 negCount = ( - count ) & 31;
168 int8 negCount = ( - count ) & 31;
247 int8 negCount;
306 int8 carry0, carry1;
364 int8 borrow0, borrow1;
531 int8 index;
557 static int8 countLeadingZeros32( bits32 a )
559 static const int8 countLeadingZerosHigh[] = {
577 int8 shiftCount;
H A Dsoftfloat.c159 int8 shiftCount; in normalizeFloat32Subnormal()
211 int8 roundingMode; in roundAndPackFloat32()
213 int8 roundIncrement, roundBits; in roundAndPackFloat32()
274 int8 shiftCount; in normalizeRoundAndPackFloat32()
351 int8 shiftCount; in normalizeFloat64Subnormal()
423 int8 roundingMode; in roundAndPackFloat64()
508 int8 shiftCount; in normalizeRoundAndPackFloat64()
559 int8 shiftCount; in int32_to_float64()
595 int8 roundingMode; in float32_to_int32()
737 int8 roundingMode; in float32_round_to_int()
[all …]
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Doptiondecl6.out16 "type": "int8"
22 "type": "int8"
H A Doptiondecl4.out16 "type": "int8"
22 "type": "int8"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-simd-builtin-types.def21 ENTRY (Int8x8_t, V8QI, none, 64, int8, 15)
25 ENTRY (Int8x16_t, V16QI, none, 128, int8, 16)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-simd-builtin-types.def21 ENTRY (Int8x8_t, V8QI, none, 64, int8, 15)
25 ENTRY (Int8x16_t, V16QI, none, 128, int8, 16)

1234