Searched refs:randomUint64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/tools/test/testfloat/
H A Drandom.h30 uint64 randomUint64( void );
H A Drandom.c55 uint64 randomUint64( void ) function
H A DtestCases.c760 ( randomUint64() & int64PInfWeightMasks[ weightMaskNum ] )
2215 z.low = randomUint64() & LIT64( 0x7FFFFFFFFFFFFFFF );
2284 z.low = randomUint64() & LIT64( 0x7FFFFFFFFFFFFFFF );
3014 z.low = randomUint64();
3017 | ( randomUint64() & LIT64( 0x0000FFFFFFFFFFFF ) );
3095 z.low = randomUint64();
3102 | ( randomUint64() & LIT64( 0x0000FFFFFFFFFFFF ) );

Completed in 107 milliseconds