/freebsd/crypto/openssl/test/recipes/04-test_params_conversion_data/ |
H A D | native_types.txt | 3 int64=0 10 int64=6 17 int64=-6 25 int64=0 32 int64=6 40 int64=2147483647 48 int64=2147483648 54 type=int64 56 int64=6 61 type=int64 [all …]
|
/freebsd/contrib/bc/tests/bc/ |
H A D | lib2.txt | 316 int64(0) 327 int64(1) 328 int64(-1) 339 int64(127) 340 int64(-127) 351 int64(128) 352 int64(-128) 363 int64(129) 364 int64(-129) 375 int64(255) [all …]
|
/freebsd/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 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 …]
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 301 [VSD_DTYPE_INT_S64] = {.int64 = {.s64 = INT64_MIN}}, 302 [VSD_DTYPE_INT_U64] = {.int64 = {.u64 = 0}}, 314 [VSD_DTYPE_INT_S64] = {.int64 = {.s64 = INT64_MAX}}, 315 [VSD_DTYPE_INT_U64] = {.int64 = {.u64 = UINT64_MAX}}, 494 curstepexp) <= bkt_lb->int64.s64) 499 curstepexp) <= bkt_lb->int64.u64) 556 bkt_ub->int64.s64 += (int64_t)step; 559 bkt_ub->int64.u64 += (uint64_t)step; 622 done = (bkt_ub.int64.s64 > info->ub.int64.s64); 625 done = (bkt_ub.int64.u64 > info->ub.int64.u64); [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_types.h | 146 typedef int64_t int64; typedef 151 typedef long int64; typedef 156 typedef long long int64; typedef 212 int64 q_s; /* signed quad scalar */
|
/freebsd/contrib/libcbor/test/ |
H A D | stream_expectations.c | 58 UINT64_EQ, (union test_expectation_data){.int64 = actual}}; in assert_uint64_eq() 63 assert_true(current().data.int64 == actual); in uint64_callback() 102 NEGINT64_EQ, (union test_expectation_data){.int64 = actual}}; in assert_negint64_eq() 107 assert_true(current().data.int64 == actual); in negint64_callback() 213 (struct test_assertion){TAG_EQ, {.int64 = value}}; in assert_tag_eq() 218 assert_true(current().data.int64 == value); in tag_callback()
|
H A D | stream_expectations.h | 60 uint64_t int64; member
|
/freebsd/contrib/openbsm/compat/ |
H A D | endian.h | 82 bswap64(uint64_t int64) in bswap64() argument 88 from = (const unsigned char *) &int64; in bswap64()
|
/freebsd/sys/sys/ |
H A D | stats.h | 213 struct voistatdata_int64 int64; member 340 struct voistatdata_int64 int64; member 768 tmp.int64.u64 = val; in stats_ctor_vsd_numeric() 865 *ret = vsd->int64.s64; in stats_voistat_fetch_s64() 883 *ret = vsd->int64.u64; in stats_voistat_fetch_u64() 1032 tmp.int64.s64 = voival; in stats_voi_update_abs_s64() 1046 tmp.int64.s64 = voival; in stats_voi_update_rel_s64() 1060 tmp.int64.u64 = voival; in stats_voi_update_abs_u64() 1074 tmp.int64.u64 = voival; in stats_voi_update_rel_u64()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZfh.td | 511 // half->[u]int64. Round-to-zero must be used. 515 // Saturating half->[u]int64. 519 // half->int64 with current rounding mode. 523 // half->int64 rounded to nearest with ties rounded away from zero. 541 // half->[u]int64. Round-to-zero must be used. 545 // Saturating float->[u]int64. 549 // half->int64 with current rounding mode. 553 // half->int64 rounded to nearest with ties rounded away from zero. 633 // half->[u]int64. Round-to-zero must be used. 637 // half->int64 with current rounding mode. [all …]
|
H A D | RISCVInstrInfoD.td | 587 // Saturating double->[u]int64. 591 // double->[u]int64. Round-to-zero must be used. 595 // double->int64 with current rounding mode. 599 // double->int64 rounded to nearest with ties rounded away from zero. 603 // [u]int64->fp. Match GCC and default to using dynamic rounding mode. 624 // Saturating double->[u]int64. 628 // double->[u]int64. Round-to-zero must be used. 632 // double->int64 with current rounding mode. 636 // double->int64 rounded to nearest with ties rounded away from zero. 640 // [u]int64->fp. Match GCC and default to using dynamic rounding mode.
|
H A D | RISCVInstrInfoF.td | 746 // float->[u]int64. Round-to-zero must be used. 750 // Saturating float->[u]int64. 754 // float->int64 with current rounding mode. 758 // float->int64 rounded to neartest with ties rounded away from zero. 780 // float->[u]int64. Round-to-zero must be used. 784 // Saturating float->[u]int64. 788 // float->int64 with current rounding mode. 792 // float->int64 rounded to neartest with ties rounded away from zero.
|
/freebsd/lib/libsdp/ |
H A D | util.c | 289 int64_t int64; in sdp_print() member 364 SDP_GET64(value.int64, start); in sdp_print() 365 printf("int64 %ju\n", value.int64); in sdp_print()
|
/freebsd/lib/libc/powerpc64/softfloat/ |
H A D | powerpc-gcc.h | 37 typedef signed long long int int64; typedef
|
/freebsd/lib/libc/powerpcspe/softfloat/ |
H A D | powerpc-gcc.h | 37 typedef signed long long int int64; typedef
|
/freebsd/lib/libc/riscv/softfloat/ |
H A D | riscv-gcc.h | 37 typedef signed long long int int64; typedef
|
/freebsd/lib/libc/powerpc/softfloat/ |
H A D | powerpc-gcc.h | 41 typedef signed long long int int64; typedef
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | arm-gcc.h | 41 typedef signed long long int int64; typedef
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.rpc | 23 optional int64 large_number = 5;
|
/freebsd/contrib/libevent/test/ |
H A D | regress.rpc | 23 optional int64 large_number = 5;
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.sh | 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
H A D | ed25519.sh | 39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 162 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 ) in roundAndPackInt64() 166 int64 z; in roundAndPackInt64() 653 int64 roundIncrement, roundMask, roundBits; in roundAndPackFloatx80() 1258 float32 int64_to_float32( int64 a ) in int64_to_float32() 1291 float64 int64_to_float64( int64 a ) in int64_to_float64() 1314 floatx80 int64_to_floatx80( int64 a ) in int64_to_floatx80() 1341 float128 int64_to_float128( int64 a ) in int64_to_float128() 1458 int64 float32_to_int64( float32 a ) in float32_to_int64() 1495 int64 float32_to_int64_round_to_zero( float32 a ) in float32_to_int64_round_to_zero() 1501 int64 z; in float32_to_int64_round_to_zero() [all …]
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat-history.txt | 12 -- Added functions to convert between 64-bit integers (int64) and all
|
H A D | timesoftfloat.c | 221 static const int64 inputs_int64[ numInputs_int64 ] = { 256 static void time_a_int64_z_float32( float32 function( int64 ) ) in time_a_int64_z_float32() argument 283 static void time_a_int64_z_float64( float64 function( int64 ) ) in time_a_int64_z_float64() argument 312 static void time_a_int64_z_floatx80( floatx80 function( int64 ) ) in time_a_int64_z_floatx80() argument 343 static void time_a_int64_z_float128( float128 function( int64 ) ) in time_a_int64_z_float128() argument 414 static void time_a_float32_z_int64( int64 function( float32 ) ) in time_a_float32_z_int64() 731 static void time_a_float64_z_int64( int64 function( float64 ) ) in time_a_float64_z_int64() 1082 static void time_a_floatx80_z_int64( int64 function( floatx80 ) ) in time_a_floatx80_z_int64() 1477 static void time_a_float128_z_int64( int64 function( float128 ) ) in time_a_float128_z_int64()
|