Searched refs:negate (Results 26 - 50 of 235) sorted by relevance

12345678910

/external/libcxx/test/utilities/function.objects/arithmetic.operations/
H A DAndroid.mk27 test_name := utilities/function.objects/arithmetic.operations/negate
28 test_src := negate.pass.cpp
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c193 src = negate(src,
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));
601 negate(swizzle(tmp, ONE, ONE, ONE, ONE),
648 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0),
673 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp);
693 negate(src0, 1, 1, 1, 1),
694 negate(src
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c193 src = negate(src,
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));
601 negate(swizzle(tmp, ONE, ONE, ONE, ONE),
648 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0),
673 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp);
693 negate(src0, 1, 1, 1, 1),
694 negate(src
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java99 public SimpleBigDecimal negate() method in class:SimpleBigDecimal
101 return new SimpleBigDecimal(bigInt.negate(), scale);
106 return add(b.negate());
H A DTnaf.java14 private static final BigInteger MINUS_ONE = ECConstants.ONE.negate();
15 private static final BigInteger MINUS_TWO = ECConstants.TWO.negate();
16 private static final BigInteger MINUS_THREE = ECConstants.THREE.negate();
375 r1 = t.shiftRight(1).negate();
470 s = u1.negate();
564 si[1] = dividend1.shiftRight(1).negate();
569 si[1] = dividend1.shiftRight(2).negate();
794 r1 = t.shiftRight(1).negate();
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokerPriv.cpp110 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/
H A DSkStrokerPriv.cpp110 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/
H A Dradeon_inline_literals.c28 unsigned negate = !!(float_bits & 0x80000000); local
55 if (negate)
H A Dradeon_compiler_util.h98 unsigned int negate,
H A Dradeon_program_alu.c156 static struct rc_src_register negate(struct rc_src_register reg) function
253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0]));
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
336 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
338 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index));
396 negate(srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle)));
413 negate(swizzle_xxxx(srctemp)),
432 inst->U.I.SrcReg[1], negate(inst->U.I.SrcReg[2]));
488 add_src, negate(frac_src));
503 emit2(c, inst->Prev, RC_OPCODE_ADD, 0, dst, inst->U.I.SrcReg[0], negate(ins
[all...]
H A Dradeon_optimize.c213 unsigned int negate= 0; local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
222 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
225 if (negate)
236 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
239 if (negate)
254 unsigned int negate = 0; local
256 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
260 if (negate)
270 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
287 unsigned int negate = 0; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c28 unsigned negate = !!(float_bits & 0x80000000); local
55 if (negate)
H A Dradeon_compiler_util.h98 unsigned int negate,
H A Dradeon_program_alu.c156 static struct rc_src_register negate(struct rc_src_register reg) function
253 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, negate(inst->U.I.SrcReg[0]));
320 inst->U.I.SrcReg[0], negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
336 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)));
338 negate(srcreg(RC_FILE_TEMPORARY, dst.Index)), srcreg(RC_FILE_TEMPORARY, dst.Index));
396 negate(srcregswz(RC_FILE_CONSTANT, constant, constant_swizzle)));
413 negate(swizzle_xxxx(srctemp)),
432 inst->U.I.SrcReg[1], negate(inst->U.I.SrcReg[2]));
488 add_src, negate(frac_src));
503 emit2(c, inst->Prev, RC_OPCODE_ADD, 0, dst, inst->U.I.SrcReg[0], negate(ins
[all...]
H A Dradeon_optimize.c213 unsigned int negate= 0; local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
222 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
225 if (negate)
236 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
239 if (negate)
254 unsigned int negate = 0; local
256 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
260 if (negate)
270 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
287 unsigned int negate = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp80 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[
1696 bool negate = true; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp80 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[
1696 bool negate = true; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c59 hwreg.negate ? "-" : "");
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c59 hwreg.negate ? "-" : "");
/external/proguard/src/proguard/evaluation/value/
H A DLongValue.java46 public abstract LongValue negate(); method in class:LongValue
217 return compare(other).negate();
373 return compare(other).negate();
529 return compare(other).negate();
H A DUnknownLongValue.java32 public LongValue negate() method in class:UnknownLongValue
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java287 @Override public CharMatcher negate() {
363 @Override public CharMatcher negate() {
397 @Override public CharMatcher negate() {
414 * <p>To negate another {@code CharMatcher}, use {@link #negate()}.
430 @Override public CharMatcher negate() {
486 return anyOf(sequence).negate();
556 public CharMatcher negate() { method in class:CharMatcher
575 @Override public CharMatcher negate() {
680 // TODO(kevinb): make methods like negate() smar
[all...]
/external/e2fsprogs/misc/
H A Dfsck.c733 int negate; member in struct:fs_type_compile
748 int negate, first_negate = 1; local
766 cmp->negate = 0;
775 negate = 0;
778 negate = 1;
781 negate = 1;
789 cmp->type[num] = negate ? FS_TYPE_NEGOPT : FS_TYPE_OPT;
792 cmp->negate = negate;
795 if ((negate
[all...]
/external/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c31 bool negate = false; local
81 negate = true;
117 negate = false;
123 if (negate)
127 } else if (negate) {
133 negate = false;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h277 int negate; member in union:YYSTYPE
285 unsigned negate:1; member in struct:YYSTYPE::__anon13471

Completed in 3527 milliseconds

12345678910