Symbol: int64
common/lib/libprop/prop_array_util.c
163
STEMPLATE(int64, int64_t)
common/lib/libprop/prop_array_util.c
90
TEMPLATE(int64, int64_t)
common/lib/libprop/prop_dictionary_util.c
151
STEMPLATE(int64, int64_t)
common/lib/libprop/prop_dictionary_util.c
97
TEMPLATE(int64, int64_t)
common/lib/libprop/prop_number.c
544
TEMPLATE(int64, int64_t, INT64_MIN, INT64_MAX)
lib/libc/softfloat/bits64/softfloat.c
1268
float32 int64_to_float32( int64 a )
lib/libc/softfloat/bits64/softfloat.c
1301
float64 int64_to_float64( int64 a )
lib/libc/softfloat/bits64/softfloat.c
1324
floatx80 int64_to_floatx80( int64 a )
lib/libc/softfloat/bits64/softfloat.c
1351
float128 int64_to_float128( int64 a )
lib/libc/softfloat/bits64/softfloat.c
1468
int64 float32_to_int64( float32 a )
lib/libc/softfloat/bits64/softfloat.c
1505
int64 float32_to_int64_round_to_zero( float32 a )
lib/libc/softfloat/bits64/softfloat.c
1511
int64 z;
lib/libc/softfloat/bits64/softfloat.c
176
static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 )
lib/libc/softfloat/bits64/softfloat.c
180
int64 z;
lib/libc/softfloat/bits64/softfloat.c
2417
int64 float64_to_int64( float64 a )
lib/libc/softfloat/bits64/softfloat.c
2460
int64 float64_to_int64_round_to_zero( float64 a )
lib/libc/softfloat/bits64/softfloat.c
2465
int64 z;
lib/libc/softfloat/bits64/softfloat.c
3416
int64 floatx80_to_int64( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3457
int64 floatx80_to_int64_round_to_zero( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3462
int64 z;
lib/libc/softfloat/bits64/softfloat.c
4441
int64 float128_to_int64( float128 a )
lib/libc/softfloat/bits64/softfloat.c
4485
int64 float128_to_int64_round_to_zero( float128 a )
lib/libc/softfloat/bits64/softfloat.c
4490
int64 z;
lib/libc/softfloat/templates/softfloat.h
122
float32 int64_to_float32( !!!int64 );
lib/libc/softfloat/templates/softfloat.h
123
float64 int64_to_float64( !!!int64 );
lib/libc/softfloat/templates/softfloat.h
125
floatx80 int64_to_floatx80( !!!int64 );
lib/libc/softfloat/templates/softfloat.h
128
float128 int64_to_float128( !!!int64 );
lib/libc/softfloat/templates/softfloat.h
138
!!!int64 float32_to_int64( float32 );
lib/libc/softfloat/templates/softfloat.h
139
!!!int64 float32_to_int64_round_to_zero( float32 );
lib/libc/softfloat/templates/softfloat.h
175
!!!int64 float64_to_int64( float64 );
lib/libc/softfloat/templates/softfloat.h
176
!!!int64 float64_to_int64_round_to_zero( float64 );
lib/libc/softfloat/templates/softfloat.h
214
!!!int64 floatx80_to_int64( floatx80 );
lib/libc/softfloat/templates/softfloat.h
215
!!!int64 floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/softfloat/templates/softfloat.h
261
!!!int64 float128_to_int64( float128 );
lib/libc/softfloat/templates/softfloat.h
262
!!!int64 float128_to_int64_round_to_zero( float128 );
lib/libc/softfloat/timesoftfloat.c
1087
static void time_a_floatx80_z_int64( int64 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1482
static void time_a_float128_z_int64( int64 function( float128 ) )
lib/libc/softfloat/timesoftfloat.c
226
static const int64 inputs_int64[ numInputs_int64 ] = {
lib/libc/softfloat/timesoftfloat.c
261
static void time_a_int64_z_float32( float32 function( int64 ) )
lib/libc/softfloat/timesoftfloat.c
288
static void time_a_int64_z_float64( float64 function( int64 ) )
lib/libc/softfloat/timesoftfloat.c
317
static void time_a_int64_z_floatx80( floatx80 function( int64 ) )
lib/libc/softfloat/timesoftfloat.c
348
static void time_a_int64_z_float128( float128 function( int64 ) )
lib/libc/softfloat/timesoftfloat.c
419
static void time_a_float32_z_int64( int64 function( float32 ) )
lib/libc/softfloat/timesoftfloat.c
736
static void time_a_float64_z_int64( int64 function( float64 ) )
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
152
float32 syst_int64_to_float32( int64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
153
float64 syst_int64_to_float64( int64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
155
floatx80 syst_int64_to_floatx80( int64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
158
float128 syst_int64_to_float128( int64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
164
int64 syst_float32_to_int64( float32 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
165
int64 syst_float32_to_int64_round_to_zero( float32 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
190
int64 syst_float64_to_int64( float64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
191
int64 syst_float64_to_int64_round_to_zero( float64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
217
int64 syst_floatx80_to_int64( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
218
int64 syst_floatx80_to_int64_round_to_zero( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
243
int64 syst_float128_to_int64( float128 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
244
int64 syst_float128_to_int64_round_to_zero( float128 );
regress/lib/libc/ieeefp/testfloat/include/testCases.h
87
extern int64 testCases_a_int64;
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
115
void test_a_float64_z_int64( int64 ( float64 ), int64 ( float64 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
136
void test_a_floatx80_z_int64( int64 ( floatx80 ), int64 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
158
void test_a_float128_z_int64( int64 ( float128 ), int64 ( float128 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
84
void test_a_int64_z_float32( float32 ( int64 ), float32 ( int64 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
85
void test_a_int64_z_float64( float64 ( int64 ), float64 ( int64 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
87
void test_a_int64_z_floatx80( floatx80 ( int64 ), floatx80 ( int64 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
90
void test_a_int64_z_float128( float128 ( int64 ), float128 ( int64 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
96
void test_a_float32_z_int64( int64 ( float32 ), int64 ( float32 ) );
regress/lib/libc/ieeefp/testfloat/systfloat.c
148
float32 syst_int64_to_float32( int64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
155
float64 syst_int64_to_float64( int64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
164
floatx80 syst_int64_to_floatx80( int64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
175
float128 syst_int64_to_float128( int64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
196
int64 syst_float32_to_int64_round_to_zero( float32 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
307
int64 syst_float64_to_int64_round_to_zero( float64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
428
int64 syst_floatx80_to_int64_round_to_zero( floatx80 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
525
int64 syst_float128_to_int64_round_to_zero( float128 a )
regress/lib/libc/ieeefp/testfloat/testCases.c
3303
int64 testCases_a_int64;
regress/lib/libc/ieeefp/testfloat/testCases.c
598
static int64 int64NextP1( sequenceT *sequencePtr )
regress/lib/libc/ieeefp/testfloat/testCases.c
601
int64 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
615
static const int64 int64NumP2 = ( int64NumP1 * int64NumP1 + int64NumP1 ) / 2;
regress/lib/libc/ieeefp/testfloat/testCases.c
617
static int64 int64NextP2( sequenceT *sequencePtr )
regress/lib/libc/ieeefp/testfloat/testCases.c
620
int64 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
640
static int64 int64RandomP3( void )
regress/lib/libc/ieeefp/testfloat/testCases.c
784
static int64 int64RandomPInf( void )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1442
int64 trueFunction( float64 ), int64 testFunction( float64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1445
int64 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
1898
int64 trueFunction( floatx80 ), int64 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1901
int64 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
2352
int64 trueFunction( float128 ), int64 testFunction( float128 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2355
int64 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
309
int64 trueZ, uint8 trueFlags, int64 testZ, uint8 testFlags )
regress/lib/libc/ieeefp/testfloat/testLoops.c
717
float32 trueFunction( int64 ), float32 testFunction( int64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
768
float64 trueFunction( int64 ), float64 testFunction( int64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
821
floatx80 trueFunction( int64 ), floatx80 testFunction( int64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
876
float128 trueFunction( int64 ), float128 testFunction( int64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
988
int64 trueFunction( float32 ), int64 testFunction( float32 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
991
int64 trueZ, testZ;
sys/arch/sparc64/sparc64/pmap.c
2506
int64 GenerateTSBPointer(
sys/arch/sparc64/sparc64/pmap.c
2507
int64 va, /* Missing VA */
sys/arch/sparc64/sparc64/pmap.c
2509
int64 TSBBase, /* TSB Register[63:13] << 13 */
sys/arch/sparc64/sparc64/pmap.c
2513
int64 vaPortion;
sys/arch/sparc64/sparc64/pmap.c
2514
int64 TSBBaseMask;
sys/arch/sparc64/sparc64/pmap.c
2515
int64 splitMask;
sys/kern/subr_device.c
1058
TEMPLATE(int64)
sys/lib/libkern/softfloat.c
1199
float32 int64_to_float32( int64 a )
sys/lib/libkern/softfloat.c
1231
float64 int64_to_float64( int64 a )
sys/lib/libkern/softfloat.c
1253
floatx80 int64_to_floatx80( int64 a )
sys/lib/libkern/softfloat.c
1277
float128 int64_to_float128( int64 a )
sys/lib/libkern/softfloat.c
1392
int64 float32_to_int64( float32 a )
sys/lib/libkern/softfloat.c
1428
int64 float32_to_int64_round_to_zero( float32 a )
sys/lib/libkern/softfloat.c
1434
int64 z;
sys/lib/libkern/softfloat.c
155
static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 )
sys/lib/libkern/softfloat.c
159
int64 z;
sys/lib/libkern/softfloat.c
2318
int64 float64_to_int64( float64 a )
sys/lib/libkern/softfloat.c
2398
int64 float64_to_int64_round_to_zero( float64 a )
sys/lib/libkern/softfloat.c
2403
int64 z;
sys/lib/libkern/softfloat.c
3282
int64 floatx80_to_int64( floatx80 a )
sys/lib/libkern/softfloat.c
3322
int64 floatx80_to_int64_round_to_zero( floatx80 a )
sys/lib/libkern/softfloat.c
3327
int64 z;
sys/lib/libkern/softfloat.c
4281
int64 float128_to_int64( float128 a )
sys/lib/libkern/softfloat.c
4324
int64 float128_to_int64_round_to_zero( float128 a )
sys/lib/libkern/softfloat.c
4329
int64 z;
sys/lib/libkern/softfloat.c
654
int64 roundIncrement, roundMask, roundBits;