negate            241 src/Solve.cpp                  expr = mutate(negate(sub_b->a) + (a + sub_b->b));
negate            244 src/Solve.cpp                  expr = mutate(negate(add_b->a) + (a - add_b->b));
negate            246 src/Solve.cpp                  expr = mutate(negate(b) + a);
negate            600 src/Solve.cpp                      expr = mutate(Opp::make(mul_a->a * negate(mul_a->b), negate(b)));
negate            641 src/Solve.cpp                          expr = mutate(Cmp::make(negate(div_a->a / negate(div_a->b)), b));
negate            138 test/generator/matlab_aottest.cpp     mxArrayImpl<int32_t> negate(1, 1);
negate            148 test/generator/matlab_aottest.cpp     negate(0, 0) = 1;
negate            152 test/generator/matlab_aottest.cpp     rhs[2] = &negate;
negate            164 test/generator/matlab_aottest.cpp             float expected = in * scale(0, 0) * (negate(0, 0) ? -1.0f : 1.0f);
negate             11 test/generator/matlab_generator.cpp     Param<bool> negate{"negate"};
negate             16 test/generator/matlab_generator.cpp         f(x, y) = input(x, y) * scale * select(negate, -1.0f, 1.0f);