Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 25 of 132) 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/
DNegatedFloatValue.java44 public FloatValue negate() in negate() method in NegatedFloatValue
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
DUnknownFloatValue.java32 public FloatValue negate() in negate() method in UnknownFloatValue
DUnknownDoubleValue.java32 public DoubleValue negate() in negate() method in UnknownDoubleValue
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/opencv3/3rdparty/openexr/Imath/
DImathColor.h373 Color3<T>::negate () in negate() function
632 Color4<T>::negate () in negate() function
DImathVec.h1071 Vec2<T>::negate () in negate() function
1552 Vec3<T>::negate () in negate() function
1945 Vec4<T>::negate () in negate() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPointF.java36 public final void negate() { in negate() method in ShadowPointF
DShadowPoint.java34 public final void negate() { in negate() method in ShadowPoint
/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/
DSecP256R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP256R1FieldElement
DSecP521R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP521R1FieldElement
DSecP192R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP192R1FieldElement
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/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

123456