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

  /src/regress/lib/libc/ieeefp/testfloat/include/
random.h 42 #define randomUint32() ((uint32_t)random())
  /src/regress/lib/libc/ieeefp/testfloat/
testCases.c 331 ( randomUint32() & int32PInfWeightMasks[ weightMaskNum ] )
1096 | ( randomUint32() & 0x007FFFFF );
1152 | ( randomUint32() & 0x007FFFFF );
1643 | ( randomUint32() & 0x000FFFFF ),
1644 randomUint32()
1725 | ( randomUint32() & 0x000FFFFF ),
1726 randomUint32()

Completed in 16 milliseconds