Searched defs:SH (Results 1 - 11 of 11) sorted by relevance

/external/skia/gm/
H A Dbeziers.cpp16 static const SkScalar SH = SkIntToScalar(H); variable
71 canvas->translate(0, SH);
H A Dstrokerects.cpp21 static const SkScalar SH = SkIntToScalar(H); member in namespace:skiagm
59 canvas->translate(SW * x, SH * y);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
H A Dstrokes.cpp19 static const SkScalar SH = SkIntToScalar(H); variable
59 canvas->translate(0, SH * y);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
309 canvas->translate(0, SH * y);
313 SH - SkIntToScalar(2)));
319 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp60 unsigned char SH = MI->getOperand(2).getImm(); local
64 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
67 if (SH <= 31 && MB == (32-SH) && ME == 31) {
69 SH = 32-SH;
75 O << ", " << (unsigned int)SH;
93 unsigned char SH = MI->getOperand(2).getImm(); local
95 // rldicr RA, RS, SH, 6
[all...]
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dvp8_macros_msa.h91 #define SH(val, pdst) \ macro
177 #define SH(val, pdst) \ macro
430 SH(out0_m, pblk_2x4_m); \
431 SH(out1_m, pblk_2x4_m + stride); \
432 SH(out2_m, pblk_2x4_m + 2 * stride); \
433 SH(out3_m, pblk_2x4_m + 3 * stride); \
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1585 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument
1589 return expandCodeFor(SH, Ty);
1592 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument
1594 Value *V = expand(SH);
1596 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dmacros_msa.h100 #define SH(val, pdst) { \ macro
195 #define SH(val, pdst) { \ macro
472 SH(out0_m, pblk_2x4_m); \
473 SH(out1_m, pblk_2x4_m + stride); \
474 SH(out2_m, pblk_2x4_m + 2 * stride); \
475 SH(out3_m, pblk_2x4_m + 3 * stride); \
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1973 SDValue SH = DAG.getNode( local
1978 DCI.AddToWorklist(SH.getNode());
1979 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1999 SDValue SH = DAG.getNode( local
2003 DCI.AddToWorklist(SH.getNode());
2004 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp119 unsigned &SH, unsigned &MB, unsigned &ME);
476 bool isShiftMask, unsigned &SH,
510 SH = Shift & 31;
534 unsigned Value, SH = 0; local
566 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
582 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
586 SH &= 31;
587 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl),
2580 unsigned Imm, Imm2, SH, MB, ME; local
2586 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M
475 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
2689 unsigned Imm, SH, MB, ME; local
2702 unsigned Imm, SH, MB, ME; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/s390/
H A Dconstants-s390.h760 SH = 0x4B, // Subtract Halfword enumerator in enum:v8::internal::Opcode

Completed in 501 milliseconds