Home
last modified time | relevance | path

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

1234567

/external/proguard/src/proguard/util/
DListMatcher.java34 private final boolean[] negate; field in ListMatcher
43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) in ListMatcher()
/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/proguard/src/proguard/evaluation/value/
DNegatedLongValue.java44 public LongValue negate() in negate() method in NegatedLongValue
DNegatedDoubleValue.java44 public DoubleValue negate() in negate() method in NegatedDoubleValue
DNegatedIntegerValue.java44 public IntegerValue negate() in negate() method in NegatedIntegerValue
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
/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_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
Dradeon_inline_literals.c28 unsigned negate = !!(float_bits & 0x80000000); in ieee_754_to_r300_float() local
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp120 template <typename T> struct negate : unary_function<T, T> struct
122 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a) const in operator ()()
126 __host__ __device__ __forceinline__ negate() {} in negate() function
127 __host__ __device__ __forceinline__ negate(const negate&) {} in negate() function
/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/llvm/utils/lit/lit/
DShCommands.py39 def __init__(self, commands, negate=False, pipe_err=False): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP521R1FieldElement
DSecP256R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP256R1FieldElement
DSecP192R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP192R1FieldElement
DSecP384R1FieldElement.java103 public ECFieldElement negate() in negate() method in SecP384R1FieldElement
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.h100 negate(int reg, int x, int y, int z, int w) in negate() function

1234567