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

  /src/regress/lib/libc/ieeefp/testfloat/include/
random.h 43 #define randomUint64() ((uint64_t)random() << 32 | random())
  /src/regress/lib/libc/ieeefp/testfloat/
testCases.c 791 ( randomUint64() & int64PInfWeightMasks[ weightMaskNum ] )
2248 z.low = randomUint64() & LIT64( 0x7FFFFFFFFFFFFFFF );
2317 z.low = randomUint64() & LIT64( 0x7FFFFFFFFFFFFFFF );
3047 z.low = randomUint64();
3050 | ( randomUint64() & LIT64( 0x0000FFFFFFFFFFFF ) );
3128 z.low = randomUint64();
3135 | ( randomUint64() & LIT64( 0x0000FFFFFFFFFFFF ) );

Completed in 14 milliseconds