/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 312 int16(0) 321 int16(1) 322 int16(-1) 333 int16(127) 334 int16(-127) 345 int16(128) 346 int16(-128) 357 int16(129) 358 int16(-129) 369 int16(255) [all …]
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_stdint.c | 44 ATF_TC_WITHOUT_HEAD(int16); 45 ATF_TC_BODY(int16, tc) in ATF_TC_BODY() argument 54 ATF_TP_ADD_TC(tp, int16); in ATF_TP_ADD_TCS()
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 118 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 146 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal() 168 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 198 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32() 261 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32() 301 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp() 335 int16 *zExpPtr, in normalizeFloat64Subnormal() 376 packFloat64( flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in packFloat64() 410 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1, bits32 zSig2 ) in roundAndPackFloat64() 495 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in normalizeRoundAndPackFloat64() [all …]
|
H A D | softfloat-macros | 42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr ) 70 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr ) 106 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr ) 161 int16 count, 217 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr ) 240 int16 count, 521 static bits32 estimateSqrt32( int16 aExp, bits32 a )
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 221 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 249 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal() 271 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 301 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32() 364 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32() 390 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp() 418 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal() 440 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64() 471 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig ) in roundAndPackFloat64() 475 int16 roundIncrement, roundBits; in roundAndPackFloat64() [all …]
|
H A D | softfloat-macros | 43 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr ) 70 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr ) 107 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 145 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 181 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 236 int16 count, 292 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 315 int16 count, 596 static bits32 estimateSqrt32( int16 aExp, bits32 a )
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 3911 char16 __ovld __cnfn convert_char16_rte(int16); 3912 char16 __ovld __cnfn convert_char16_sat_rte(int16); 3913 char16 __ovld __cnfn convert_char16_rtz(int16); 3914 char16 __ovld __cnfn convert_char16_sat_rtz(int16); 3915 char16 __ovld __cnfn convert_char16_rtp(int16); 3916 char16 __ovld __cnfn convert_char16_sat_rtp(int16); 3917 char16 __ovld __cnfn convert_char16_rtn(int16); 3918 char16 __ovld __cnfn convert_char16_sat_rtn(int16); 3919 char16 __ovld __cnfn convert_char16(int16); 3920 char16 __ovld __cnfn convert_char16_sat(int16); [all …]
|
H A D | opencl-c-base.h | 191 typedef int int16 __attribute__((ext_vector_type(16))); typedef 599 #define as_int16(x) __builtin_astype((x), int16)
|
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.c | 50 uint16_t int16; in sldns_rr_dnskey_key_size_raw() local 73 memmove(&int16, keydata + 1, 2); in sldns_rr_dnskey_key_size_raw() 74 exp = ntohs(int16); in sldns_rr_dnskey_key_size_raw() 381 uint16_t int16; in sldns_key_rsa_buf_bignum() local 388 memmove(&int16, key+1, 2); in sldns_key_rsa_buf_bignum() 389 exp = ntohs(int16); in sldns_key_rsa_buf_bignum()
|
/freebsd/contrib/libcbor/test/ |
H A D | stream_expectations.c | 36 UINT16_EQ, (union test_expectation_data){.int16 = actual}}; in assert_uint16_eq() 41 assert_true(current().data.int16 == actual); in uint16_callback() 80 NEGINT16_EQ, (union test_expectation_data){.int16 = actual}}; in assert_negint16_eq() 85 assert_true(current().data.int16 == actual); in negint16_callback()
|
H A D | stream_expectations.h | 58 uint16_t int16; member
|
/freebsd/contrib/openbsm/compat/ |
H A D | endian.h | 48 bswap16(uint16_t int16) in bswap16() argument 54 from = (const unsigned char *) &int16; in bswap16()
|
/freebsd/contrib/ldns/ |
H A D | rr_functions.c | 279 uint16_t int16; in ldns_rr_dnskey_key_size_raw() local 304 memmove(&int16, keydata + 1, 2); in ldns_rr_dnskey_key_size_raw() 305 exp = ntohs(int16); in ldns_rr_dnskey_key_size_raw()
|
/freebsd/lib/libsdp/ |
H A D | util.c | 287 int16_t int16; in sdp_print() member 356 SDP_GET16(value.int16, start); in sdp_print() 357 printf("int16 %d\n", value.int16); in sdp_print()
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | powerpc-gcc.h | 32 typedef int int16; typedef
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | powerpc-gcc.h | 32 typedef int int16; typedef
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | riscv-gcc.h | 32 typedef int int16; typedef
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | powerpc-gcc.h | 36 typedef int int16; typedef
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | arm-gcc.h | 36 typedef int int16; 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/contrib/file/magic/Magdir/ |
H A D | os2 | 36 # int16 ID; // ID magic word (5348h = "HS") 44 # int16 hdrsize; // total size of header 45 # int16 unknown2; // unknown purpose
|
/freebsd/stand/i386/libi386/ |
H A D | pxetramp.S | 26 push %bx # int16 func
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value.h | 255 BHND_NVRAM_VAL_FMT_DECL(int16);
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.c | 218 NVLIST_PRTFUNC(int16, int16_t, int16_t, "%d") 449 NVLIST_PRINTCTL_REPLACE(int16, int16_t) 633 RENDER(pctl, int16, nvl, name, val); in nvlist_print_with_indent() 845 NVP(elem, int16, int16_t, int, "%d"); in dump_nvlist()
|