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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c1724 floatx80NumQOut = 76, enumerator in enum:__anon16227
1754 static const uint16 floatx80QOut[ floatx80NumQOut ] = {
2092 static const uint32 floatx80NumQOutP1 = floatx80NumQOut * floatx80NumP1;
2133 if ( floatx80NumQOut <= expNum ) {
2145 static const uint32 floatx80NumQOutP2 = floatx80NumQOut * floatx80NumP2;
2186 if ( floatx80NumQOut <= expNum ) {
2205 z.high = floatx80QOut[ randomUint8() % floatx80NumQOut ];
2216 z.high = floatx80QOut[ randomUint8() % floatx80NumQOut ];

Completed in 92 milliseconds