Home | History | Annotate | Download | only in fpu

Lines Matching full:uint64_t

110 float32 uint64_to_float32( uint64_t v STATUS_PARAM)
118 float64 uint64_to_float64( uint64_t v STATUS_PARAM)
260 uint64_t a;
341 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
349 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
414 uint64_t a;
426 uint64_t a;
430 return ( LIT64( 0xFFF0000000000000 ) < (uint64_t) ( a<<1 ) );
437 uint64_t a;
516 uint64_t aLow;
522 && (uint64_t) ( aLow<<1 )
530 return ( ( u.i.high & 0x7FFF ) == 0x7FFF ) && (uint64_t) ( u.i.low<<1 );