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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c1155 float64NumP2 = 204 enumerator in enum:__anon16223
1257 static const struct { bits32 high, low; } float64P2[ float64NumP2 ] = {
1521 static const uint32 float64NumQInP2 = float64NumQIn * float64NumP2;
1522 static const uint32 float64NumQOutP2 = float64NumQOut * float64NumP2;
1537 if ( float64NumP2 <= sigNum ) {
1564 if ( float64NumP2 <= sigNum ) {
1584 sigNum1 = randomUint8() % float64NumP2;
1585 sigNum2 = randomUint8() % float64NumP2;
1655 sigNum1 = randomUint8() % float64NumP2;
1656 sigNum2 = randomUint8() % float64NumP2;
[all...]

Completed in 103 milliseconds