Searched refs:int32 (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.1-release/libexec/bootpd/
H A Dtzone.h2 extern int32 secondswest;
H A Dbptypes.h13 #define int32 int32_t macro
H A Dtzone.c24 int32 secondswest;
H A Dbootp.h34 #include "bptypes.h" /* for int32, u_int32 */
145 int32 v_unused[6]; /* currently unused */
H A Dbootpd.h186 int32 time_offset;
H A Dlookup.c99 int32 m, a;
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dlfptest.h8 static const int32 HALF = -2147483647L - 1L;
9 static const int32 HALF_PROMILLE_UP = 2147484; // slightly more than 0.0005
10 static const int32 HALF_PROMILLE_DOWN = 2147483; // slightly less than 0.0005
11 static const int32 QUARTER = 1073741824L;
12 static const int32 QUARTER_PROMILLE_APPRX = 1073742L;
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dclocktime.c31 static int32 ntp_to_year(u_int32);
32 static u_int32 year_to_ntp(int32);
65 int32 y, tmp, idx, min;
71 tmp = ((int32)second +
72 SECSPERMIN * ((int32)minute +
73 MINSPERHR * ((int32)hour + (int32)tzoff +
74 HRSPERDAY * ((int32)yday - 1))));
129 static int32
144 int32 yea
[all...]
/freebsd-10.1-release/tools/test/testfloat/
H A DtestLoops.h43 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 ( float3
[all...]
H A Dslowfloat.h33 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_zer
[all...]
H A DtestCases.h53 extern int32 testCases_a_int32;
H A Dsystfloat.c31 float32 syst_int32_to_float32( int32 a )
40 float64 syst_int32_to_float64( int32 a )
51 floatx80 syst_int32_to_floatx80( int32 a )
64 float128 syst_int32_to_float128( int32 a )
123 int32 syst_float32_to_int32_round_to_zero( float32 a )
233 int32 syst_float64_to_int32_round_to_zero( float64 a )
354 int32 syst_floatx80_to_int32_round_to_zero( floatx80 a )
455 int32 syst_float128_to_int32_round_to_zero( float128 a )
/freebsd-10.1-release/tools/test/testfloat/sparc64/
H A Dsparc64.h53 typedef signed int int32; typedef
H A Dsystfloat.h94 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_zer
[all...]
/freebsd-10.1-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h39 typedef signed int int32; typedef
/freebsd-10.1-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h35 typedef signed int int32; typedef
/freebsd-10.1-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h35 typedef signed int int32; typedef
/freebsd-10.1-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h115 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_zer
[all...]
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_request.h411 int32 unused1; /* (obsolete) */
412 int32 unused2;
413 int32 unused3;
414 int32 unused4;
415 int32 unused5;
416 int32 unused6;
417 int32 unused7;
842 int32 fudgeval1;
884 int32 offset;
885 int32 fre
[all...]
H A Dntp_types.h2 * ntp_types.h - defines how int32 and u_int32 are treated.
7 * Old style: defines how int32 and u_int32 are treated.
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;
/freebsd-10.1-release/lib/libc/arm/softfloat/
H A Darm-gcc.h39 typedef signed int int32; typedef
/freebsd-10.1-release/contrib/ntp/libparse/
H A Dmfp_mul.c58 int32 *o_i,
60 int32 a_i,
62 int32 b_i,
66 int32 i, j;
/freebsd-10.1-release/lib/libc/softfloat/
H A Dtimesoftfloat.c64 static void reportTime( int32 count, long clocks )
93 static const int32 inputs_int32[ numInputs_int32 ] = {
104 static void time_a_int32_z_float32( float32 function( int32 ) )
107 int32 count, i;
131 static void time_a_int32_z_float64( float64 function( int32 ) )
134 int32 count, i;
160 static void time_a_int32_z_floatx80( floatx80 function( int32 ) )
163 int32 count, i;
191 static void time_a_int32_z_float128( float128 function( int32 ) )
194 int32 coun
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dcrtstuff.c487 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-10.1-release/contrib/openbsm/compat/
H A Dendian.h65 bswap32(uint32_t int32) argument
71 from = (const unsigned char *) &int32;

Completed in 146 milliseconds

123