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

/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c340 int64NumP1 = 252 enumerator in enum:__anon5383
343 static const uint64 int64P1[ int64NumP1 ] = {
606 if ( int64NumP1 <= termNum ) {
615 static const int64 int64NumP2 = ( int64NumP1 * int64NumP1 + int64NumP1 ) / 2;
626 if ( int64NumP1 <= term2Num ) {
628 if ( int64NumP1 <= term1Num ) {
645 int64P1[ randomUint8() % int64NumP1 ]
646 + int64P1[ randomUint8() % int64NumP1 ]
[all...]

Completed in 161 milliseconds