HomeSort by relevance Sort by last modified time
    Searched full:negate (Results 226 - 250 of 1371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 57 unsigned Negate : 1; /* BOOL */
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 163 /* These are special, and don't have swizzle/negate bits.
257 unsigned Negate : 1; /* BOOL */
i915_fpc_optimize.c 69 d1->Register.Negate == d2->Register.Negate);
231 o->Negate = i->Negate;
555 current.FullInstruction.Src[0].Register.Negate == 0 &&
585 next->FullInstruction.Src[0].Register.Negate == 0 &&
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 143 /* src->Negate uses the RC_MASK_ flags from program_instruction.h,
152 src->Negate) |
159 /* src->Negate uses the RC_MASK_ flags from program_instruction.h,
170 src->Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
256 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
263 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
270 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
694 new_inst->U.I.SrcReg[1].Negate ^= RC_MASK_XYZW;
radeon_program_tex.c 230 inst_add->U.I.SrcReg[1].Negate = inst_add->U.I.SrcReg[1].Negate ^ RC_MASK_XYZW;
232 inst_add->U.I.SrcReg[0].Negate = inst_add->U.I.SrcReg[0].Negate ^ RC_MASK_XYZW;
361 inst_mad->U.I.SrcReg[2].Negate = RC_MASK_XYZ;
374 inst_add->U.I.SrcReg[1].Negate = RC_MASK_XYZ;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 93 grf.negate = inst->src[i].negate;
brw_sf_emit.c 460 brw_ADD(p, c->a1_sub_a0, a1, negate(a0));
461 brw_ADD(p, c->a2_sub_a0, a2, negate(a0));
466 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0));
472 brw_MAC(p, c->tmp, c->a1_sub_a0, negate(c->dx2));
541 brw_ADD(p, c->a1_sub_a0, a1, negate(a0));
623 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), negate(c->tmp));
  /external/pdfium/third_party/bigint/
BigInteger.hh 120 void negate(const BigInteger &a);
183 ans.negate(*this);
  /external/webrtc/webrtc/base/
bind_unittest.cc 67 int Negate(int a) { return -a; }
156 EXPECT_EQ(3, Bind(&Negate, -3)());
  /frameworks/base/rs/java/android/renderscript/
Byte2.java 252 * set vector negate
254 public void negate() { method in class:Byte2
Byte3.java 271 * set vector negate
273 public void negate() { method in class:Byte3
Double2.java 284 * Set vector negate
286 public void negate() { method in class:Double2
Double3.java 304 * Set vector negate
306 public void negate() { method in class:Double3
Float2.java 283 * set vector negate
285 public void negate() { method in class:Float2
Float3.java 304 * set vector negate
306 public void negate() { method in class:Float3
Int2.java 306 * set vector negate
308 public void negate() { method in class:Int2
Long2.java 306 * set vector negate
308 public void negate() { method in class:Long2
Short2.java 309 * set vector negate
311 public void negate() { method in class:Short2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
arithmetic.s 179 .global negate
180 negate: label
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/valgrind/none/tests/amd64/
fma4.c 118 Double negate ( Double d ) { return -d; } function
125 Double minusZero ( void ) { return negate(plusZero()); }
130 Double minusOne ( void ) { return negate(plusOne()); }
135 Double minusInf ( void ) { return negate(plusInf()); }
140 Double minusNaN ( void ) { return negate(plusNaN()); }
145 Double minusDenorm ( void ) { return negate(plusDenorm()); }
  /external/mesa3d/src/mesa/program/
program_parse.y 140 int negate;
148 unsigned negate:1;
267 %type <negate> optionalSign
542 $4.Base.Negate = $6.mask;
553 $$.Base.Negate = ~$$.Base.Negate;
572 $$.Base.Negate = ~$$.Base.Negate;
637 $$.mask = ($1.negate) | ($3.negate << 1) | ($5.negate << 2
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
smmintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
smmintrin.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
smmintrin.h     [all...]

Completed in 1882 milliseconds

1 2 3 4 5 6 7 8 91011>>