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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c2323 float128NumP2 = 443 enumerator in enum:__anon16229
2439 static const struct { bits64 high, low; } float128P2[ float128NumP2 ] = {
2936 static const uint32 float128NumQInP2 = float128NumQIn * float128NumP2;
2937 static const uint32 float128NumQOutP2 = float128NumQOut * float128NumP2;
2949 if ( float128NumP2 <= sigNum ) {
2973 if ( float128NumP2 <= sigNum ) {
2993 sigNum1 = randomUint8() % float128NumP2;
2994 sigNum2 = randomUint8() % float128NumP2;
3067 sigNum1 = randomUint8() % float128NumP2;
3068 sigNum2 = randomUint8() % float128NumP2;
[all...]

Completed in 47 milliseconds