Searched refs:weight (Results 76 - 100 of 455) sorted by relevance

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DCalcSpillWeights.cpp127 // Don't recompute spill weight for an unspillable register.
137 float weight = 1.0f; local
147 // Calculate instr weight.
150 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
152 // Give extra weight to what looks like a loop induction variable update.
154 weight *= 3;
156 totalWeight += weight;
165 float hweight = Hint[hint] += weight;
180 // Weakly boost the spill weight of hinted registers.
201 li.weight
[all...]
H A DRegAllocBasic.cpp51 return A->weight < B->weight;
58 /// algorithm. It prioritizes live virtual registers by spill weight and spills
91 virtual float getPriority(LiveInterval *LI) { return LI->weight; }
183 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
248 // Try to spill another interfering reg with less spill weight.
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dttknote.rb36 grid_columnconfigure(0, :weight=>1)
80 f_msg.grid_rowconfigure(1, :weight=>1)
81 f_msg.grid_columnconfigure([0, 1], :weight=>1, :uniform=>1)
H A Dtoolbar.rb61 tbar_base.grid_columnconfigure(contents, :weight=>1)
62 contents.grid_columnconfigure(1000, :weight=>1)
116 base_frame.grid_rowconfigure(text, :weight=>1)
117 base_frame.grid_columnconfigure(text, :weight=>1)
134 grid_columnconfigure(0, :weight=>1)
H A Dmclist.rb54 grid_columnconfigure(0, :weight=>1)
72 container.grid_columnconfigure(0, :weight=>1)
73 container.grid_rowconfigure(0, :weight=>1)
H A Dtree.rb52 grid_columnconfigure(0, :weight=>1)
119 container.grid_columnconfigure(0, :weight=>1)
120 container.grid_rowconfigure(0, :weight=>1)
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dfeedback.itk137 grid rowconfigure $itk_interior 0 -weight 1
138 grid rowconfigure $itk_interior 1 -weight 1
139 grid columnconfigure $itk_interior 0 -weight 1
H A Dextfileselectionbox.itk192 grid rowconfigure [$itk_component(listpane) childsite dirs] 0 -weight 1
193 grid columnconfigure [$itk_component(listpane) childsite dirs] 0 -weight 1
210 grid rowconfigure [$itk_component(listpane) childsite files] 0 -weight 1
211 grid columnconfigure [$itk_component(listpane) childsite files] 0 -weight 1
980 grid rowconfigure $_interior $row -minsize 0 -weight 0
984 grid columnconfigure $_interior $col -minsize 0 -weight 0
1030 grid rowconfigure $_interior 3 -weight 1
1038 grid columnconfigure $_interior 0 -weight 1
1057 grid rowconfigure $_interior 2 -weight 1
1068 grid columnconfigure $_interior 0 -weight
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl87 grid columnconfigure . 0 -weight 1
88 grid rowconfigure . 0 -weight 0
89 grid rowconfigure . 1 -weight 1
90 grid columnconfigure .log 0 -weight 1
91 grid columnconfigure .log 1 -weight 0
92 grid rowconfigure .log 0 -weight 1
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Darc.c37 a->weight = NULL; /* New arcs have no weight */
58 if (a->weight) {
59 Tcl_DecrRefCount (a->weight);
60 a->weight = NULL;
103 if (a->weight) {
104 lv [3] = a->weight;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsched_grrr.c653 * (group->work+1) / (nextgroup->work+1) > (group->weight) / (nextgroup->weight)
658 orderleft = (group->work + 1) * ((uint64_t)nextgroup->weight);
659 orderright = (nextgroup->work + 1) * ((uint64_t)group->weight);
695 runq->groups[index].weight = 0;
701 runq->weight = 0;
739 group->weight = gpriority;
751 group->weight += gpriority;
760 rq->weight += gpriority;
783 group->weight
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ios/
H A DFontCacheIOS.mm90 if (isFontWeightBold(description.weight()) || description.italic())
299 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? *cjkBold[preferredCJKFont] : *cjkPlain[preferredCJKFont], false, DoNotRetain);
311 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? *cjkBold[secondaryCJKFont] : *cjkPlain[secondaryCJKFont], false, DoNotRetain);
317 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? koreanBold : koreanPlain, false, DoNotRetain);
323 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? cyrillicBold : cyrillicPlain, false, DoNotRetain);
329 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? arabicBold : arabicPlain, false, DoNotRetain);
335 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? hebrewBold : hebrewPlain, false, DoNotRetain);
389 AtomicString* indicFontString = isFontWeightBold(description.weight()) ? indicUnicodePageFontsBold[indicPageOrderIndex] : indicUnicodePageFonts[indicPageOrderIndex];
398 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight()) ? thaiBold : thaiPlain, false, DoNotRetain);
404 simpleFontData = getCachedFontData(description, isFontWeightBold(description.weight())
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dresources.cpp97 unsigned weight = 1; local
104 if (CFNumberRef weightRef = rule.get<CFNumberRef>("weight"))
105 weight = cfNumber<unsigned int>(weightRef);
119 addRule(new Rule(pattern, weight, flags));
252 if (!bestRule || rule->weight > bestRule->weight)
258 bestRule ? bestRule->weight : 0,
283 : weight(w), flags(f), source(pattern)
287 secdebug("csresource", "%p rule %s added (weight %d, flags 0x%x)",
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dresources.cpp97 unsigned weight = 1; local
104 if (CFNumberRef weightRef = rule.get<CFNumberRef>("weight"))
105 weight = cfNumber<unsigned int>(weightRef);
119 addRule(new Rule(pattern, weight, flags));
252 if (!bestRule || rule->weight > bestRule->weight)
258 bestRule ? bestRule->weight : 0,
283 : weight(w), flags(f), source(pattern)
287 secdebug("csresource", "%p rule %s added (weight %d, flags 0x%x)",
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCacheWin.cpp432 // If both are the same distance from the desired weight, prefer the candidate if it is further from regular.
438 // Otherwise, prefer the one closer to the desired weight.
514 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName); local
515 traitsMask |= weight == FW_THIN ? FontWeight100Mask :
516 weight == FW_EXTRALIGHT ? FontWeight200Mask :
517 weight == FW_LIGHT ? FontWeight300Mask :
518 weight == FW_NORMAL ? FontWeight400Mask :
519 weight == FW_MEDIUM ? FontWeight500Mask :
520 weight == FW_SEMIBOLD ? FontWeight600Mask :
521 weight
556 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family); local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.c154 #define W_WEIGHT 512 /* inverse of weight of EWMA (511/512) */
158 #define W_WEIGHT_1 128 /* inverse of weight of EWMA (127/128) */
162 #define W_WEIGHT_2 64 /* inverse of weight of EWMA (63/64) */
217 red_alloc(struct ifnet *ifp, int weight, int inv_pmax, int th_min, argument
234 if (weight == 0)
237 rp->red_weight = weight;
267 if (weight == 0) {
279 /* calculate wshift. weight must be power of 2 */
286 printf("invalid weight value %d for red! use %d\n",
305 /* allocate weight tabl
554 wtab_alloc(int weight) argument
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dbasic.css109 font-weight: bold;
119 font-weight: bold;
221 font-weight: bold;
266 font-weight: bold;
279 font-weight: bold;
292 font-weight: bold;
301 font-weight: bold;
391 font-weight: bold;
479 font-weight: bold;
489 font-weight
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtoolbar.rb58 tbar_base.grid_columnconfigure(contents, :weight=>1)
59 contents.grid_columnconfigure(1000, :weight=>1)
110 base_frame.grid_rowconfigure(text, :weight=>1)
111 base_frame.grid_columnconfigure(text, :weight=>1)
128 grid_columnconfigure(0, :weight=>1)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DembeddedWindows.tcl55 eval font create BoldFont [font actual [$tbl cget -font]] -weight bold
155 grid rowconfigure $top 0 -weight 1
156 grid columnconfigure $top 0 -weight 1
184 grid rowconfigure . 0 -weight 1
185 grid columnconfigure . 0 -weight 1
H A DembeddedWindows_tile.tcl86 eval font create BoldFont [font actual [$tbl cget -font]] -weight bold
196 grid rowconfigure $f 0 -weight 1
197 grid columnconfigure $f 0 -weight 1
226 grid rowconfigure $f 0 -weight 1
227 grid columnconfigure $f 0 -weight 1
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c77 int weight; /* The resize weight of this slot. (0) means member in struct:SlotInfo
114 int weight; /* Slot weight, controls resizing. */ member in struct:GridLayout
857 "-minsize", "-pad", "-uniform", "-weight", (char *) NULL };
921 int minsize = 0, pad = 0, weight = 0;
928 weight = slotPtr[slot].weight;
943 Tcl_NewStringObj("-weight", -1));
944 Tcl_ListObjAppendElement(interp, res, Tcl_NewIntObj(weight));
914 int minsize = 0, pad = 0, weight = 0; local
1290 int weight = 0; /* Sum of the weights so far. */ local
1720 int weight, minSize; local
1988 int weight; /* Cumulative weights of the columns in local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DProfileDataLoaderPass.cpp1 //===- ProfileDataLoaderPass.cpp - Set branch weight metadata from prof ---===//
10 // This pass loads profiling data from a dump file and sets branch weight
45 /// This pass loads profiling data from a dump file and sets branch weight
98 unsigned weight = Counters[ReadCount]; local
99 assert(weight != ProfileDataLoader::Uncounted);
100 PB.addEdgeWeight(e, weight);
154 DEBUG(dbgs() << "---- Edge '" << edge << "' has weight "
158 // Set branch weight metadata. This will set branch probabilities of
161 // (it gives the unexectuted branch a weight of 1 for the purposes of
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dpanedw.tcl30 {-weight Int 1 0 "%d >= 0"}
142 set weight [Widget::getoption $path.f$num -weight]
143 lappend _panedw($path,weights) $weight
175 grid columnconfigure $path [expr {2*$num-1}] -weight 0
188 grid rowconfigure $path [expr {2*$num-1}] -weight 0
195 grid rowconfigure $path 0 -weight 1
197 grid columnconfigure $path 0 -weight 1
207 grid columnconfigure $path [expr {2*$num}] -weight $weight
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd86 grid rowconfigure $dlg 0 -weight 1
87 grid columnconfigure $dlg 0 -weight 1
208 grid rowconfigure . 4 -weight 1
209 grid columnconfigure . 3 -weight 1
210 grid rowconfigure .f1 0 -weight 1
211 grid columnconfigure .f1 0 -weight 1
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c127 int weight, slant, size, pxsize;
141 &weight) != XftResultMatch) {
142 weight = XFT_WEIGHT_MEDIUM;
150 printf("family %s size %d weight %d slant %d\n",
151 family, size, weight, slant);
156 faPtr->weight = (weight > XFT_WEIGHT_MEDIUM) ? TK_FW_BOLD : TK_FW_NORMAL;
389 int weight, slant;
394 faPtr->size, faPtr->weight, faPtr->slant);
407 switch (faPtr->weight) {
124 int weight, slant, size, pxsize; local
381 int weight, slant; local
[all...]

Completed in 359 milliseconds

1234567891011>>