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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.c772 float32NumP2 = 88 enumerator in enum:__anon16221
860 static const uint32 float32P2[ float32NumP2 ] = {
1000 static const uint32 float32NumQInP2 = float32NumQIn * float32NumP2;
1001 static const uint32 float32NumQOutP2 = float32NumQOut * float32NumP2;
1012 if ( float32NumP2 <= sigNum ) {
1035 if ( float32NumP2 <= sigNum ) {
1054 | ( ( float32P2[ randomUint8() % float32NumP2 ]
1055 + float32P2[ randomUint8() % float32NumP2 ] )
1104 | ( ( float32P2[ randomUint8() % float32NumP2 ]
1105 + float32P2[ randomUint8() % float32NumP2 ] )
[all...]

Completed in 54 milliseconds