Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/proguard/src/proguard/util/
DListMatcher.java34 private final boolean[] negate; field in ListMatcher
43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) in ListMatcher() argument
46 this.negate = negate; in ListMatcher()
60 return negate == null || in matches()
61 !negate[index]; in matches()
65 return negate != null && in matches()
66 negate[negate.length - 1]; in matches()
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java61 assertSame(CharMatcher.ANY, CharMatcher.NONE.negate()); in testAnyAndNone_logicalOps()
62 assertSame(CharMatcher.NONE, CharMatcher.ANY.negate()); in testAnyAndNone_logicalOps()
128 reallyTestEmpty(matcher.negate()); in doTestEmpty()
173 doTestNoMatches(inRange('A', 'Z').and(inRange('F', 'K').negate()), "F1a"); in testNoMatches()
182 reallyTestAllMatches(matcher.negate(), s); in doTestNoMatches()
184 reallyTestAllMatches(matcher.negate().precomputed(), s); in doTestNoMatches()
185 reallyTestAllMatches(matcher.precomputed().negate(), s); in doTestNoMatches()
209 reallyTestNoMatches(matcher.negate(), s); in doTestAllMatches()
211 reallyTestNoMatches(matcher.negate().precomputed(), s); in doTestAllMatches()
212 reallyTestNoMatches(matcher.precomputed().negate(), s); in doTestAllMatches()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
Dleb128_test.c37 int negate; member
86 if (test->negate) in run_output_test()
93 test->sign?"":"un", test->negate?"-":"", test->input, in run_output_test()
104 test->sign?"":"un", test->negate?"-":"", test->input, in run_output_test()
117 test->sign?"":"un", test->negate?"-":"", test->input); in run_output_test()
135 if (test->negate) in run_input_test()
143 test->sign?"":"un", test->negate?"-":"", test->input, in run_input_test()
153 test->sign?"":"un", test->negate?"-":"", test->input); in run_input_test()
/external/llvm/utils/lit/lit/
DShCommands.py39 def __init__(self, commands, negate=False, pipe_err=False): argument
41 self.negate = negate
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
52 return ((self.commands, self.negate, self.pipe_err) ==
53 (other.commands, other.negate, self.pipe_err))
58 if self.negate:
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_copy_propagation.cpp86 if (inst->src[arg].negate) { in try_constant_propagation()
178 value.negate != values[i]->negate || in try_copy_propagation()
201 value.negate = false; in try_copy_propagation()
204 if (inst->src[arg].negate) in try_copy_propagation()
205 value.negate = !value.negate; in try_copy_propagation()
219 value.negate && in try_copy_propagation()
Dbrw_fs_copy_propagation.cpp46 entry->src.negate) in try_copy_propagate()
49 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate()
61 inst->src[arg].negate ^= entry->src.negate; in try_copy_propagate()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_vec4_copy_propagation.cpp86 if (inst->src[arg].negate) { in try_constant_propagation()
178 value.negate != values[i]->negate || in try_copy_propagation()
201 value.negate = false; in try_copy_propagation()
204 if (inst->src[arg].negate) in try_copy_propagation()
205 value.negate = !value.negate; in try_copy_propagation()
219 value.negate && in try_copy_propagation()
Dbrw_fs_copy_propagation.cpp46 entry->src.negate) in try_copy_propagate()
49 bool has_source_modifiers = entry->src.abs || entry->src.negate; in try_copy_propagate()
61 inst->src[arg].negate ^= entry->src.negate; in try_copy_propagate()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c193 src = negate(src, in src_vector()
419 src0, negate(src0, 1, 1, 1, 1), 0); in upload_program()
465 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0), in upload_program()
491 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0), in upload_program()
500 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0)); in upload_program()
601 negate(swizzle(tmp, ONE, ONE, ONE, ONE), in upload_program()
648 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0), in upload_program()
673 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp); in upload_program()
693 negate(src0, 1, 1, 1, 1), in upload_program()
694 negate(src1, 1, 1, 1, 1), 0); in upload_program()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Di915_fragprog.c193 src = negate(src, in src_vector()
419 src0, negate(src0, 1, 1, 1, 1), 0); in upload_program()
465 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0), in upload_program()
491 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0), in upload_program()
500 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0)); in upload_program()
601 negate(swizzle(tmp, ONE, ONE, ONE, ONE), in upload_program()
648 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0), in upload_program()
673 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp); in upload_program()
693 negate(src0, 1, 1, 1, 1), in upload_program()
694 negate(src1, 1, 1, 1, 1), 0); in upload_program()
[all …]
/external/stlport/test/unit/
Dunary_test.cpp79 …input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int… in ucompos1()
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dir_to_mesa.cpp80 this->negate = 0; in src_reg()
89 this->negate = 0; in src_reg()
98 int negate; /**< NEGATE_XYZW mask from mesa */ member in src_reg
138 this->negate = 0; in src_reg()
653 src.negate = 0; in get_temp()
902 b.negate = ~b.negate; in try_emit_mad_for_and_not()
982 bool negate[4] = { false }; in emit_swz() local
1003 negate[i] = true; in emit_swz()
1027 negate[i] = true; in emit_swz()
1069 src.negate = ((unsigned(negate[0]) << 0) in emit_swz()
[all …]
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp80 this->negate = 0; in src_reg()
89 this->negate = 0; in src_reg()
98 int negate; /**< NEGATE_XYZW mask from mesa */ member in src_reg
138 this->negate = 0; in src_reg()
653 src.negate = 0; in get_temp()
902 b.negate = ~b.negate; in try_emit_mad_for_and_not()
982 bool negate[4] = { false }; in emit_swz() local
1003 negate[i] = true; in emit_swz()
1027 negate[i] = true; in emit_swz()
1069 src.negate = ((unsigned(negate[0]) << 0) in emit_swz()
[all …]
/external/proguard/src/proguard/evaluation/value/
DFloatValue.java46 public abstract FloatValue negate(); in negate() method in FloatValue
128 return compare(other).negate(); in compareReverse()
231 return compare(other).negate(); in compareReverse()
334 return compare(other).negate(); in compareReverse()
DDoubleValue.java46 public abstract DoubleValue negate(); in negate() method in DoubleValue
128 return compare(other).negate(); in compareReverse()
231 return compare(other).negate(); in compareReverse()
334 return compare(other).negate(); in compareReverse()
DLongValue.java46 public abstract LongValue negate(); in negate() method in LongValue
217 return compare(other).negate(); in compareReverse()
373 return compare(other).negate(); in compareReverse()
529 return compare(other).negate(); in compareReverse()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_vertprog.h126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
132 | ((negate)<<25) | ((class)))
134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
140 VSF_IN_CLASS_##class, VSF_FLAG_##negate)
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.h126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
132 | ((negate)<<25) | ((class)))
134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
140 VSF_IN_CLASS_##class, VSF_FLAG_##negate)
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c156 static struct rc_src_register negate(struct rc_src_register reg) in negate() function
253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0])); in transform_CEIL()
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index))); in transform_FLR()
336 negate(srcreg(RC_FILE_TEMPORARY, dst.Index))); in transform_TRUNC()
338 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index)); in transform_TRUNC()
396 negate(srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle))); in transform_LIT()
413 negate(swizzle_xxxx(srctemp)), in transform_LIT()
432 inst->U.I.SrcReg[1], negate(inst->U.I.SrcReg[2])); in transform_LRP()
488 add_src, negate(frac_src)); in transform_ROUND()
503 emit2(c, inst->Prev, RC_OPCODE_ADD, 0, dst, inst->U.I.SrcReg[0], negate(inst->U.I.SrcReg[1])); in transform_SEQ()
[all …]
Dradeon_optimize.c213 unsigned int negate= 0; in constant_folding_mad() local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) { in constant_folding_mad()
222 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) { in constant_folding_mad()
225 if (negate) in constant_folding_mad()
236 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) { in constant_folding_mad()
239 if (negate) in constant_folding_mad()
254 unsigned int negate = 0; in constant_folding_mul() local
256 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) { in constant_folding_mul()
260 if (negate) in constant_folding_mul()
270 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) { in constant_folding_mul()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c156 static struct rc_src_register negate(struct rc_src_register reg) in negate() function
253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0])); in transform_CEIL()
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index))); in transform_FLR()
336 negate(srcreg(RC_FILE_TEMPORARY, dst.Index))); in transform_TRUNC()
338 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index)); in transform_TRUNC()
396 negate(srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle))); in transform_LIT()
413 negate(swizzle_xxxx(srctemp)), in transform_LIT()
432 inst->U.I.SrcReg[1], negate(inst->U.I.SrcReg[2])); in transform_LRP()
488 add_src, negate(frac_src)); in transform_ROUND()
503 emit2(c, inst->Prev, RC_OPCODE_ADD, 0, dst, inst->U.I.SrcReg[0], negate(inst->U.I.SrcReg[1])); in transform_SEQ()
[all …]
Dradeon_optimize.c213 unsigned int negate= 0; in constant_folding_mad() local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) { in constant_folding_mad()
222 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) { in constant_folding_mad()
225 if (negate) in constant_folding_mad()
236 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) { in constant_folding_mad()
239 if (negate) in constant_folding_mad()
254 unsigned int negate = 0; in constant_folding_mul() local
256 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) { in constant_folding_mul()
260 if (negate) in constant_folding_mul()
270 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) { in constant_folding_mul()
[all …]
/external/skia/src/core/
DSkStrokerPriv.cpp110 after.negate(); in BluntJoiner()
134 before.negate(); in RoundJoiner()
135 after.negate(); in RoundJoiner()
188 before.negate(); in MiterJoiner()
189 after.negate(); in MiterJoiner()
225 mid.negate(); in MiterJoiner()
/external/chromium_org/third_party/skia/src/core/
DSkStrokerPriv.cpp110 after.negate(); in BluntJoiner()
134 before.negate(); in RoundJoiner()
135 after.negate(); in RoundJoiner()
188 before.negate(); in MiterJoiner()
189 after.negate(); in MiterJoiner()
225 mid.negate(); in MiterJoiner()
/external/e2fsprogs/misc/
Dfsck.c733 int negate; member
748 int negate, first_negate = 1; in compile_fs_type() local
766 cmp->negate = 0; in compile_fs_type()
775 negate = 0; in compile_fs_type()
778 negate = 1; in compile_fs_type()
781 negate = 1; in compile_fs_type()
789 cmp->type[num] = negate ? FS_TYPE_NEGOPT : FS_TYPE_OPT; in compile_fs_type()
792 cmp->negate = negate; in compile_fs_type()
795 if ((negate && !cmp->negate) || in compile_fs_type()
796 (!negate && cmp->negate)) { in compile_fs_type()
[all …]

12345678910