Lines Matching refs:uint32
44 static const uint32 int32P1[ int32NumP1 ] = {
229 static const uint32 int32PInfWeightMasks[ int32NumPInfWeightMasks ] = {
261 static const uint32 int32PInfWeightOffsets[ int32NumPInfWeightMasks ] = {
775 static const uint32 float32QIn[ float32NumQIn ] = {
800 static const uint32 float32QOut[ float32NumQOut ] = {
853 static const uint32 float32P1[ float32NumP1 ] = {
860 static const uint32 float32P2[ float32NumP2 ] = {
951 static const uint32 float32NumQInP1 = float32NumQIn * float32NumP1;
952 static const uint32 float32NumQOutP1 = float32NumQOut * float32NumP1;
1000 static const uint32 float32NumQInP2 = float32NumQIn * float32NumP2;
1001 static const uint32 float32NumQOutP2 = float32NumQOut * float32NumP2;
1073 static const uint32 float32QInfWeightMasks[ float32NumQInfWeightMasks ] = {
1083 static const uint32 float32QInfWeightOffsets[ float32NumQInfWeightMasks ] = {
1099 ( ( (uint32) ( randomUint8() & 1 ) )<<31 ) in float32RandomQInfP3()
1100 | ( ( ( ( (uint32) ( randomUint16() & 0x1FF ) )<<23 ) in float32RandomQInfP3()
1116 ( ( (uint32) ( randomUint8() & 1 ) )<<31 ) in float32RandomQInfPInf()
1117 | ( ( ( ( (uint32) ( randomUint16() & 0x1FF ) )<<23 ) in float32RandomQInfPInf()
1158 static const uint32 float64QIn[ float64NumQIn ] = {
1183 static const uint32 float64QOut[ float64NumQOut ] = {
1464 static const uint32 float64NumQInP1 = float64NumQIn * float64NumP1;
1465 static const uint32 float64NumQOutP1 = float64NumQOut * float64NumP1;
1521 static const uint32 float64NumQInP2 = float64NumQIn * float64NumP2;
1522 static const uint32 float64NumQOutP2 = float64NumQOut * float64NumP2;
1581 uint32 sig1Low, sig2Low, zLow; in float64RandomQOutP3()
1622 static const uint32 float64QInfWeightMasks[ float64NumQInfWeightMasks ] = {
1635 static const uint32 float64QInfWeightOffsets[ float64NumQInfWeightMasks ] = {
1651 uint32 sig1Low, sig2Low, zLow; in float64RandomQInfP3()
1663 ( ( (uint32) ( randomUint8() & 1 ) )<<31 ) in float64RandomQInfP3()
1664 | ( ( ( ( (uint32) ( randomUint16() & 0xFFF ) )<<20 ) in float64RandomQInfP3()
1688 ( ( (uint32) ( randomUint8() & 1 ) )<<31 ) in float64RandomQInfPInf()
1689 | ( ( ( ( (uint32) ( randomUint16() & 0xFFF ) )<<20 ) in float64RandomQInfPInf()
2091 static const uint32 floatx80NumQInP1 = floatx80NumQIn * floatx80NumP1;
2092 static const uint32 floatx80NumQOutP1 = floatx80NumQOut * floatx80NumP1;
2144 static const uint32 floatx80NumQInP2 = floatx80NumQIn * floatx80NumP2;
2145 static const uint32 floatx80NumQOutP2 = floatx80NumQOut * floatx80NumP2;
2885 static const uint32 float128NumQInP1 = float128NumQIn * float128NumP1;
2886 static const uint32 float128NumQOutP1 = float128NumQOut * float128NumP1;
2936 static const uint32 float128NumQInP2 = float128NumQIn * float128NumP2;
2937 static const uint32 float128NumQOutP2 = float128NumQOut * float128NumP2;
3145 uint32 testCases_total;