Searched refs:OP_MUL (Results 1 – 2 of 2) sorted by relevance
45 case 4: c.op = OP_MUL; break; in create_random_dag()85 case OP_MUL: value = input[0]->value * input[1]->value; break; in update()
35 OP_MUL enumerator