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

/freebsd-10.2-release/tools/test/testfloat/
H A Drandom.h28 uint32 randomUint32( void );
H A Drandom.c47 uint32 randomUint32( void ) function
58 return ( ( (uint64) randomUint32() )<<32 ) | randomUint32();
H A DtestCases.c300 ( randomUint32() & int32PInfWeightMasks[ weightMaskNum ] )
1065 | ( randomUint32() & 0x007FFFFF );
1121 | ( randomUint32() & 0x007FFFFF );
1611 | ( randomUint32() & 0x000FFFFF ),
1612 randomUint32()
1693 | ( randomUint32() & 0x000FFFFF ),
1694 randomUint32()

Completed in 56 milliseconds