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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c309 int64NumP1 = 252 enumerator in enum:__anon16219
312 static const uint64 int64P1[ int64NumP1 ] = {
575 if ( int64NumP1 <= termNum ) {
584 static const int64 int64NumP2 = ( int64NumP1 * int64NumP1 + int64NumP1 ) / 2;
595 if ( int64NumP1 <= term2Num ) {
597 if ( int64NumP1 <= term1Num ) {
614 int64P1[ randomUint8() % int64NumP1 ]
615 + int64P1[ randomUint8() % int64NumP1 ]
[all...]

Completed in 51 milliseconds