/src/usr.sbin/bootp/common/ |
tzone.h | 5 extern int32 secondswest;
|
bptypes.h | 16 typedef int32_t int32; typedef in typeref:typename:int32_t
|
tzone.c | 31 int32 secondswest;
|
/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 in typeref:typename:signed int
|
testCases.h | 85 extern int32 testCases_a_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 in typeref:typename:s32
|
svga_types.h | 33 typedef s32 int32; typedef in typeref:typename:s32
|
svga_reg.h | 713 int32 left; 714 int32 top; 715 int32 right; 716 int32 bottom; 724 int32 x; 725 int32 y; 1314 SVGA_VIDEO_DST_X, /* Signed int32 */ 1315 SVGA_VIDEO_DST_Y, /* Signed int32 */ 1351 int32 dstX; 1352 int32 dstY [all...] |
/src/lib/libc/arch/aarch64/softfloat/ |
aarch64-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
softfloat.h | 127 float32 int32_to_float32( int32 ); 129 float64 int32_to_float64( int32 ); 132 floatx80 int32_to_floatx80( int32 ); 136 float128 int32_to_float128( int32 );
|
/src/lib/libc/arch/m68k/softfloat/ |
m68k-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/mips/softfloat/ |
mips-gcc.h | 38 typedef signed int int32; typedef in typeref:typename:signed int
|
softfloat.h | 122 float32 int32_to_float32( int32 ); 124 float64 int32_to_float64( int32 ); 127 floatx80 int32_to_floatx80( int32 ); 131 float128 int32_to_float128( int32 );
|
/src/lib/libc/arch/or1k/softfloat/ |
or1k-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/powerpc/softfloat/ |
powerpc-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/sh3/softfloat/ |
sh3-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/arch/sparc64/softfloat/ |
sparc64-gcc.h | 40 typedef signed int int32; typedef in typeref:typename:signed int
|
/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/lib/libc/arch/arm/softfloat/ |
arm-gcc.h | 38 typedef signed int int32; typedef in typeref:typename:signed int
|
softfloat.h | 121 float32 int32_to_float32( int32 ); 123 float64 int32_to_float64( int32 ); 126 floatx80 int32_to_floatx80( int32 ); 130 float128 int32_to_float128( int32 );
|
/src/sys/lib/libkern/ |
milieu.h | 98 typedef signed int int32; typedef in typeref:typename:signed int
|
/src/lib/libc/softfloat/ |
timesoftfloat.c | 66 static void reportTime( int32 count, long clocks ) 95 static const int32 inputs_int32[ numInputs_int32 ] = { 106 static void time_a_int32_z_float32( float32 function( int32 ) ) 109 int32 count, i; 133 static void time_a_int32_z_float64( float64 function( int32 ) ) 136 int32 count, i; 162 static void time_a_int32_z_floatx80( floatx80 function( int32 ) ) 165 int32 count, i; 193 static void time_a_int32_z_float128( float128 function( int32 ) ) 196 int32 count, i [all...] |