Home
last modified time | relevance | path

Searched full:int8 (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd/contrib/bc/tests/bc/
H A Dlib2_uint.txt62 int8(0)
70 int8(1)
71 int8(-1)
82 int8(127)
83 int8(-127)
94 int8(128)
95 int8(-128)
106 int8(129)
107 int8(-129)
118 int8(255)
[all …]
/freebsd/contrib/ldns/drill/
H A Dwork.c26 uint8_t int8 = 0; in hexstr2bin() local
40 int8 += c & 0x0f; in hexstr2bin()
42 int8 += (c & 0x0f) + 9; in hexstr2bin()
44 int8 += (c & 0x0f) + 9; in hexstr2bin()
50 int8 = int8 << 4; in hexstr2bin()
54 buf[bufpos+offset] = int8; in hexstr2bin()
55 int8 = 0; in hexstr2bin()
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c105 int8 inputNum; in time_a_int32_z_float32()
132 int8 inputNum; in time_a_int32_z_float64()
161 int8 inputNum; in time_a_int32_z_floatx80()
192 int8 inputNum; in time_a_int32_z_float128()
260 int8 inputNum; in time_a_int64_z_float32()
287 int8 inputNum; in time_a_int64_z_float64()
316 int8 inputNum; in time_a_int64_z_floatx80()
347 int8 inputNum; in time_a_int64_z_float128()
391 int8 inputNum; in time_a_float32_z_int32()
418 int8 inputNum; in time_a_float32_z_int64()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h3146 char8 __ovld __cnfn convert_char8_rte(int8);
3147 char8 __ovld __cnfn convert_char8_sat_rte(int8);
3148 char8 __ovld __cnfn convert_char8_rtz(int8);
3149 char8 __ovld __cnfn convert_char8_sat_rtz(int8);
3150 char8 __ovld __cnfn convert_char8_rtp(int8);
3151 char8 __ovld __cnfn convert_char8_sat_rtp(int8);
3152 char8 __ovld __cnfn convert_char8_rtn(int8);
3153 char8 __ovld __cnfn convert_char8_sat_rtn(int8);
3154 char8 __ovld __cnfn convert_char8(int8);
3155 char8 __ovld __cnfn convert_char8_sat(int8);
[all …]
/freebsd/contrib/netbsd-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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h397 Int8, enumerator
415 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; } in Variant()
456 int8_t Int8; member
472 case Int8: in isIntegralType()
493 VARIANT_WIDTH(Int8, 8u) in getBitWidth()
518 VARIANT_APSINT(Int8, 8u, false) in toAPSInt()
560 VARIANT_EQUAL_CASE(Int8)
/freebsd/sbin/hastd/
H A Dnv.c410 NV_DEFINE_ADD(int8, INT8) in NV_DEFINE_ADD() argument
435 NV_DEFINE_ADD_ARRAY(int8, INT8)
508 NV_DEFINE_GET(int8, INT8) in NV_DEFINE_GET() argument
539 NV_DEFINE_GET_ARRAY(int8, INT8)
644 printf("(int8): %jd", (intmax_t)(*(int8_t *)data)); in nv_dump()
680 printf("(int8 array):"); in nv_dump()
/freebsd/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 …]
/freebsd/contrib/libcbor/test/
H A Dstream_expectations.c25 UINT8_EQ, (union test_expectation_data){.int8 = actual}}; in assert_uint8_eq()
30 assert_true(current().data.int8 == actual); in uint8_callback()
69 NEGINT8_EQ, (union test_expectation_data){.int8 = actual}}; in assert_negint8_eq()
74 assert_true(current().data.int8 == actual); in negint8_callback()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py60 _ffi.typeof('int8_t'): ('int8', 'int8'),
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi-phy-10nm.yaml39 $ref: /schemas/types.yaml#/definitions/int8-array
50 $ref: /schemas/types.yaml#/definitions/int8-array
/freebsd/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;
/freebsd/lib/libsdp/
H A Dutil.c286 int8_t int8; in sdp_print() member
352 SDP_GET8(value.int8, start); in sdp_print()
353 printf("int8 %d\n", value.int8); in sdp_print()
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml668 SiFive Int8 Matrix Multiplication Extensions Specification.
670 … https://www.sifive.com/document-file/sifive-int8-matrix-multiplication-extensions-specification
674 SiFive Int8 Matrix Multiplication Extensions Specification.
676 … https://www.sifive.com/document-file/sifive-int8-matrix-multiplication-extensions-specification
680 SiFive FP32-to-int8 Ranged Clip Instructions Extensions Specification.
682 https://www.sifive.com/document-file/fp32-to-int8-ranged-clip-instructions
/freebsd/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;
/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c497 0x10, 0x00, // int8 0 in ATF_TC_BODY()
498 0x10, 0x80, // int8 -128 in ATF_TC_BODY()
499 0x10, 0x7f, // int8 127 in ATF_TC_BODY()
550 0x10, 0x00, // int8 0 in ATF_TC_BODY()
551 0x10, 0x80, // int8 -128 in ATF_TC_BODY()
552 0x10, 0x7f, // int8 127 in ATF_TC_BODY()
/freebsd/lib/libc/riscv/softfloat/
H A Driscv-gcc.h24 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef int int8; typedef
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Dspell.ok106 int8
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<()
376 case PDB_VariantType::Int8: in operator <<()
377 OS << static_cast<int>(Value.Value.Int8); in operator <<()
/freebsd/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h24 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef int int8; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h24 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef int int8; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int int8; typedef
/freebsd/lib/libc/arm/softfloat/
H A Darm-gcc.h28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int int8; typedef
/freebsd/sys/contrib/edk2/Include/
H A DBase.h330 #define MAX_INT8 ((INT8)0x7F)
342 #define MIN_INT8 (((INT8) -127) - 1)
817 STATIC_ASSERT (sizeof (INT8) == 1, "sizeof (INT8) does not meet UEFI Specification Data Type req…
838 STATIC_ASSERT (ALIGNOF (INT8) == sizeof (INT8), "Alignment of INT8 does not meet UEFI Specificat…
/freebsd/contrib/file/magic/Magdir/
H A Dos237 # int8 unknown1; // unknown purpose, could be third letter of ID
38 # int8 flags; // probably a flag word...

123456