Searched refs:int64 (Results 1 – 10 of 10) sorted by relevance
122 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 …]
185 int64_t int64; in dtop_handle_dp_type_for_snapshot() local191 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 …]
51 typedef signed long long int int64; typedef
55 typedef signed long long int int64; typedef
12 -- Added functions to convert between 64-bit integers (int64) and all
226 static const int64 inputs_int64[ numInputs_int64 ] = {261 static void time_a_int64_z_float32( float32 function( int64 ) ) in time_a_int64_z_float32() argument288 static void time_a_int64_z_float64( float64 function( int64 ) ) in time_a_int64_z_float64() argument317 static void time_a_int64_z_floatx80( floatx80 function( int64 ) ) in time_a_int64_z_floatx80() argument348 static void time_a_int64_z_float128( float128 function( int64 ) ) in time_a_int64_z_float128() argument419 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()
173 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 …]
102 * Add int64 support. Two new functions json_object_net_int64 and