Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 25 of 135) sorted by relevance

123456

/external/proguard/src/proguard/util/
DListMatcher.java34 private final boolean[] negate; field in ListMatcher
43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) in ListMatcher()
/external/proguard/src/proguard/evaluation/value/
DNegatedIntegerValue.java44 public IntegerValue negate() in negate() method in NegatedIntegerValue
DNegatedDoubleValue.java44 public DoubleValue negate() in negate() method in NegatedDoubleValue
DNegatedLongValue.java44 public LongValue negate() in negate() method in NegatedLongValue
DNegatedFloatValue.java44 public FloatValue negate() in negate() method in NegatedFloatValue
DUnknownDoubleValue.java32 public DoubleValue negate() in negate() method in UnknownDoubleValue
DUnknownFloatValue.java32 public FloatValue negate() in negate() method in UnknownFloatValue
DUnknownLongValue.java32 public LongValue negate() in negate() method in UnknownLongValue
DSpecificFloatValue.java32 public FloatValue negate() in negate() method in SpecificFloatValue
DSpecificDoubleValue.java32 public DoubleValue negate() in negate() method in SpecificDoubleValue
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DCharMatcher.java431 @Override public CharMatcher negate() { in is() method
457 @Override public CharMatcher negate() { in isNot() method in CharMatcher
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java433 @Override public CharMatcher negate() { in is() method
472 @Override public CharMatcher negate() { in isNot() method in CharMatcher
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPoint.java34 public final void negate() { in negate() method in ShadowPoint
DShadowPointF.java36 public final void negate() { in negate() method in ShadowPointF
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_inline_literals.c28 unsigned negate = !!(float_bits & 0x80000000); in ieee_754_to_r300_float() local
Dradeon_optimize.c213 unsigned int negate= 0; in constant_folding_mad() local
254 unsigned int negate = 0; in constant_folding_mul() local
287 unsigned int negate = 0; in constant_folding_add() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP192R1FieldElement
DSecP521R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP521R1FieldElement
DSecP256R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP256R1FieldElement
DSecP384R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP384R1FieldElement
/external/llvm/utils/lit/lit/
DShCommands.py39 def __init__(self, commands, negate=False, pipe_err=False): argument
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTexturePixel.java211 public void negate() { in negate() method in TexturePixel
/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
134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.h100 negate(int reg, int x, int y, int z, int w) in negate() function
/external/v8/src/regexp/
Dregexp-parser.cc1083 const char* property_value_name, bool negate, in LookupPropertyValueName()
1126 bool negate, Zone* zone) { in LookupSpecialPropertyValueName()
1145 bool negate) { in ParsePropertyClass()
1210 bool negate) { in ParsePropertyClass()

123456