| /src/regress/lib/libc/ieeefp/testfloat/include/ |
| testLoops.h | 84 void test_a_int64_z_float32( float32 ( int64 ), float32 ( int64 ) ); 85 void test_a_int64_z_float64( float64 ( int64 ), float64 ( int64 ) ); 87 void test_a_int64_z_floatx80( floatx80 ( int64 ), floatx80 ( int64 ) ); 90 void test_a_int64_z_float128( float128 ( int64 ), float128 ( int64 ) ); 96 void test_a_float32_z_int64( int64 ( float32 ), int64 ( float32 ) ) [all...] |
| systfloat.h | 152 float32 syst_int64_to_float32( int64 ); 153 float64 syst_int64_to_float64( int64 ); 155 floatx80 syst_int64_to_floatx80( int64 ); 158 float128 syst_int64_to_float128( int64 ); 164 int64 syst_float32_to_int64( float32 ); 165 int64 syst_float32_to_int64_round_to_zero( float32 ); 190 int64 syst_float64_to_int64( float64 ); 191 int64 syst_float64_to_int64_round_to_zero( float64 ); 217 int64 syst_floatx80_to_int64( floatx80 ); 218 int64 syst_floatx80_to_int64_round_to_zero( floatx80 ) [all...] |
| milieu.h | 103 typedef int64_t int64; typedef
|
| testCases.h | 87 extern int64 testCases_a_int64;
|
| /src/external/bsd/libevent/dist/test/ |
| regress.rpc | 23 optional int64 large_number = 5;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress.rpc | 23 optional int64 large_number = 5;
|
| /src/lib/libc/arch/aarch64/softfloat/ |
| aarch64-gcc.h | 43 typedef signed long long int int64; typedef
|
| /src/lib/libc/arch/m68k/softfloat/ |
| m68k-gcc.h | 43 typedef signed long long int int64; typedef
|
| /src/lib/libc/arch/mips/softfloat/ |
| mips-gcc.h | 41 typedef signed long long int int64; typedef
|
| /src/lib/libc/arch/or1k/softfloat/ |
| or1k-gcc.h | 43 typedef signed long long int int64; typedef
|
| /src/lib/libc/arch/powerpc/softfloat/ |
| powerpc-gcc.h | 43 typedef signed long long int int64; typedef
|
| /src/lib/libc/arch/sh3/softfloat/ |
| sh3-gcc.h | 43 typedef signed long long int int64; typedef
|
| /src/lib/libc/arch/sparc64/softfloat/ |
| sparc64-gcc.h | 43 typedef signed long long int int64; typedef
|
| /src/lib/libc/softfloat/templates/ |
| 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...] |
| /src/lib/libc/arch/arm/softfloat/ |
| arm-gcc.h | 41 typedef signed long long int int64; typedef
|
| /src/sys/lib/libkern/ |
| milieu.h | 101 typedef int64_t int64; typedef
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| achaiku.h | 69 #define COMPILER_DEPENDENT_INT64 int64
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_types.h | 148 typedef int64_t int64; typedef 153 typedef long int64; typedef 158 typedef long long int64; typedef 214 int64 q_s; /* signed quad scalar */
|
| /src/external/mit/libcbor/dist/test/ |
| stream_expectations.c | 53 UINT64_EQ, (union test_expectation_data){.int64 = actual}}; 58 assert_true(current().data.int64 == actual); 97 NEGINT64_EQ, (union test_expectation_data){.int64 = actual}}; 102 assert_true(current().data.int64 == actual); 183 (struct test_assertion){TAG_EQ, {.int64 = value}}; 188 assert_true(current().data.int64 == value);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_ring_buffer_test.cc | 70 TEST(RingBuffer, int64) { 86 TEST(CompactRingBuffer, int64) {
|
| /src/crypto/external/bsd/openssh/dist/ |
| sntrup761.sh | 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
| ed25519.sh | 39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 186 ;* int64 = int32 * int32 212 ;* int64 = int64 * int64 296 ;; int64 __mspabi_mpyll (int64 x, int64 y) 298 ;; int64 __mspabi_mpyll_hw (int64 x, int64 y [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 186 ;* int64 = int32 * int32 212 ;* int64 = int64 * int64 296 ;; int64 __mspabi_mpyll (int64 x, int64 y) 298 ;; int64 __mspabi_mpyll_hw (int64 x, int64 y [all...] |
| /src/regress/lib/libc/ieeefp/testfloat/ |
| systfloat.c | 148 float32 syst_int64_to_float32( int64 a ) 155 float64 syst_int64_to_float64( int64 a ) 164 floatx80 syst_int64_to_floatx80( int64 a ) 175 float128 syst_int64_to_float128( int64 a ) 196 int64 syst_float32_to_int64_round_to_zero( float32 a ) 307 int64 syst_float64_to_int64_round_to_zero( float64 a ) 428 int64 syst_floatx80_to_int64_round_to_zero( floatx80 a ) 525 int64 syst_float128_to_int64_round_to_zero( float128 a )
|