Searched refs:Scale (Results 51 - 75 of 92) sorted by relevance

1234

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Ddemo.rb478 scale = Tk::Tile::Scale.new(l, :orient=>:horizontal, :from=>0, :to=>100,
480 vscale = Tk::Tile::Scale.new(l, :orient=>:vertical, :from=>0, :to=>100,
566 scale = Tk::Tile::Scale.new(l, :variable=>$V.ref(:SCALE),
568 vscale = Tk::Tile::Scale.new(l, :variable=>$V.ref(:VSCALE),
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.h68 enum Scale { ScaleOne, ScaleTwo, ScaleFour, ScaleEight, ScalePtr }; enum in namespace:JSC::FTL
256 LValue baseIndex(LValue base, LValue index, Scale, ptrdiff_t offset = 0);
258 TypedPointer baseIndex(const AbstractHeap& heap, LValue base, LValue index, Scale scale, ptrdiff_t offset = 0)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp412 unsigned Scale = AM.Scale; local
452 Scale = S;
468 AM.Scale = Scale;
573 // Now construct the final address. Note that the Disp, Scale,
588 assert(AM.Scale == 1 && "Scale with no index!");
675 assert(AM.Scale == 1 && "Scale wit
[all...]
H A DX86CodeEmitter.cpp478 const MachineOperand &Scale = MI.getOperand(Op+1);
573 unsigned SS = SSTable[Scale.getImm()];
H A DX86ISelLowering.cpp6098 unsigned Scale; local
6101 case MVT::v4f32: NewVT = MVT::v2f64; Scale = 2; break;
6102 case MVT::v4i32: NewVT = MVT::v2i64; Scale = 2; break;
6103 case MVT::v8i16: NewVT = MVT::v4i32; Scale = 2; break;
6104 case MVT::v16i8: NewVT = MVT::v4i32; Scale = 4; break;
6105 case MVT::v16i16: NewVT = MVT::v8i32; Scale = 2; break;
6106 case MVT::v32i8: NewVT = MVT::v8i32; Scale = 4; break;
6110 for (unsigned i = 0; i != NumElems; i += Scale) {
6112 for (unsigned j = 0; j != Scale; ++j) {
6117 StartIdx = (EltIdx / Scale);
7725 SDValue Scale = DAG.getConstant(Log2_64_Ceil(TD->getPointerSize()), local
12609 MachineOperand &Scale = MI->getOperand(2); local
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dodbc3.c2719 SQLSMALLINT Scale,
2736 (desc->dhdesc, RecNumber, Type, SubType, Length, Precision, Scale,
2750 SQLSMALLINT Scale,
2758 Scale, Data, StringLength, Indicator));
2762 Scale, Data, StringLength, Indicator);
2767 Scale, Data, StringLength, Indicator));
2712 SQLSetDescRec_Internal( SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT Type, SQLSMALLINT SubType, SQLLEN Length, SQLSMALLINT Precision, SQLSMALLINT Scale, SQLPOINTER Data, SQLLEN * StringLength, SQLLEN * Indicator) argument
2743 SQLSetDescRec( SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT Type, SQLSMALLINT SubType, SQLLEN Length, SQLSMALLINT Precision, SQLSMALLINT Scale, SQLPOINTER Data, SQLLEN * StringLength, SQLLEN * Indicator) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1567 int Scale = AM.Scale; local
1568 if (Scale < 0) Scale = -Scale;
1569 switch (Scale) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp153 unsigned Scale);
157 bool SelectThumbAddrModeImm5S(SDValue N, unsigned Scale, SDValue &Base,
308 /// (N * Scale) where (N in [\p RangeMin, \p RangeMax).
311 static bool isScaledConstantInRange(SDValue Node, int Scale, argument
314 assert(Scale > 0 && "Invalid scale!");
322 if ((ScaledConstant % Scale) != 0)
325 ScaledConstant /= Scale;
522 if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/1,
635 if (isScaledConstantInRange(N.getOperand(1), /*Scale=*/1,
730 if (isScaledConstantInRange(N, /*Scale
985 SelectThumbAddrModeRI(SDValue N, SDValue &Base, SDValue &Offset, unsigned Scale) argument
1041 SelectThumbAddrModeImm5S(SDValue N, unsigned Scale, SDValue &Base, SDValue &OffImm) argument
[all...]
H A DARMBaseInstrInfo.cpp1827 unsigned Scale = 1;
1861 Scale = 4;
1868 Offset += InstrOffs * Scale;
1869 assert((Offset & (Scale-1)) == 0 && "Can't encode this offset!");
1879 int ImmedOffset = Offset / Scale;
1881 if ((unsigned)Offset <= Mask * Scale) {
1907 Offset &= ~(Mask*Scale);
H A DARMISelLowering.cpp9122 unsigned Scale = 1; local
9127 // Scale == 1;
9130 // Scale == 2;
9131 Scale = 2;
9134 // Scale == 4;
9135 Scale = 4;
9139 if ((V & (Scale - 1)) != 0)
9141 V /= Scale;
9217 int Scale = AM.Scale; local
9278 int Scale = AM.Scale; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1037 if (AddrMode.Scale) {
1049 if (AddrMode.Scale != 1)
1050 V = Builder.CreateMul(V, ConstantInt::get(IntPtrTy, AddrMode.Scale),
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl33 option add *Scale.font {Helvetica 8}
35 option add *Scale.font {Helvetica 7}
37 option add *Scale.activebackground blue
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86.h41 static const Scale ScalePtr = TimesFour;
H A DMacroAssemblerARMv7.h81 Scale scale;
92 explicit ArmAddress(RegisterID base, RegisterID index, Scale scale = TimesOne)
102 static const Scale ScalePtr = TimesFour;
H A DMacroAssemblerX86_64.h45 static const Scale ScalePtr = TimesEight;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvhdl.vim8 " Very High Scale Integrated Circuit
H A Dgtkrc.vim64 syn keyword gtkrcClassName AccelLabel Adjustment Alignment Arrow AspectFrame Bin Box Button ButtonBox CList CTree Calendar CheckButton CheckMenuItem ColorSelection ColorSelectionDialog Combo Container Curve Data Dialog DrawingArea Editable Entry EventBox FileSelection Fixed FontSelection FontSelectionDialog Frame GammaCurve HBox HButtonBox HPaned HRuler HScale HScrollbar HSeparator HandleBox Image ImageMenuItem InputDialog Invisible Item ItemFactory Label Layout List ListItem Menu MenuBar MenuItem MenuShell MessageDialog Misc Notebook Object OptionMenu Packer Paned Pixmap Plug Preview Progress ProgressBar RadioButton RadioMenuItem Range Ruler Scale Scrollbar ScrolledWindow SeparatorMenuItem Socket SpinButton Statusbar Table TearoffMenuItem Text TextBuffer TextMark TextTag TextView TipsQuery ToggleButton Toolbar Tooltips Tree TreeView TreeItem VBox VButtonBox VPaned VRuler VScale VScrollbar VSeparator Viewport Widget Window WindowGroup contained
H A Dmupad.vim182 syn keyword mupadIdentifier Scale ScaleX ScaleY ScaleZ Shift ShiftX ShiftY ShiftZ
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dautoload.rb72 autoload :Scale, 'tk/scale'
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLowering.h1636 /// BaseGV + BaseOffs + BaseReg + Scale*ScaleReg
1640 /// If Scale is zero, there is no ScaleReg. Scale of 1 indicates a reg with
1647 int64_t Scale;
1648 AddrMode() : BaseGV(0), BaseOffs(0), HasBaseReg(false), Scale(0) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp845 unsigned Scale) {
856 O << ", #" << ImmOffs * Scale; local
842 printThumbAddrModeImm5SOperand(const MCInst *MI, unsigned Op, raw_ostream &O, unsigned Scale) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp304 const MCOperand &Scale = MI.getOperand(Op+X86::AddrScaleAmt); local
412 unsigned SS = SSTable[Scale.getImm()];
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp1380 const APInt &Scale,
1389 if (Scale != 1 || AccumulatedConstant != 0 || C->getValue()->isZero())
1391 AccumulatedConstant += Scale * C->getValue()->getValue();
1400 Scale * cast<SCEVConstant>(Mul->getOperand(0))->getValue()->getValue();
1427 M.insert(std::make_pair(Ops[i], Scale));
1431 Pair.first->second += Scale;
1518 const SCEV *Scale = getConstant(Ty, Count); variable
1519 const SCEV *Mul = getMulExpr(Scale, Ops[i]);
1998 const SCEV *Scale = getMulExpr(LIOps);
2000 NewOps.push_back(getMulExpr(Scale, AddRe
1376 CollectAddOperandsWithScales(DenseMap<const SCEV *, APInt> &M, SmallVector<const SCEV *, 8> &NewOps, APInt &AccumulatedConstant, const SCEV *const *Ops, size_t NumOperands, const APInt &Scale, ScalarEvolution &SE) argument
[all...]
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/trace/
H A Dproto.h544 SQLSMALLINT Scale, SQLPOINTER Data, SQLLEN * StringLength,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1207 // BaseGV + BaseOffs + BaseReg + Scale*ScaleReg
1216 if (AM.BaseOffs || AM.HasBaseReg || AM.Scale)
1221 switch (AM.Scale) {

Completed in 500 milliseconds

1234