Searched refs:negate (Results 51 - 75 of 235) sorted by relevance

12345678910

/external/deqp/framework/common/
H A DtcuInterval.cpp113 static double negate (double x) function in namespace:tcu
120 return applyMonotone(negate, x);
/external/chromium_org/gin/test/
H A Dexpect.js260 function negate(predicate) {
282 this.not[name] = check(negate(bound));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_shader.h130 * 17: negate
163 * SUB - ADD, negate second source
428 uint8_t negate : 1; member in struct:nvfx_src
487 .negate = 0,
509 src.negate = !src.negate;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_shader.h130 * 17: negate
163 * SUB - ADD, negate second source
428 uint8_t negate : 1; member in struct:nvfx_src
487 .negate = 0,
509 src.negate = !src.negate;
/external/proguard/src/proguard/evaluation/value/
H A DSpecificDoubleValue.java32 public DoubleValue negate() method in class:SpecificDoubleValue
H A DSpecificFloatValue.java32 public FloatValue negate() method in class:SpecificFloatValue
H A DUnknownIntegerValue.java32 public IntegerValue negate() method in class:UnknownIntegerValue
H A DParticularDoubleValue.java52 public DoubleValue negate() method in class:ParticularDoubleValue
90 //return value == 0.0 ? other.negate() : other.subtractFrom(this);
H A DParticularFloatValue.java52 public FloatValue negate() method in class:ParticularFloatValue
90 //return value == 0.0 ? other.negate() : other.subtractFrom(this);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPoint.java34 public final void negate() { method in class:ShadowPoint
H A DShadowPointF.java36 public final void negate() { method in class:ShadowPointF
/external/pixman/pixman/
H A Dpixman-vmx.c107 negate (vector unsigned int src) function
119 pix_multiply (dest, negate (srca));
570 vdest = pix_multiply (vsrc, splat_alpha (negate (vdest)));
607 vdest = pix_multiply (vsrc, splat_alpha (negate (vdest)));
661 vdest = pix_multiply (vdest, splat_alpha (negate (vsrc)));
698 vdest = pix_multiply (vdest, splat_alpha (negate (vsrc)));
753 vdest, splat_alpha (negate (vsrc)));
793 vdest, splat_alpha (negate (vsrc)));
852 vsrc, splat_alpha (negate (vdest)));
892 vsrc, splat_alpha (negate (vdes
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_translate.c114 negate(int reg, int x, int y, int z, int w) function
270 /* There's both negate-all-components and per-component negation.
275 src = negate(src, n, n, n, n);
508 src0, negate(src0, 1, 1, 1, 1), 0);
523 negate(src0, 1, 1, 1, 1), 0, 0);
528 negate(tmp, 1, 1, 1, 1), 0, 0);
689 negate(swizzle(0, ONE, ONE, ONE, ONE), 1, 1, 1, 1), /* coord */
731 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0),
756 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp);
776 negate(src
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c114 negate(int reg, int x, int y, int z, int w) function
270 /* There's both negate-all-components and per-component negation.
275 src = negate(src, n, n, n, n);
508 src0, negate(src0, 1, 1, 1, 1), 0);
523 negate(src0, 1, 1, 1, 1), 0, 0);
528 negate(tmp, 1, 1, 1, 1), 0, 0);
689 negate(swizzle(0, ONE, ONE, ONE, ONE), 1, 1, 1, 1), /* coord */
731 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0),
756 flags, 0, negate(src2, 1, 1, 1, 1), src0, tmp);
776 negate(src
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.h100 negate(int reg, int x, int y, int z, int w) function
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c249 int16_t negate; local
309 negate = *bptr < 0;
310 if (negate)
319 if (negate)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.h100 negate(int reg, int x, int y, int z, int w) function
/external/chromium_org/remoting/webapp/browser_test/
H A Dbump_scroll_browser_test.js179 var result = base.Promise.negate(
190 var result = base.Promise.negate(
/external/chromium_org/remoting/webapp/unittests/
H A Dbase_unittest.js106 QUnit.asyncTest('Promise.negate should fulfill iff the promise does not.',
109 base.Promise.negate(Promise.reject()).then(
112 base.Promise.negate(Promise.resolve()).then(
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp262 negate == r.negate &&
620 pixel_y.negate = true;
809 * Gen 6 hardware ignores source modifiers (negate and abs) on math
814 src.negate)) {
851 * The hardware ignores source modifiers (negate and abs) on math
854 if (src0.file == UNIFORM || src0.abs || src0.negate) {
861 if (src1.file == UNIFORM || src1.abs || src1.negate) {
1259 * operand slot, you can't do abs/negate on them,
1308 if (scan_inst->src[i].negate || scan_ins
[all...]
H A Dbrw_vec4_emit.cpp83 if (inst->src[i].negate)
84 reg = negate(reg);
202 if (src[i].negate)
203 brw_reg = negate(brw_reg);
232 if (src[i].negate)
233 brw_reg = negate(brw_reg);
276 assert(!src.negate);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp262 negate == r.negate &&
620 pixel_y.negate = true;
809 * Gen 6 hardware ignores source modifiers (negate and abs) on math
814 src.negate)) {
851 * The hardware ignores source modifiers (negate and abs) on math
854 if (src0.file == UNIFORM || src0.abs || src0.negate) {
861 if (src1.file == UNIFORM || src1.abs || src1.negate) {
1259 * operand slot, you can't do abs/negate on them,
1308 if (scan_inst->src[i].negate || scan_ins
[all...]
H A Dbrw_vec4_emit.cpp83 if (inst->src[i].negate)
84 reg = negate(reg);
202 if (src[i].negate)
203 brw_reg = negate(brw_reg);
232 if (src[i].negate)
233 brw_reg = negate(brw_reg);
276 assert(!src.negate);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp110 this->negate = 0;
121 this->negate = 0;
131 this->negate = 0;
140 int negate; /**< NEGATE_XYZW mask from mesa */ member in class:st_src_reg
185 this->negate = 0;
619 src.negate = ~src.negate;
998 src.negate = 0;
1259 b.negate = ~b.negate;
2124 bool negate = true; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp110 this->negate = 0;
121 this->negate = 0;
131 this->negate = 0;
140 int negate; /**< NEGATE_XYZW mask from mesa */ member in class:st_src_reg
185 this->negate = 0;
619 src.negate = ~src.negate;
998 src.negate = 0;
1259 b.negate = ~b.negate;
2124 bool negate = true; local
[all...]

Completed in 547 milliseconds

12345678910