Home
last modified time | relevance | path

Searched refs:int64 (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat.h122 float32 int64_to_float32( !!!int64 );
123 float64 int64_to_float64( !!!int64 );
125 floatx80 int64_to_floatx80( !!!int64 );
128 float128 int64_to_float128( !!!int64 );
138 !!!int64 float32_to_int64( float32 );
139 !!!int64 float32_to_int64_round_to_zero( float32 );
175 !!!int64 float64_to_int64( float64 );
176 !!!int64 float64_to_int64_round_to_zero( float64 );
214 !!!int64 floatx80_to_int64( floatx80 );
215 !!!int64 floatx80_to_int64_round_to_zero( floatx80 );
[all …]
/device/google/marlin/dataservices/datatop/src/
Ddatatop_helpers.c185 int64_t int64; in dtop_handle_dp_type_for_snapshot() local
191 int64 = (int64_t)dp.data.d_ulong in dtop_handle_dp_type_for_snapshot()
193 if (int64 != 0) { in dtop_handle_dp_type_for_snapshot()
195 printf("%"PRId64"\n", int64); in dtop_handle_dp_type_for_snapshot()
201 int64 = (int64_t)dp.data.d_long in dtop_handle_dp_type_for_snapshot()
203 if (int64 != 0) { in dtop_handle_dp_type_for_snapshot()
205 printf("%"PRId64"\n", int64); in dtop_handle_dp_type_for_snapshot()
210 int64 = (int64_t)dp.data.d_uint in dtop_handle_dp_type_for_snapshot()
212 if (int64 != 0) { in dtop_handle_dp_type_for_snapshot()
214 printf("%"PRId64"\n", int64); in dtop_handle_dp_type_for_snapshot()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
Darm-gcc.h51 typedef signed long long int int64; typedef
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
Darm-gcc.h55 typedef signed long long int int64; typedef
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Darm-gcc.h55 typedef signed long long int int64; typedef
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt12 -- Added functions to convert between 64-bit integers (int64) and all
Dtimesoftfloat.c226 static const int64 inputs_int64[ numInputs_int64 ] = {
261 static void time_a_int64_z_float32( float32 function( int64 ) ) in time_a_int64_z_float32() argument
288 static void time_a_int64_z_float64( float64 function( int64 ) ) in time_a_int64_z_float64() argument
317 static void time_a_int64_z_floatx80( floatx80 function( int64 ) ) in time_a_int64_z_floatx80() argument
348 static void time_a_int64_z_float128( float128 function( int64 ) ) in time_a_int64_z_float128() argument
419 static void time_a_float32_z_int64( int64 function( float32 ) ) in time_a_float32_z_int64()
736 static void time_a_float64_z_int64( int64 function( float64 ) ) in time_a_float64_z_int64()
1087 static void time_a_floatx80_z_int64( int64 function( floatx80 ) ) in time_a_floatx80_z_int64()
1482 static void time_a_float128_z_int64( int64 function( float128 ) ) in time_a_float128_z_int64()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c173 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 ) in roundAndPackInt64()
177 int64 z; in roundAndPackInt64()
664 int64 roundIncrement, roundMask, roundBits; in roundAndPackFloatx80()
1265 float32 int64_to_float32( int64 a ) in int64_to_float32()
1298 float64 int64_to_float64( int64 a ) in int64_to_float64()
1321 floatx80 int64_to_floatx80( int64 a ) in int64_to_floatx80()
1348 float128 int64_to_float128( int64 a ) in int64_to_float128()
1465 int64 float32_to_int64( float32 a ) in float32_to_int64()
1502 int64 float32_to_int64_round_to_zero( float32 a ) in float32_to_int64_round_to_zero()
1508 int64 z; in float32_to_int64_round_to_zero()
[all …]
/device/google/bonito/json-c/
DChangeLog102 * Add int64 support. Two new functions json_object_net_int64 and
/device/google/crosshatch/json-c/
DChangeLog102 * Add int64 support. Two new functions json_object_net_int64 and