Searched refs:negate (Results 126 - 150 of 235) sorted by relevance

12345678910

/external/proguard/src/proguard/evaluation/value/
H A DSpecificIntegerValue.java32 public IntegerValue negate() method in class:SpecificIntegerValue
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c249 insn->bits2.da1.src0_negate = reg.negate;
329 insn->bits3.da1.src1_negate = reg.negate;
796 insn->bits1.da3src.src0_negate = src0.negate;
809 insn->bits1.da3src.src1_negate = src1.negate;
820 insn->bits1.da3src.src2_negate = src2.negate;
1680 assert(!src.negate);
1757 assert(!src0.negate);
1759 assert(!src1.negate);
1796 assert(!src.negate);
H A Dbrw_fs_visitor.cpp300 op[0].negate = !op[0].negate;
305 op[0].negate = false;
504 op[0].negate = !op[0].negate;
506 this->result.negate = true;
1893 this->pixel_x, fs_reg(negate(brw_vec1_grf(1, 0))));
1895 this->pixel_y, fs_reg(negate(brw_vec1_grf(1, 1))));
2212 !reg->negate)
H A Dbrw_vec4_visitor.cpp222 * swizzle, abs, negate, and at least some parts of the register
289 * swizzle, abs, negate, and at least some parts of the register
1058 op[0].negate = !op[0].negate;
1063 op[0].negate = false;
1259 op[0].negate = !op[0].negate;
1261 this->result.negate = true;
1617 src.negate ||
2667 !reg->negate)
[all...]
H A Dbrw_vs_emit.c993 brw_MAC(p, dst, negate(brw_swizzle(t, 2,0,1,3)), brw_swizzle(u,1,2,0,3));
1045 brw_ADD(p, dst, negate(arg0), brw_imm_f(1.0));
1370 reg.negate = src->Negate ? 1 : 0;
1481 brw_MOV(p, brw_writemask(tmp, src.Negate), negate(tmp));
1746 if (val.negate || val.abs || val.dw1.bits.swizzle != BRW_SWIZZLE_XYZW)
1906 args[i].negate = src->Negate ? 1 : 0;
1933 args[0].negate = false;
2039 brw_ADD(p, dst, args[0], negate(args[1]));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c249 insn->bits2.da1.src0_negate = reg.negate;
329 insn->bits3.da1.src1_negate = reg.negate;
796 insn->bits1.da3src.src0_negate = src0.negate;
809 insn->bits1.da3src.src1_negate = src1.negate;
820 insn->bits1.da3src.src2_negate = src2.negate;
1680 assert(!src.negate);
1757 assert(!src0.negate);
1759 assert(!src1.negate);
1796 assert(!src.negate);
H A Dbrw_fs_visitor.cpp300 op[0].negate = !op[0].negate;
305 op[0].negate = false;
504 op[0].negate = !op[0].negate;
506 this->result.negate = true;
1893 this->pixel_x, fs_reg(negate(brw_vec1_grf(1, 0))));
1895 this->pixel_y, fs_reg(negate(brw_vec1_grf(1, 1))));
2212 !reg->negate)
H A Dbrw_vec4_visitor.cpp222 * swizzle, abs, negate, and at least some parts of the register
289 * swizzle, abs, negate, and at least some parts of the register
1058 op[0].negate = !op[0].negate;
1063 op[0].negate = false;
1259 op[0].negate = !op[0].negate;
1261 this->result.negate = true;
1617 src.negate ||
2667 !reg->negate)
[all...]
H A Dbrw_vs_emit.c993 brw_MAC(p, dst, negate(brw_swizzle(t, 2,0,1,3)), brw_swizzle(u,1,2,0,3));
1045 brw_ADD(p, dst, negate(arg0), brw_imm_f(1.0));
1370 reg.negate = src->Negate ? 1 : 0;
1481 brw_MOV(p, brw_writemask(tmp, src.Negate), negate(tmp));
1746 if (val.negate || val.abs || val.dw1.bits.swizzle != BRW_SWIZZLE_XYZW)
1906 args[i].negate = src->Negate ? 1 : 0;
1933 args[0].negate = false;
2039 brw_ADD(p, dst, args[0], negate(args[1]));
/external/pixman/pixman/
H A Dpixman-mmx.c299 negate (__m64 mask) function
345 return _mm_adds_pu8 (src, pix_multiply (dest, negate (srca)));
856 a = negate (a);
885 a = negate (a);
915 sia = negate (sia);
948 dia = negate (dia);
978 sia = negate (sia);
979 dia = negate (dia);
1208 da = negate (da);
1238 a = negate (
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1082 boolean negate = FALSE; local
1088 negate = dst[0].PredNegate;
1099 negate,
1131 boolean negate = FALSE; local
1137 negate = dst[0].PredNegate;
1148 negate,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp51 void negate();
131 void negate() { Coeff.negate(); } function in class:__anon26243::FAddend
300 negate();
327 void FAddendCoef::negate() { function in class:FAddendCoef
383 Addend.negate();
1443 // If we have p - gep(p, ...) then we have to negate the result.
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c1082 boolean negate = FALSE; local
1088 negate = dst[0].PredNegate;
1099 negate,
1131 boolean negate = FALSE; local
1137 negate = dst[0].PredNegate;
1148 negate,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c721 unsigned int negate,
730 if(GET_BIT(negate, chan)){
717 rc_get_constant_value( struct radeon_compiler * c, unsigned int index, unsigned int swizzle, unsigned int negate, unsigned int chan) argument
H A Dradeon_program_print.c186 static void rc_print_swizzle(FILE * f, unsigned int swizzle, unsigned int negate) argument
191 if (GET_BIT(negate, comp))
/external/eigen/test/
H A Dpacketmath.cpp17 template<typename T> T negate(const T& x) { return -x; } function in namespace:Eigen::internal
158 CHECK_CWISE1(internal::negate, internal::pnegate);
/external/guava/guava-tests/test/com/google/common/math/
H A DBigIntegerMathTest.java80 BigIntegerMath.log2(x.negate(), mode);
167 BigIntegerMath.log10(x.negate(), mode);
/external/libvorbis/doc/
H A D09-helper.tex60 4) if ( [sign] is nonzero ) then negate [mantissa]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c721 unsigned int negate,
730 if(GET_BIT(negate, chan)){
717 rc_get_constant_value( struct radeon_compiler * c, unsigned int index, unsigned int swizzle, unsigned int negate, unsigned int chan) argument
H A Dradeon_program_print.c186 static void rc_print_swizzle(FILE * f, unsigned int swizzle, unsigned int negate) argument
191 if (GET_BIT(negate, comp))
/external/oprofile/libpopt/
H A Dpopthelp.c292 int negate = (opt->argInfo & POPT_ARGFLAG_NOT); local
312 if (negate) *le++ = '~';
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
H A Dvec2-spec.js276 describe("negate", function() {
278 beforeEach(function() { result = vec2.negate(out, vecA); });
286 beforeEach(function() { result = vec2.negate(vecA, vecA); });
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec3.js307 * @param {vec3} a vector to negate
310 vec3.negate = function(out, a) {
H A Dvec4.js325 * @param {vec4} a vector to negate
328 vec4.negate = function(out, a) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h332 negate( struct src_register src )

Completed in 5104 milliseconds

12345678910