HomeSort by: relevance | last modified time | path
    Searched defs:sign2 (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaFillPoly.c 212 int step1 = 0, step2 = 0, sign1 = 0, sign2 = 0; local
273 Setup (c,x2,vertex2,dx2,dy2,e2,sign2,step2,DX2)
278 Step(x2,dx2,dy2,e2,sign2,step2)
291 Step(x2,dx2,dy2,e2,sign2,step2)
310 FixError(x2,dx2,dy2,e2,sign2,step2,h);
324 Step(x2,dx2,dy2,e2,sign2,step2)
366 int step1 = 0, step2 = 0, sign1 = 0, sign2 = 0; local
396 Setup (c,x2,vertex2,dx2,dy2,e2,sign2,step2,DX2)
401 Step(x2,dx2,dy2,e2,sign2,step2)
414 Step(x2,dx2,dy2,e2,sign2,step2
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/mp/
mpi.c 1211 BNS sign, sign1, sign2; local
1220 sign2 = op2->sign ? SMASK : 0;
1222 sign = mpi_logic(sign1, sign2, op);
1251 n2 = sign2;
1252 else if (sign2) {
  /src/external/gpl3/gcc/dist/gcc/
value-range.cc 1147 signop sign2 = TYPE_SIGN (other.type ()); local
1153 widest_int lb_other = widest_int::from (other.lower_bound (i), sign2);
1154 widest_int ub_other = widest_int::from (other.upper_bound (i), sign2);
1162 widest_int tmp2 = widest_int::from (bm2.mask (), sign2);
1168 tmp2 = widest_int::from (bm2.value (), sign2);
optabs.cc 303 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1));
304 if (sign1 == sign2)
306 else if (sign1 == SIGNED && sign2 == UNSIGNED)
312 else if (sign1 == UNSIGNED && sign2 == SIGNED)
299 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 2194 vec_int4 sign1, sign2, sign3; local
2198 sign2 = spu_rlmaska(b, -31);
2205 sum_h = spu_addx(sign1, sign2, carry);
2212 sign2 = spu_rlmaska(sum_h, -31);
2214 sat_val = spu_xor(sign2, spu_splats((signed int)0x7FFFFFFF));
2216 sat = spu_orc(spu_xor(sign1, sign2), (vec_int4)spu_cmpeq(sum_h, sign2));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 5627 unsigned sign2 = fieldFromInstruction(Insn, 23, 1); local
5628 if (sign1 != sign2) return MCDisassembler::Fail;
6664 unsigned sign2 = fieldFromInstruction(Insn, 23, 1); local
6666 if (sign1 != sign2)
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 303 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1));
304 if (sign1 == sign2)
306 else if (sign1 == SIGNED && sign2 == UNSIGNED)
312 else if (sign1 == UNSIGNED && sign2 == SIGNED)
299 signop sign2 = TYPE_SIGN (TREE_TYPE (oprnd1)); local

Completed in 43 milliseconds