Home
last modified time | relevance | path

Searched refs:int32 (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat.h114 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 …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_beos.h11 int32 _atom;
53 int32 prev = atomic_add( &(ben->_atom), 1 ); in benaphore_lock()
64 int32 prev = atomic_add( &(ben->_atom), 1 ); in benaphore_timedlock()
88 int32 prev = atomic_add( &(ben->_atom), -1 ); in benaphore_unlock()
113 static int32 thread_count = 0;
120 int32 this_thread; in PyThread_start_new_thread()
149 int32 threads; in PyThread_exit_thread()
169 static int32 lock_count = 0;
176 int32 this_lock; in PyThread_allocate_lock()
Ddynload_beos.c104 static int32 init_count = 0; in beos_init_dyn()
105 int32 val; in beos_init_dyn()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dtimesoftfloat.c66 static void reportTime( int32 count, long clocks ) in reportTime()
95 static const int32 inputs_int32[ numInputs_int32 ] = {
106 static void time_a_int32_z_float32( float32 function( int32 ) ) in time_a_int32_z_float32() argument
109 int32 count, i; in time_a_int32_z_float32()
133 static void time_a_int32_z_float64( float64 function( int32 ) ) in time_a_int32_z_float64() argument
136 int32 count, i; in time_a_int32_z_float64()
162 static void time_a_int32_z_floatx80( floatx80 function( int32 ) ) in time_a_int32_z_floatx80() argument
165 int32 count, i; in time_a_int32_z_floatx80()
193 static void time_a_int32_z_float128( float128 function( int32 ) ) in time_a_int32_z_float128() argument
196 int32 count, i; in time_a_int32_z_float128()
[all …]
Dsoftfloat-source.txt206 expects. For example, if `int32' is defined as `int' in the `processors'
209 independent form as `int32'.
301 `softfloat.c' (such as `int32'). None of the type names declared in the
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c122 static int32 roundAndPackInt32( flag zSign, bits64 absZ ) in roundAndPackInt32()
127 int32 z; in roundAndPackInt32()
149 z = (int32)absZ; in roundAndPackInt32()
577 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp()
606 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) in normalizeFloatx80Subnormal()
622 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80()
659 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80()
828 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80()
882 INLINE int32 extractFloat128Exp( float128 a ) in extractFloat128Exp()
885 return (int32)((a.high >> 48) & 0x7FFF); in extractFloat128Exp()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
Dsoftfloat.h121 float32 int32_to_float32( int32 );
123 float64 int32_to_float64( int32 );
126 floatx80 int32_to_floatx80( int32 );
130 float128 int32_to_float128( int32 );
Darm-gcc.h52 typedef signed int int32; typedef
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
Dsoftfloat.h121 float32 int32_to_float32( int32 );
123 float64 int32_to_float64( int32 );
126 floatx80 int32_to_floatx80( int32 );
130 float128 int32_to_float128( int32 );
Darm-gcc.h48 typedef signed int int32; typedef
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
Dsoftfloat.h150 float32 int32_to_float32( int32 );
152 float64 int32_to_float64( int32 );
155 floatx80 int32_to_floatx80( int32 );
159 float128 int32_to_float128( int32 );
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Darm-gcc.h52 typedef signed int int32; typedef
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat.c536 float32 int32_to_float32( int32 a ) in int32_to_float32()
554 float64 int32_to_float64( int32 a ) in int32_to_float64()
588 int32 float32_to_int32( float32 a ) in float32_to_int32()
593 int32 z; in float32_to_int32()
659 int32 float32_to_int32_round_to_zero( float32 a ) in float32_to_int32_round_to_zero()
664 int32 z; in float32_to_int32_round_to_zero()
1414 int32 float64_to_int32( float64 a ) in float64_to_int32()
1419 int32 z; in float64_to_int32()
1488 int32 float64_to_int32_round_to_zero( float64 a ) in float64_to_int32_round_to_zero()
1493 int32 z; in float64_to_int32_round_to_zero()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat.c537 float32 int32_to_float32( int32 a ) in int32_to_float32()
555 float64 int32_to_float64( int32 a ) in int32_to_float64()
589 int32 float32_to_int32( float32 a ) in float32_to_int32()
594 int32 z; in float32_to_int32()
660 int32 float32_to_int32_round_to_zero( float32 a ) in float32_to_int32_round_to_zero()
665 int32 z; in float32_to_int32_round_to_zero()
1415 int32 float64_to_int32( float64 a ) in float64_to_int32()
1420 int32 z; in float64_to_int32()
1489 int32 float64_to_int32_round_to_zero( float64 a ) in float64_to_int32_round_to_zero()
1494 int32 z; in float64_to_int32_round_to_zero()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqEncode.decTest445 -- values around [u]int32 edges (zeros done earlier)
DddEncode.decTest462 -- values around [u]int32 edges (zeros done earlier)
Dbase.decTest1345 -- Edge cases for int32 exponents...
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp1724 memcpy(to->int32, from->int32, 4 * sizeof(int32_t)); in deepcopy_VkClearColorValue()