HomeSort by relevance Sort by last modified time
    Searched refs:negate (Results 26 - 50 of 402) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 86 if (inst->src[arg].negate) {
178 value.negate != values[i]->negate ||
201 value.negate = false;
204 if (inst->src[arg].negate)
205 value.negate = !value.negate;
219 value.negate &&
brw_fs_copy_propagation.cpp 46 entry->src.negate)
49 bool has_source_modifiers = entry->src.abs || entry->src.negate;
61 inst->src[arg].negate ^= entry->src.negate;
  /frameworks/base/tools/split-select/
Rule.h 60 bool negate; member in struct:split::Rule
75 , negate(false) {}
Rule.cpp 36 , negate(rhs.negate)
77 if (negate) {
80 str.append("\"negate\": true");
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 61 assertSame(CharMatcher.ANY, CharMatcher.NONE.negate());
62 assertSame(CharMatcher.NONE, CharMatcher.ANY.negate());
128 reallyTestEmpty(matcher.negate());
173 doTestNoMatches(inRange('A', 'Z').and(inRange('F', 'K').negate()), "F1a"); method
182 reallyTestAllMatches(matcher.negate(), s);
184 reallyTestAllMatches(matcher.negate().precomputed(), s);
185 reallyTestAllMatches(matcher.precomputed().negate(), s);
209 reallyTestNoMatches(matcher.negate(), s);
211 reallyTestNoMatches(matcher.negate().precomputed(), s);
212 reallyTestNoMatches(matcher.precomputed().negate(), s)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_copy_propagation.cpp 46 entry->src.negate)
49 bool has_source_modifiers = entry->src.abs || entry->src.negate;
61 inst->src[arg].negate ^= entry->src.negate;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.h 126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \
132 | ((negate)<<25) | ((class)))
134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \
140 VSF_IN_CLASS_##class, VSF_FLAG_##negate)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.h 126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \
132 | ((negate)<<25) | ((class)))
134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \
140 VSF_IN_CLASS_##class, VSF_FLAG_##negate)
  /external/proguard/src/proguard/evaluation/value/
DoubleValue.java 46 public abstract DoubleValue negate(); method in class:DoubleValue
128 return compare(other).negate();
231 return compare(other).negate();
334 return compare(other).negate();
FloatValue.java 46 public abstract FloatValue negate(); method in class:FloatValue
128 return compare(other).negate();
231 return compare(other).negate();
334 return compare(other).negate();
UnknownDoubleValue.java 32 public DoubleValue negate() method in class:UnknownDoubleValue
UnknownFloatValue.java 32 public FloatValue negate() method in class:UnknownFloatValue
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.cpp 176 sign = negate (sign);
257 sign = negate(sign);
d_plsf_5.cpp 234 lsf1_r[4] = negate (*p_dico++);
235 lsf1_r[5] = negate (*p_dico++);
236 lsf2_r[4] = negate (*p_dico++);
237 lsf2_r[5] = negate (*p_dico++);
441 *(lsf1_r + 4) = negate(*p_dico++);
442 *(lsf1_r + 5) = negate(*p_dico++);
443 *(lsf2_r + 4) = negate(*p_dico++);
444 *(lsf2_r + 5) = negate(*p_dico++);
  /external/libcxx/test/utilities/function.objects/arithmetic.operations/
Android.mk 27 test_name := utilities/function.objects/arithmetic.operations/negate
28 test_src := negate.pass.cpp
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
advance.hpp 19 #include <boost/mpl/negate.hpp>
39 typedef typename if_< backward_, negate<N>, N >::type offset_;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c 192 if (source->Negate)
193 src = negate(src,
194 GET_BIT(source->Negate, 0),
195 GET_BIT(source->Negate, 1),
196 GET_BIT(source->Negate, 2),
197 GET_BIT(source->Negate, 3));
419 src0, negate(src0, 1, 1, 1, 1), 0);
465 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0),
491 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0),
500 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 192 if (source->Negate)
193 src = negate(src,
194 GET_BIT(source->Negate, 0),
195 GET_BIT(source->Negate, 1),
196 GET_BIT(source->Negate, 2),
197 GET_BIT(source->Negate, 3));
419 src0, negate(src0, 1, 1, 1, 1), 0);
465 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0),
491 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0),
500 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 99 public SimpleBigDecimal negate() method in class:SimpleBigDecimal
101 return new SimpleBigDecimal(bigInt.negate(), scale);
106 return add(b.negate());
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 189 val = negate(val);
267 val = negate(val);
407 cor = negate (cor);
408 val = negate (val);
555 cor = negate(cor);
558 dn[i] = negate(val);
  /external/chromium_org/third_party/skia/src/core/
SkStrokerPriv.cpp 110 after.negate();
134 before.negate();
135 after.negate();
163 // negate the dot since we're using normals instead of tangents
184 before.negate();
185 after.negate();
221 mid.negate();
  /external/skia/src/core/
SkStrokerPriv.cpp 110 after.negate();
134 before.negate();
135 after.negate();
163 // negate the dot since we're using normals instead of tangents
184 before.negate();
185 after.negate();
221 mid.negate();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 28 unsigned negate = !!(float_bits & 0x80000000); local
55 if (negate)
137 src_reg->Negate = src_reg->Negate ^ negate_mask;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 28 unsigned negate = !!(float_bits & 0x80000000); local
55 if (negate)
137 src_reg->Negate = src_reg->Negate ^ negate_mask;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
ir_to_mesa.cpp 80 this->negate = 0;
89 this->negate = 0;
98 int negate; /**< NEGATE_XYZW mask from mesa */ member in class:src_reg
138 this->negate = 0;
653 src.negate = 0;
902 b.negate = ~b.negate;
982 bool negate[4] = { false }; local
1003 negate[i] = true;
1027 negate[i] = true
1696 bool negate = true; local
    [all...]

Completed in 585 milliseconds

12 3 4 5 6 7 8 91011>>