Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c72 int32NumP1 = 124 enumerator
75 static const uint32 int32P1[ int32NumP1 ] = {
210 if ( int32NumP1 <= termNum ) { in int32NextP1()
219 static const int32 int32NumP2 = ( int32NumP1 * int32NumP1 + int32NumP1 ) / 2;
230 if ( int32NumP1 <= term2Num ) { in int32NextP2()
232 if ( int32NumP1 <= term1Num ) { in int32NextP2()
249 int32P1[ randomUint8() % int32NumP1 ] in int32RandomP3()
250 + int32P1[ randomUint8() % int32NumP1 ] in int32RandomP3()
251 + int32P1[ randomUint8() % int32NumP1 ] in int32RandomP3()
3211 testCases_total = 3 * int32NumP1; in testCases_initSequence()