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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c1726 floatx80NumP2 = 248 enumerator in enum:__anon16227
1840 static const bits64 floatx80P2[ floatx80NumP2 ] = {
2144 static const uint32 floatx80NumQInP2 = floatx80NumQIn * floatx80NumP2;
2145 static const uint32 floatx80NumQOutP2 = floatx80NumQOut * floatx80NumP2;
2158 if ( floatx80NumP2 <= sigNum ) {
2183 if ( floatx80NumP2 <= sigNum ) {
2202 ( floatx80P2[ randomUint8() % floatx80NumP2 ]
2203 + floatx80P2[ randomUint8() % floatx80NumP2 ] )
2266 ( floatx80P2[ randomUint8() % floatx80NumP2 ]
2267 + floatx80P2[ randomUint8() % floatx80NumP2 ] )
[all...]

Completed in 50 milliseconds