HomeSort by relevance Sort by last modified time
    Searched full:num_input_bits (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
unary.c 59 unsigned num_input_bits, bitpos; local
62 num_input_bits = bitsof_irtype(data->opnds[0].type);
64 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
65 data->opnds[0].vbits = onehot_vbits(bitpos, num_input_bits);
binary.c 178 unsigned num_input_bits, i; local
188 num_input_bits = bitsof_irtype(opnds[0].type);
190 for (i = 0; i < num_input_bits; ++i) {
206 num_input_bits = bitsof_irtype(opnds[1].type);
208 for (i = 0; i < num_input_bits; ++i) {
259 unsigned num_input_bits, bitpos; local
268 num_input_bits = bitsof_irtype(opnds[0].type);
270 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
282 num_input_bits = bitsof_irtype(opnds[1].type);
284 for (bitpos = 0; bitpos < num_input_bits; ++bitpos)
333 unsigned num_input_bits, bitpos; local
415 unsigned num_input_bits, i, bitpos; local
    [all...]
qernary.c 42 unsigned num_input_bits, i, bitpos; local
50 num_input_bits = bitsof_irtype(opnds[i].type);
57 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {
ternary.c 41 unsigned num_input_bits, i, bitpos; local
49 num_input_bits = bitsof_irtype(opnds[i].type);
55 for (bitpos = 0; bitpos < num_input_bits; ++bitpos) {

Completed in 313 milliseconds