| H A D | negative_equal_tests.cpp | 105 /* Compare an object with the negation of itself. This should always be true. 185 /* Cannot just do the negation of a nir_load_const_instr because 191 nir_ssa_def *negation = nir_fneg(&bld, two_plus_two); local in function:TEST_F 193 nir_ssa_def *result = nir_fadd(&bld, two_plus_two, negation); 205 /* Cannot just do the negation of a nir_load_const_instr because 211 nir_ssa_def *negation = nir_ineg(&bld, two_plus_two); local in function:TEST_F 213 nir_ssa_def *result = nir_iadd(&bld, two_plus_two, negation);
|