Home
last modified time | relevance | path

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

12

/freebsd/contrib/bc/tests/bc/
H A Dlib2.txt310 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 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 …]
H A Dsoftfloat-specialize42 (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 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/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;
H A Dsoftfloat-specialize35 (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 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/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()
H A Dstream_expectations.h57 uint8_t int8; member
/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 …]
H A Dsoftfloat.c74 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 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.c148 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 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/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h30 typedef int int8; typedef
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h30 typedef int int8; typedef
/freebsd/lib/libc/riscv/softfloat/
H A Driscv-gcc.h30 typedef int int8; typedef
/freebsd/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h34 typedef int int8; typedef
/freebsd/lib/libc/arm/softfloat/
H A Darm-gcc.h34 typedef int int8; typedef
/freebsd/crypto/openssh/
H A Dsntrup761.sh33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
H A Ded25519.sh39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.h254 BHND_NVRAM_VAL_FMT_DECL(int8);
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c216 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 Dos237 # int8 unknown1; // unknown purpose, could be third letter of ID
38 # int8 flags; // probably a flag word...

12