HomeSort by: relevance | last modified time | path
    Searched refs:randomUint8 (Results 1 - 2 of 2) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/include/
random.h 40 #define randomUint8() ((uint8_t)random())
  /src/regress/lib/libc/ieeefp/testfloat/
testCases.c 249 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() % float32NumP2
    [all...]

Completed in 13 milliseconds