/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 310 int8(0) 318 int8(1) 319 int8(-1) 330 int8(127) 331 int8(-127) 342 int8(128) 343 int8(-128) 354 int8(129) 355 int8(-129) 366 int8(255) [all …]
|
/freebsd/contrib/ldns/drill/ |
H A D | work.c | 26 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 D | timesoftfloat.c | 105 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 …]
|
H A D | softfloat-specialize | 42 (The declaration in `softfloat.h' must match the `int8' type here.) 49 int8 float_detect_tininess = float_tininess_before_rounding; 51 int8 float_detect_tininess = float_tininess_after_rounding;
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_stdint.c | 38 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/lib/libc/softfloat/templates/ |
H A D | 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;
|
H A D | softfloat-specialize | 35 (The declaration in `softfloat.h' must match the `int8' type here.) 38 int8 float_detect_tininess = float_tininess_after_rounding; 48 void float_raise( int8 flags )
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 3146 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/libcbor/test/ |
H A D | stream_expectations.c | 25 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()
|
H A D | stream_expectations.h | 57 uint8_t int8; member
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | 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 …]
|
H A D | softfloat.c | 74 int8 floatx80_rounding_precision = 80; 113 int8 roundingMode; in roundAndPackInt32() 115 int8 roundIncrement, roundBits; in roundAndPackInt32() 164 int8 roundingMode; in roundAndPackInt64() 251 int8 shiftCount; in normalizeFloat32Subnormal() 303 int8 roundingMode; in roundAndPackFloat32() 305 int8 roundIncrement, roundBits; in roundAndPackFloat32() 366 int8 shiftCount; in normalizeRoundAndPackFloat32() 420 int8 shiftCount; in normalizeFloat64Subnormal() 473 int8 roundingMode; in roundAndPackFloat64() [all …]
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat-macros | 73 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 D | softfloat.c | 148 int8 shiftCount; in normalizeFloat32Subnormal() 200 int8 roundingMode; in roundAndPackFloat32() 202 int8 roundIncrement, roundBits; in roundAndPackFloat32() 263 int8 shiftCount; in normalizeRoundAndPackFloat32() 340 int8 shiftCount; in normalizeFloat64Subnormal() 412 int8 roundingMode; in roundAndPackFloat64() 497 int8 shiftCount; in normalizeRoundAndPackFloat64() 548 int8 shiftCount; in int32_to_float64() 584 int8 roundingMode; in float32_to_int32() 726 int8 roundingMode; in float32_round_to_int() [all …]
|
/freebsd/lib/libsdp/ |
H A D | util.c | 286 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/lib/libc/powerpc64/softfloat/ |
H A D | powerpc-gcc.h | 30 typedef int int8; typedef
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | powerpc-gcc.h | 30 typedef int int8; typedef
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | riscv-gcc.h | 30 typedef int int8; typedef
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | powerpc-gcc.h | 34 typedef int int8; typedef
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | arm-gcc.h | 34 typedef int int8; typedef
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.sh | 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
H A D | ed25519.sh | 39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.h | 254 BHND_NVRAM_VAL_FMT_DECL(int8);
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 216 NVLIST_PRTFUNC(int8, int8_t, int, "%d") 447 NVLIST_PRINTCTL_REPLACE(int8, int8_t) 621 RENDER(pctl, int8, nvl, name, val); in nvlist_print_with_indent() 837 NVP(elem, int8, int8_t, int, "%d"); in dump_nvlist()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | os2 | 37 # int8 unknown1; // unknown purpose, could be third letter of ID 38 # int8 flags; // probably a flag word...
|