Searched refs:Scale (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dscale.tcl21 bind Scale <Enter> {
28 bind Scale <Motion> {
31 bind Scale <Leave> {
39 bind Scale <1> {
42 bind Scale <B1-Motion> {
45 bind Scale <B1-Leave> { }
46 bind Scale <B1-Enter> { }
47 bind Scale <ButtonRelease-1> {
52 bind Scale <2> {
55 bind Scale <B
[all...]
H A Dobsolete.tcl152 option add *Scale.borderWidth 2 $prio; # 1
154 option add *Scale.troughColor "#c3c3c3" $prio; # "#b3b3b3"
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dscale.tcl21 bind Scale <Enter> {
28 bind Scale <Motion> {
31 bind Scale <Leave> {
39 bind Scale <1> {
42 bind Scale <B1-Motion> {
45 bind Scale <B1-Leave> { }
46 bind Scale <B1-Enter> { }
47 bind Scale <ButtonRelease-1> {
52 bind Scale <2> {
55 bind Scale <B
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrBuilder.h20 // (Operand), Base, Scale, Index, Displacement.
48 unsigned Scale; member in struct:llvm::X86AddressMode
55 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(0), GVOpFlags(0) {
61 assert(Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8);
71 MO.push_back(MachineOperand::CreateImm(Scale));
124 assert(AM.Scale == 1 || AM.Scale
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Decho.py30 s1 = Scale(f, from_=1.0, to=0, resolution=0.01, label="inGain", command=config)
33 s2 = Scale(f, from_=1.0, to=0, resolution=0.01, label="outGain", command=config)
36 s3 = Scale(f, from_=250, to=10, label="Delay1", command=config)
39 s4 = Scale(f, from_=1.0, to=0, resolution=0.01, label="Decay1", command=config)
42 s5 = Scale(f, from_=250, to=10, label="Delay2", command=config)
45 s6 = Scale(f, from_=1.0, to=0, resolution=0.01, label="Decay2", command=config)
H A Dgenerator.py40 s1 = Scale(f, from_=4000, to=50, label="Frequency", length=200, command=config)
43 s2 = Scale(f, from_=32767, to=0, label="Amplitude", length=200, command=config)
H A Dmixplay.py40 scale1 = Scale(f, from_=1.0, to=0, resolution=0.01, label="sound 1", command=config)
43 scale2 = Scale(f, from_=1.0, to=0, resolution=0.01, label="sound 2", command=config)
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/trace/
H A DSetDescRec.c89 SQLSMALLINT Scale,
104 _trace_smallint (Scale);
82 trace_SQLSetDescRec(int trace_leave, int retcode, 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/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtscale.rb10 class TScale < Tk::Scale
12 Scale = TScale
20 class Tk::Tile::TScale < Tk::Scale
54 #Tk.__set_toplevel_aliases__(:Ttk, Tk::Tile::Scale, :TkScale)
56 :Ttk, Tk::Tile::Scale, :TkScale)
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp32 getSumForBlock(const MachineBasicBlock *MBB, uint32_t &Scale) const {
38 Scale = 1;
52 Scale = (Sum / UINT32_MAX) + 1;
57 Sum += Weight / Scale;
109 uint32_t Scale = 1; local
110 uint32_t D = getSumForBlock(Src, Scale);
111 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
H A DSpillPlacement.cpp70 /// Scale - Inverse block frequency feeding into[0] or out of[1] the bundle.
74 float Scale[2]; member in struct:SpillPlacement::Node
110 Scale[0] = Scale[1] = 0;
124 w *= Scale[out];
140 w *= Scale[out];
185 nodes[bundles->getBundle(Num, 1)].Scale[0] += Freq;
186 nodes[bundles->getBundle(Num, 0)].Scale[1] += Freq;
192 if (nodes[i].Scale[d] > 0)
193 nodes[i].Scale[
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkScale.c19 * Scale widget record
44 } Scale; typedef in typeref:struct:__anon13345
51 Tk_Offset(Scale,scale.commandObj), -1,
54 Tk_Offset(Scale,scale.variableObj), -1,
57 Tk_Offset(Scale,scale.orientObj),
58 Tk_Offset(Scale,scale.orient), 0,
62 Tk_Offset(Scale,scale.fromObj), -1, 0, 0, 0},
64 Tk_Offset(Scale,scale.toObj), -1, 0, 0, 0},
66 Tk_Offset(Scale,scale.valueObj), -1, 0, 0, 0},
68 DEF_SCALE_LENGTH, Tk_Offset(Scale,scal
[all...]
/macosx-10.10.1/bc-21/bc/bc/
H A Dbc.h27 #define Scale 277 macro
H A Dsbc.y59 %token <i_value> Scale Ibase Obase Auto Read
433 | Scale '(' expression ')'
444 | Scale
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h46 (HasBaseReg == O.HasBaseReg) && (Scale == O.Scale);
97 bool MatchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
H A DLocal.h209 Constant *Scale = ConstantInt::get(IntPtrTy, Size); local
211 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
213 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp48 if (Scale) {
50 << Scale << "*";
66 /// MatchScaledValue - Try adding ScaleReg*Scale to the current addressing mode.
69 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, argument
71 // If Scale is 1, then this is the same as adding ScaleReg to the addressing
73 if (Scale == 1)
77 if (Scale == 0)
82 if (AddrMode.Scale != 0 && AddrMode.ScaledReg != ScaleReg)
89 TestAddrMode.Scale += Scale;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DBasicAliasAnalysis.cpp130 int64_t Scale; member in struct:__anon9869::VariableGEPIndex
134 Scale == Other.Scale;
152 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, argument
159 Scale = 1;
175 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
180 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
183 Scale *= RHSC->getValue();
186 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
189 Scale <<
312 uint64_t Scale = TD->getTypeAllocSize(*GTI); local
378 int64_t Scale = Src[i].Scale; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp144 unsigned NumBits, unsigned Scale) {
146 unsigned Chunk = ((1 << NumBits) - 1) * Scale;
153 Scale = 1; // Followed by a number of tADDi8.
154 Chunk = ((1 << NumBits) - 1) * Scale;
181 unsigned Scale = 1;
189 Scale = 4;
202 Scale = 4;
215 Scale = 4;
224 unsigned NumMIs = calcNumMI(Opc, ExtraOpc, Bytes, NumBits, Scale);
254 unsigned Chunk = ((1 << NumBits) - 1) * Scale;
143 calcNumMI(int Opc, int ExtraOpc, unsigned Bytes, unsigned NumBits, unsigned Scale) argument
488 unsigned Scale = 4; variable
[all...]
H A DARMConstantIslandPass.cpp671 unsigned Scale = 1; local
685 Scale = 4;
691 Scale = 2;
695 Scale = 2;
701 Scale = 2;
705 Scale = 2;
710 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale;
728 unsigned Scale = 1; local
743 Scale = 4;
753 Scale
1701 unsigned Scale = 1; local
1755 unsigned Scale = 1; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h59 // within 32-bits. If scaling is required, sets Scale based on the necessary
60 // adjustment. Any edge weights used with the sum should be divided by Scale.
61 uint32_t getSumForBlock(const MachineBasicBlock *MBB, uint32_t &Scale) const;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/
H A Dtkclass.rb20 Scale = TkScale
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A DvistaTheme.tcl194 # Scale
195 ttk::style element create Horizontal.Scale.slider vsapi \
199 Scale.focus -expand 1 -sticky nswe -children {
200 Horizontal.Scale.trough -expand 1 -sticky nswe -children {
201 Horizontal.Scale.track -sticky we
202 Horizontal.Scale.slider -side left -sticky {}
206 ttk::style element create Vertical.Scale.slider vsapi \
210 Scale.focus -expand 1 -sticky nswe -children {
211 Vertical.Scale.trough -expand 1 -sticky nswe -children {
212 Vertical.Scale
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dscale.rb6 class Tk::Scale<TkWindow
8 WidgetClassName = 'Scale'.freeze
110 #TkScale = Tk::Scale unless Object.const_defined? :TkScale
111 #Tk.__set_toplevel_aliases__(:Tk, Tk::Scale, :TkScale)
112 Tk.__set_loaded_toplevel_aliases__('tk/scale.rb', :Tk, Tk::Scale, :TkScale)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/plastik/
H A Dplastik.tcl103 style element create Scale.slider \
105 style element create Vertical.Scale.slider \

Completed in 319 milliseconds

1234