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

/freebsd-10.2-release/tools/test/testfloat/
H A Drandom.h26 uint8 randomUint8( void );
H A Drandom.c33 uint8 randomUint8( void ) function
H A DtestCases.c218 int32P1[ randomUint8() % int32NumP1 ]
219 + int32P1[ randomUint8() % int32NumP1 ]
220 + int32P1[ randomUint8() % int32NumP1 ]
297 weightMaskNum = randomUint8() % int32NumPInfWeightMasks;
614 int64P1[ randomUint8() % int64NumP1 ]
615 + int64P1[ randomUint8() % int64NumP1 ]
616 + int64P1[ randomUint8() % int64NumP1 ]
757 weightMaskNum = randomUint8() % int64NumPInfWeightMasks;
1053 float32QOut[ randomUint8() % float32NumQOut ]
1054 | ( ( float32P2[ randomUint8()
[all...]

Completed in 37 milliseconds