Home
last modified time | relevance | path

Searched refs:int64NumP1 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c340 int64NumP1 = 252 enumerator
343 static const uint64 int64P1[ int64NumP1 ] = {
606 if ( int64NumP1 <= termNum ) { in int64NextP1()
615 static const int64 int64NumP2 = ( int64NumP1 * int64NumP1 + int64NumP1 ) / 2;
626 if ( int64NumP1 <= term2Num ) { in int64NextP2()
628 if ( int64NumP1 <= term1Num ) { in int64NextP2()
645 int64P1[ randomUint8() % int64NumP1 ] in int64RandomP3()
646 + int64P1[ randomUint8() % int64NumP1 ] in int64RandomP3()
647 + int64P1[ randomUint8() % int64NumP1 ] in int64RandomP3()
3215 testCases_total = 3 * int64NumP1; in testCases_initSequence()