Searched refs:int64 (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/tools/test/testfloat/
H A DtestLoops.h52 void test_a_int64_z_float32( float32 ( int64 ), float32 ( int64 ) );
53 void test_a_int64_z_float64( float64 ( int64 ), float64 ( int64 ) );
55 void test_a_int64_z_floatx80( floatx80 ( int64 ), floatx80 ( int64 ) );
58 void test_a_int64_z_float128( float128 ( int64 ), float128 ( int64 ) );
64 void test_a_float32_z_int64( int64 ( float32 ), int64 ( float3
[all...]
H A Dslowfloat.h42 float32 slow_int64_to_float32( int64 );
43 float64 slow_int64_to_float64( int64 );
45 floatx80 slow_int64_to_floatx80( int64 );
48 float128 slow_int64_to_float128( int64 );
55 int64 slow_float32_to_int64( float32 );
56 int64 slow_float32_to_int64_round_to_zero( float32 );
83 int64 slow_float64_to_int64( float64 );
84 int64 slow_float64_to_int64_round_to_zero( float64 );
113 int64 slow_floatx80_to_int64( floatx80 );
114 int64 slow_floatx80_to_int64_round_to_zer
[all...]
H A DtestCases.h55 extern int64 testCases_a_int64;
H A Dsystfloat.c77 float32 syst_int64_to_float32( int64 a )
86 float64 syst_int64_to_float64( int64 a )
97 floatx80 syst_int64_to_floatx80( int64 a )
110 float128 syst_int64_to_float128( int64 a )
132 int64 syst_float32_to_int64_round_to_zero( float32 a )
242 int64 syst_float64_to_int64_round_to_zero( float64 a )
363 int64 syst_floatx80_to_int64_round_to_zero( floatx80 a )
464 int64 syst_float128_to_int64_round_to_zero( float128 a )
H A DtestLoops.c278 int64 trueZ, uint8 trueFlags, int64 testZ, uint8 testFlags )
686 float32 trueFunction( int64 ), float32 testFunction( int64 ) )
737 float64 trueFunction( int64 ), float64 testFunction( int64 ) )
790 floatx80 trueFunction( int64 ), floatx80 testFunction( int64 ) )
845 float128 trueFunction( int64 ), float128 testFunction( int64 ) )
[all...]
H A Dslowfloat-64.c197 int64 roundBits;
331 static floatX int64ToFloatX( int64 a )
356 static int64 floatXToInt64( floatX ax )
360 int64 z;
1318 float32 slow_int64_to_float32( int64 a )
1325 float64 slow_int64_to_float64( int64 a )
1334 floatx80 slow_int64_to_floatx80( int64 a )
1345 float128 slow_int64_to_float128( int64 a )
1374 int64 slow_float32_to_int64( float32 a )
1381 int64 slow_float32_to_int64_round_to_zer
[all...]
H A DtestCases.c567 static int64 int64NextP1( sequenceT *sequencePtr )
570 int64 z;
584 static const int64 int64NumP2 = ( int64NumP1 * int64NumP1 + int64NumP1 ) / 2;
586 static int64 int64NextP2( sequenceT *sequencePtr )
589 int64 z;
609 static int64 int64RandomP3( void )
753 static int64 int64RandomPInf( void )
3270 int64 testCases_a_int64;
/freebsd-10.0-release/tools/test/testfloat/sparc64/
H A Dsparc64.h56 typedef signed long int int64; typedef
H A Dsystfloat.h103 float32 syst_int64_to_float32( int64 );
104 float64 syst_int64_to_float64( int64 );
106 floatx80 syst_int64_to_floatx80( int64 );
109 float128 syst_int64_to_float128( int64 );
115 int64 syst_float32_to_int64( float32 );
116 int64 syst_float32_to_int64_round_to_zero( float32 );
141 int64 syst_float64_to_int64( float64 );
142 int64 syst_float64_to_int64_round_to_zero( float64 );
168 int64 syst_floatx80_to_int64( floatx80 );
169 int64 syst_floatx80_to_int64_round_to_zer
[all...]
H A Dfpu_util.c64 typedef unsigned long int64; typedef
205 syst_int64_to_float32(int64 a)
214 syst_int64_to_float64(int64 a)
224 syst_int64_to_float128(int64 a)
241 int64
392 int64
543 int64
/freebsd-10.0-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h42 typedef signed long long int int64; typedef
/freebsd-10.0-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h38 typedef signed long long int int64; typedef
/freebsd-10.0-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h38 typedef signed long long int int64; typedef
/freebsd-10.0-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h123 float32 int64_to_float32( !!!int64 );
124 float64 int64_to_float64( !!!int64 );
126 floatx80 int64_to_floatx80( !!!int64 );
129 float128 int64_to_float128( !!!int64 );
139 !!!int64 float32_to_int64( float32 );
140 !!!int64 float32_to_int64_round_to_zero( float32 );
176 !!!int64 float64_to_int64( float64 );
177 !!!int64 float64_to_int64_round_to_zero( float64 );
215 !!!int64 floatx80_to_int64( floatx80 );
216 !!!int64 floatx80_to_int64_round_to_zer
[all...]
/freebsd-10.0-release/lib/libc/arm/softfloat/
H A Darm-gcc.h42 typedef signed long long int int64; typedef
/freebsd-10.0-release/contrib/openbsm/compat/
H A Dendian.h83 bswap64(uint64_t int64) argument
89 from = (const unsigned char *) &int64;
/freebsd-10.0-release/lib/libsdp/
H A Dutil.c287 int64_t int64; member in union:__anon5626
362 SDP_GET64(value.int64, start);
363 printf("int64 %ju\n", value.int64);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h484 CVMX_BUILD_WRITE64(int64, "sd");
499 CVMX_BUILD_READ64(int64, "ld");
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c211 NVLIST_PRTFUNC(int64, int64_t, longlong_t, "%lld")
438 NVLIST_PRINTCTL_REPLACE(int64, int64_t)
641 RENDER(pctl, int64, nvl, name, val);
845 NVP(elem, int64, int64_t, longlong_t, "%lld");
/freebsd-10.0-release/sbin/hastd/
H A Dnv.c421 NV_DEFINE_ADD(int64, INT64)
446 NV_DEFINE_ADD_ARRAY(int64, INT64)
519 NV_DEFINE_GET(int64, INT64)
550 NV_DEFINE_GET_ARRAY(int64, INT64)
675 printf("(int64): %jd", swap ?
727 printf("(int64 array):");
/freebsd-10.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c165 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 )
169 int64 z;
656 int64 roundIncrement, roundMask, roundBits;
1261 float32 int64_to_float32( int64 a )
1294 float64 int64_to_float64( int64 a )
1317 floatx80 int64_to_floatx80( int64 a )
1344 float128 int64_to_float128( int64 a )
1461 int64 float32_to_int64( float32 a )
1498 int64 float32_to_int64_round_to_zero( float32 a )
1504 int64
[all...]
/freebsd-10.0-release/lib/libc/softfloat/
H A Dtimesoftfloat.c224 static const int64 inputs_int64[ numInputs_int64 ] = {
259 static void time_a_int64_z_float32( float32 function( int64 ) )
286 static void time_a_int64_z_float64( float64 function( int64 ) )
315 static void time_a_int64_z_floatx80( floatx80 function( int64 ) )
346 static void time_a_int64_z_float128( float128 function( int64 ) )
417 static void time_a_float32_z_int64( int64 function( float32 ) )
734 static void time_a_float64_z_int64( int64 function( float64 ) )
1085 static void time_a_floatx80_z_int64( int64 function( floatx80 ) )
1480 static void time_a_float128_z_int64( int64 function( float128 ) )
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1864 long long int64 = (long long)(constInt->getZExtValue()); local
1865 ptr = (unsigned char *)&int64;
1871 long long int64 = (long long)(constInt->getZExtValue()); local
1872 ptr = (unsigned char *)&int64;
/freebsd-10.0-release/include/rpcsvc/
H A Dnfs_prot.x309 typedef hyper int64;

Completed in 297 milliseconds