Searched refs:bit0 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | test_eu_compact.cpp | 146 for (int bit0 = 0; bit0 < 128; bit0++) { local in function:test_fuzz_compact_instruction 147 if (skip_bit(p->devinfo, &src, bit0)) 157 bits[bit0 / 64] ^= (1ull << (bit0 & 63)); 163 printf(" twiddled bits for fuzzing %d, %d\n", bit0, bit1);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | test_eu_compact.cpp | 172 for (int bit0 = 0; bit0 < 128; bit0++) { local in function:test_fuzz_compact_instruction 173 if (skip_bit(p->devinfo, &src, bit0)) 183 bits[bit0 / 64] ^= (1ull << (bit0 & 63)); 192 printf(" twiddled bits for fuzzing %d, %d\n", bit0, bit1);
|
Completed in 3 milliseconds