HomeSort by: relevance | last modified time | path
    Searched refs:int32 (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/usr.sbin/bootp/common/
tzone.h 5 extern int32 secondswest;
bptypes.h 16 typedef int32_t int32; typedef
tzone.c 31 int32 secondswest;
  /src/external/bsd/ntp/dist/tests/libntp/
lfptest.h 10 static const int32 HALF = -2147483647L - 1L;
11 static const int32 HALF_PROMILLE_UP = 2147484; // slightly more than 0.0005
12 static const int32 HALF_PROMILLE_DOWN = 2147483; // slightly less than 0.0005
13 static const int32 QUARTER = 1073741824L;
14 static const int32 QUARTER_PROMILLE_APPRX = 1073742L;
  /src/external/bsd/ntp/dist/libntp/
clocktime.c 33 static int32 ntp_to_year(u_int32);
34 static u_int32 year_to_ntp(int32);
67 int32 y, tmp, idx, min;
73 tmp = ((int32)second +
74 SECSPERMIN * ((int32)minute +
75 MINSPERHR * ((int32)hour + (int32)tzoff +
76 HRSPERDAY * ((int32)yday - 1))));
131 static int32
146 int32 year
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/include/
testLoops.h 75 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) );
76 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) );
78 void test_a_int32_z_floatx80( floatx80 ( int32 ), floatx80 ( int32 ) );
81 void test_a_int32_z_float128( float128 ( int32 ), float128 ( int32 ) );
94 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float32 ) )
    [all...]
systfloat.h 143 float32 syst_int32_to_float32( int32 );
144 float64 syst_int32_to_float64( int32 );
146 floatx80 syst_int32_to_floatx80( int32 );
149 float128 syst_int32_to_float128( int32 );
161 int32 syst_float32_to_int32( float32 );
162 int32 syst_float32_to_int32_round_to_zero( float32 );
187 int32 syst_float64_to_int32( float64 );
188 int32 syst_float64_to_int32_round_to_zero( float64 );
214 int32 syst_floatx80_to_int32( floatx80 );
215 int32 syst_floatx80_to_int32_round_to_zero( floatx80 )
    [all...]
milieu.h 100 typedef signed int int32; typedef
testCases.h 85 extern int32 testCases_a_int32;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
openacc.f90 36 use iso_fortran_env, only: int32
39 private :: int32
42 integer, parameter :: acc_device_kind = int32
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_escape.h 88 int32 x, y;
vm_basic_types.h 9 typedef s32 int32; typedef
svga_types.h 33 typedef s32 int32; typedef
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 40 typedef signed int int32; typedef
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 40 typedef signed int int32; typedef
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 38 typedef signed int int32; typedef
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 40 typedef signed int int32; typedef
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 40 typedef signed int int32; typedef
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 40 typedef signed int int32; typedef
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 40 typedef signed int int32; typedef
  /src/lib/libc/softfloat/templates/
softfloat.h 114 float32 int32_to_float32( !!!int32 );
115 float64 int32_to_float64( !!!int32 );
117 floatx80 int32_to_floatx80( !!!int32 );
120 float128 int32_to_float128( !!!int32 );
136 !!!int32 float32_to_int32( float32 );
137 !!!int32 float32_to_int32_round_to_zero( float32 );
173 !!!int32 float64_to_int32( float64 );
174 !!!int32 float64_to_int32_round_to_zero( float64 );
212 !!!int32 floatx80_to_int32( floatx80 );
213 !!!int32 floatx80_to_int32_round_to_zero( floatx80 );
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
openacc.f90 36 use iso_fortran_env, only: int32
40 private :: int32
44 integer, parameter :: acc_device_kind = int32
  /src/external/bsd/ntp/dist/include/
ntp_request.h 432 int32 unused1; /* (obsolete) */
433 int32 unused2;
434 int32 unused3;
435 int32 unused4;
436 int32 unused5;
437 int32 unused6;
438 int32 unused7;
849 int32 fudgeval1;
891 int32 offset;
892 int32 freq
    [all...]
ntp_types.h 4 * ntp_types.h - defines how int32 and u_int32 are treated.
9 * Old style: defines how int32 and u_int32 are treated.
85 typedef int32_t int32; typedef
94 # if !defined(HAVE_INT32) && !defined(int32)
95 typedef int int32; typedef
111 # if !defined(HAVE_INT32) && !defined(int32)
112 typedef long int32; typedef
193 int32 hi; u_int32 lo;
206 u_int32 lo; int32 hi;
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 38 typedef signed int int32; typedef

Completed in 68 milliseconds

1 2 3 4