| /freebsd-11-stable/tools/test/testfloat/ |
| HD | testLoops.h | 43 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) ); 44 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) ); 46 void test_a_int32_z_floatx80( floatx80 ( int32 ), floatx80 ( int32 ) ); 49 void test_a_int32_z_float128( float128 ( int32 ), float128 ( int32 ) ); 62 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float32 ) ); 81 void test_a_float64_z_int32( int32 ( float64 ), int32 ( float64 ) ); 102 void test_a_floatx80_z_int32( int32 ( floatx80 ), int32 ( floatx80 ) ); 124 void test_a_float128_z_int32( int32 ( float128 ), int32 ( float128 ) );
|
| HD | slowfloat.h | 33 float32 slow_int32_to_float32( int32 ); 34 float64 slow_int32_to_float64( int32 ); 36 floatx80 slow_int32_to_floatx80( int32 ); 39 float128 slow_int32_to_float128( int32 ); 52 int32 slow_float32_to_int32( float32 ); 53 int32 slow_float32_to_int32_round_to_zero( float32 ); 80 int32 slow_float64_to_int32( float64 ); 81 int32 slow_float64_to_int32_round_to_zero( float64 ); 110 int32 slow_floatx80_to_int32( floatx80 ); 111 int32 slow_floatx80_to_int32_round_to_zero( floatx80 ); [all …]
|
| HD | systfloat.c | 31 float32 syst_int32_to_float32( int32 a ) in syst_int32_to_float32() 40 float64 syst_int32_to_float64( int32 a ) in syst_int32_to_float64() 51 floatx80 syst_int32_to_floatx80( int32 a ) in syst_int32_to_floatx80() 64 float128 syst_int32_to_float128( int32 a ) in syst_int32_to_float128() 123 int32 syst_float32_to_int32_round_to_zero( float32 a ) in syst_float32_to_int32_round_to_zero() 233 int32 syst_float64_to_int32_round_to_zero( float64 a ) in syst_float64_to_int32_round_to_zero() 354 int32 syst_floatx80_to_int32_round_to_zero( floatx80 a ) in syst_floatx80_to_int32_round_to_zero() 455 int32 syst_float128_to_int32_round_to_zero( float128 a ) in syst_float128_to_int32_round_to_zero()
|
| HD | slowfloat-64.c | 42 int32 exp; 269 static floatX int32ToFloatX( int32 a ) in int32ToFloatX() 293 static int32 floatXToInt32( floatX ax ) in floatXToInt32() 296 int32 shiftCount; in floatXToInt32() 297 int32 z; in floatXToInt32() 359 int32 shiftCount; in floatXToInt64() 444 int32 expField; in floatXToFloat32() 564 int32 expField; in floatXToFloat64() 647 int32 expField; in floatx80ToFloatX() 690 int32 expField; in floatXToFloatx80() [all …]
|
| HD | testLoops.c | 256 int32 trueZ, uint8 trueFlags, int32 testZ, uint8 testFlags ) in writeOutputs_z_int32() 472 float32 trueFunction( int32 ), float32 testFunction( int32 ) ) in test_a_int32_z_float32() 523 float64 trueFunction( int32 ), float64 testFunction( int32 ) ) in test_a_int32_z_float64() 576 floatx80 trueFunction( int32 ), floatx80 testFunction( int32 ) ) in test_a_int32_z_floatx80() 631 float128 trueFunction( int32 ), float128 testFunction( int32 ) ) in test_a_int32_z_float128() 900 int32 trueFunction( float32 ), int32 testFunction( float32 ) ) in test_a_float32_z_int32() 903 int32 trueZ, testZ; in test_a_float32_z_int32() 1354 int32 trueFunction( float64 ), int32 testFunction( float64 ) ) in test_a_float64_z_int32() 1357 int32 trueZ, testZ; in test_a_float64_z_int32() 1810 int32 trueFunction( floatx80 ), int32 testFunction( floatx80 ) ) in test_a_floatx80_z_int32() [all …]
|
| HD | slowfloat-32.c | 186 static floatX int32ToFloatX( int32 a ) in int32ToFloatX() 210 static int32 floatXToInt32( floatX ax ) in floatXToInt32() 214 int32 z; in floatXToInt32() 872 float32 slow_int32_to_float32( int32 a ) in slow_int32_to_float32() 879 float64 slow_int32_to_float64( int32 a ) in slow_int32_to_float64() 886 int32 slow_float32_to_int32( float32 a ) in slow_float32_to_int32() 893 int32 slow_float32_to_int32_round_to_zero( float32 a ) in slow_float32_to_int32_round_to_zero() 896 int32 z; in slow_float32_to_int32_round_to_zero() 1033 int32 slow_float64_to_int32( float64 a ) in slow_float64_to_int32() 1040 int32 slow_float64_to_int32_round_to_zero( float64 a ) in slow_float64_to_int32_round_to_zero() [all …]
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp_request.h | 411 int32 unused1; /* (obsolete) */ 412 int32 unused2; 413 int32 unused3; 414 int32 unused4; 415 int32 unused5; 416 int32 unused6; 417 int32 unused7; 847 int32 fudgeval1; 889 int32 offset; 890 int32 freq; [all …]
|
| HD | ntp_types.h | 83 typedef int32_t int32; typedef 92 # if !defined(HAVE_INT32) && !defined(int32) 93 typedef int int32; typedef 109 # if !defined(HAVE_INT32) && !defined(int32) 110 typedef long int32; typedef 191 int32 hi; u_int32 lo; 204 u_int32 lo; int32 hi;
|
| HD | ntp_fp.h | 33 int32 Xl_i; 64 typedef int32 s_fp; 196 int32 add_f = (int32)(f); \ 360 extern void mfp_mul (int32 *, u_int32 *, int32, u_int32, int32, u_int32);
|
| /freebsd-11-stable/contrib/ntp/libntp/ |
| HD | clocktime.c | 31 static int32 ntp_to_year(u_int32); 32 static u_int32 year_to_ntp(int32); 65 int32 y, tmp, idx, min; in clocktime() 71 tmp = ((int32)second + in clocktime() 72 SECSPERMIN * ((int32)minute + in clocktime() 73 MINSPERHR * ((int32)hour + (int32)tzoff + in clocktime() 74 HRSPERDAY * ((int32)yday - 1)))); in clocktime() 129 static int32 144 int32 year) in year_to_ntp()
|
| HD | timespecops.c | 26 ((int32) \ 35 ((int32)((tsf) / NSECFRAC + 0.5)) 160 y.l_i = (int32)v.tv_sec; in tspec_intv_to_lfp()
|
| HD | prettydate.c | 68 int32 folds = 0; in get_struct_tm() 114 ts = (int32)lo; in get_struct_tm()
|
| /freebsd-11-stable/lib/libc/softfloat/templates/ |
| HD | softfloat.h | 115 float32 int32_to_float32( !!!int32 ); 116 float64 int32_to_float64( !!!int32 ); 118 floatx80 int32_to_floatx80( !!!int32 ); 121 float128 int32_to_float128( !!!int32 ); 137 !!!int32 float32_to_int32( float32 ); 138 !!!int32 float32_to_int32_round_to_zero( float32 ); 174 !!!int32 float64_to_int32( float64 ); 175 !!!int32 float64_to_int32_round_to_zero( float64 ); 213 !!!int32 floatx80_to_int32( floatx80 ); 214 !!!int32 floatx80_to_int32_round_to_zero( floatx80 ); [all …]
|
| /freebsd-11-stable/tools/test/testfloat/sparc64/ |
| HD | systfloat.h | 94 float32 syst_int32_to_float32( int32 ); 95 float64 syst_int32_to_float64( int32 ); 97 floatx80 syst_int32_to_floatx80( int32 ); 100 float128 syst_int32_to_float128( int32 ); 112 int32 syst_float32_to_int32( float32 ); 113 int32 syst_float32_to_int32_round_to_zero( float32 ); 138 int32 syst_float64_to_int32( float64 ); 139 int32 syst_float64_to_int32_round_to_zero( float64 ); 165 int32 syst_floatx80_to_int32( floatx80 ); 166 int32 syst_floatx80_to_int32_round_to_zero( floatx80 ); [all …]
|
| HD | fpu_util.c | 63 typedef unsigned int int32; typedef 107 int32 flags; in syst_float_flags_clear() 178 syst_int32_to_float32(int32 a) in syst_int32_to_float32() 187 syst_int32_to_float64(int32 a) in syst_int32_to_float64() 196 syst_int32_to_float128(int32 a) in syst_int32_to_float128() 232 int32 383 int32 534 int32
|
| /freebsd-11-stable/lib/libc/softfloat/ |
| HD | timesoftfloat.c | 64 static void reportTime( int32 count, long clocks ) in reportTime() 93 static const int32 inputs_int32[ numInputs_int32 ] = { 104 static void time_a_int32_z_float32( float32 function( int32 ) ) in time_a_int32_z_float32() argument 107 int32 count, i; in time_a_int32_z_float32() 131 static void time_a_int32_z_float64( float64 function( int32 ) ) in time_a_int32_z_float64() argument 134 int32 count, i; in time_a_int32_z_float64() 160 static void time_a_int32_z_floatx80( floatx80 function( int32 ) ) in time_a_int32_z_floatx80() argument 163 int32 count, i; in time_a_int32_z_floatx80() 191 static void time_a_int32_z_float128( float128 function( int32 ) ) in time_a_int32_z_float128() argument 194 int32 count, i; in time_a_int32_z_float128() [all …]
|
| /freebsd-11-stable/contrib/libpcap/ |
| HD | rpcap-protocol.h | 138 typedef int int32; /* 32-bit signed integer */ typedef 261 int32 linktype; /* Link type */ 262 int32 tzoff; /* Timezone offset */ 277 …int32 bufsize; /* Size of the user buffer allocated by WinPcap; it can be different from the one … 311 int32 k; /* instruction-dependent value */
|
| /freebsd-11-stable/contrib/ntp/libparse/ |
| HD | mfp_mul.c | 58 int32 *o_i, in mfp_mul() 60 int32 a_i, in mfp_mul() 62 int32 b_i, in mfp_mul() 66 int32 i, j; in mfp_mul()
|
| /freebsd-11-stable/lib/libc/softfloat/bits64/ |
| HD | softfloat.c | 114 static int32 roundAndPackInt32( flag zSign, bits64 absZ ) in roundAndPackInt32() 119 int32 z; in roundAndPackInt32() 569 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp() 598 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) in normalizeFloatx80Subnormal() 614 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80() 651 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 820 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 874 INLINE int32 extractFloat128Exp( float128 a ) in extractFloat128Exp() 908 int32 *zExpPtr, in normalizeFloat128Subnormal() 950 packFloat128( flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 ) in packFloat128() [all …]
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | crtstuff.c | 487 typedef int int32; 489 typedef long int32; 491 typedef short int32; 495 STATIC EH_FRAME_SECTION_CONST int32 __FRAME_END__[] 497 aligned(sizeof(int32))))
|
| /freebsd-11-stable/libexec/bootpd/ |
| HD | bootpd.c | 111 PRIVATE int chk_access(char *, int32 *); 115 PRIVATE void dovend_rfc1048(struct bootp *, struct host *, int32); 118 PRIVATE void sendreply(int forward, int32 dest_override); 345 actualtimeout.tv_sec = (int32) (60 * n); 631 int32 bootsize = 0; in handle_request() 633 int32 dest; in handle_request() 1021 int32 dst_override; 1137 int32 *filesize; 1142 *filesize = (int32) st.st_size; 1238 int32 bootsize;
|
| /freebsd-11-stable/libexec/bootpd/tools/bootptest/ |
| HD | bootptest.c | 145 int32 server_addr; /* inet addr, network order */ 149 int32 vend_magic; 150 int32 xid; 310 xid = (int32) getpid();
|
| /freebsd-11-stable/contrib/ntp/ntpd/ |
| HD | refclock_palisade.h | 193 static int32 getlong (u_char *); 194 static int32 getsingle (u_char *);
|
| /freebsd-11-stable/contrib/openbsm/compat/ |
| HD | endian.h | 64 bswap32(uint32_t int32) in bswap32() argument 70 from = (const unsigned char *) &int32; in bswap32()
|
| /freebsd-11-stable/contrib/ipfilter/ |
| HD | bpf_filter.c | 71 #define int32 bpf_int32 macro 196 int32 mem[BPF_MEMWORDS]; 230 if (k + sizeof(int32) > buflen) { 277 if (k + sizeof(int32) > buflen) {
|