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

/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Drandom.h40 #define randomUint8() ((uint8_t)random()) macro
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c249 int32P1[ randomUint8() % int32NumP1 ]
250 + int32P1[ randomUint8() % int32NumP1 ]
251 + int32P1[ randomUint8() % int32NumP1 ]
328 weightMaskNum = randomUint8() % int32NumPInfWeightMasks;
645 int64P1[ randomUint8() % int64NumP1 ]
646 + int64P1[ randomUint8() % int64NumP1 ]
647 + int64P1[ randomUint8() % int64NumP1 ]
788 weightMaskNum = randomUint8() % int64NumPInfWeightMasks;
1084 float32QOut[ randomUint8() % float32NumQOut ]
1085 | ( ( float32P2[ randomUint8()
[all...]

Completed in 61 milliseconds