/external/llvm/lib/Analysis/ |
ProfileDataLoaderPass.cpp | 1 //===- 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
|
ProfileInfoLoaderPass.cpp | 135 double weight = ECs[ReadCount++]; local 136 if (weight != ProfileInfoLoader::Uncounted) { 141 EdgeInformation[getFunction(e)][e] += (double)weight;
|
/external/marisa-trie/lib/marisa/ |
trie-build.cc | 192 double weight = keys[range.begin()].weight(); local 195 wranges.push_back(WRange(range.begin(), i, range.pos(), weight)); 197 weight = 0.0; 199 weight += keys[i].weight(); 201 wranges.push_back(WRange(range, weight)); 239 rest_key.set_weight(wrange.weight()); 275 rkeys[i].set_weight(keys[i].weight());
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie-build.cc | 201 double weight = keys[range.begin()].weight(); local 204 wranges.push_back(WRange(range.begin(), i, range.pos(), weight)); 206 weight = 0.0; 208 weight += keys[i].weight(); 210 wranges.push_back(WRange(range, weight)); 249 rest_key.set_weight(wrange.weight()); 289 rkeys[i].set_weight(keys[i].weight());
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_ext_pixelformat.c | 269 int weight; member in struct:attrib_match_info 366 scores[index].points -= (actual_value - expected_value) * ami->weight;
|
/external/skia/src/core/ |
SkBitmapFilter.cpp | 39 SkScalar weight = 0; local 60 weight += combined_weight; 64 fr = SkScalarDiv(fr, weight); 65 fg = SkScalarDiv(fg, weight); 66 fb = SkScalarDiv(fb, weight); 67 fa = SkScalarDiv(fa, weight);
|
/external/smack/src/org/xbill/DNS/ |
SRVRecord.java | 20 private int priority, weight, port; field in class:SRVRecord 34 * @param weight The weight, used to select between records at the same 41 int weight, int port, Name target) 45 this.weight = checkU16("weight", weight); 53 weight = in.readU16(); 61 weight = st.getUInt16(); 71 sb.append(weight + " ") [all...] |
/external/srtp/test/ |
lfsr.c | 120 weight(uint32_t poly) { function 166 * weight distribution computes the weight distribution of the 203 /* increment weight */ 241 /* compute weight, increment proper element */ 242 A[weight(x)]++; 269 /* compute weight distribution */ 272 /* print weight distribution */ 282 /* compute weight distribution */ 285 /* print weight distribution * [all...] |
/external/stressapptest/src/ |
pattern.h | 39 unsigned char weight[4]; // Weighted frequency of this pattern. member in struct:PatternData 43 // appropriate pattern is chosen. Thus a weight of 44 // 1 is rare, a weight of 10 is 2x as likely to be 45 // chosen as a weight of 5. 57 int weight); 70 unsigned int weight() {return weight_;} function in class:Pattern
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorfulnessFilter.java | 69 float weight = (float) Math.pow(2, r); local 71 float value = histogramBuffer.get() * weight;
|
/external/ceres-solver/internal/ceres/ |
graph_algorithms.h | 267 // order of weight, adding them to G_T if doing so does not create a 284 // weight. Also add the vertices of the graph to the Maximum 303 const double weight = graph.EdgeWeight(vertex1, vertex2); local 304 weighted_edges.push_back(make_pair(weight, make_pair(vertex1, vertex2))); 340 // the same weight as the original graph.
|
/external/chromium_org/cc/trees/ |
layer_sorter.h | 65 GraphEdge(GraphNode* from_node, GraphNode* to_node, float weight) 68 weight(weight) {} 72 float weight; member in struct:cc::GraphEdge 93 float* weight);
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner_unittest.cc | 23 int weight; member in struct:__anon9223::SourceInfo 52 // Two sources, equal weight, more than 8 items. 57 // Two sources, equal weight, exactly 8 items. 62 // Two sources, equal weight, exactly 8 items but source A has more. 67 // Two sources, equal weight, exactly 8 items but source B has more. 72 // Two sources, equal weight, exactly 8 items but source A has none. 77 // Two sources, equal weight, exactly 8 items but source B has none. 82 // Two sources, equal weight, less than 8 items. 87 // Two sources, equal weight, less than 8 items but source A has more. 92 // Two sources, equal weight, less than 8 items but source B has more [all...] |
/external/chromium_org/net/dns/ |
record_rdata.h | 41 // 2 bytes network-order unsigned weight 56 uint16 weight() const { return weight_; } function in class:net::SrvRecordRdata
|
/external/chromium_org/ppapi/cpp/dev/ |
truetype_font_dev.h | 71 PP_TrueTypeFontWeight_Dev weight() const { return desc_.weight; } function in class:pp::TrueTypeFontDesc_Dev 72 void set_weight(PP_TrueTypeFontWeight_Dev weight) { 73 desc_.weight = weight;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFontDescription.h | 60 enum Weight { 79 , weight(WeightNormal) 91 Weight weight; member in struct:blink::WebFontDescription
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
cache_test.cc | 158 const int weight = (index & 1) ? kLight : kHeavy; local 159 Insert(index, 1000+index, weight); 160 added += weight; 166 const int weight = (i & 1 ? kLight : kHeavy); local 169 cached_weight += weight;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_vertex_buffers.h | 79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon15347
|
/external/chromium_org/third_party/skia/include/ports/ |
SkFontStyle.h | 15 enum Weight { 45 SkFontStyle(int weight, int width, Slant); 51 int weight() const { return fUnion.fR.fWeight; } function in class:SkFontStyle
|
/external/linux-tools-perf/util/ |
top.c | 19 * Ordering weight: count-1 * count-2 * ... / count-n 23 double weight = sym->snap_count; local 27 return weight; 30 weight *= sym->count[counter]; 32 weight /= (sym->count[counter] + 1); 34 return weight; 54 if (se->weight > iter->weight) 193 syme->weight = sym_weight(syme, top);
|
top.h | 25 double weight; member in struct:sym_entry
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 130 // Don't recompute spill weight for an unspillable register. 140 float weight = 1.0f; local 149 // Calculate instr weight. 152 weight = LiveIntervals::getSpillWeight( 155 // Give extra weight to what looks like a loop induction variable update. 157 weight *= 3; 159 totalWeight += weight; 168 float hweight = Hint[hint] += weight; 183 // Weakly boost the spill weight of hinted registers. 204 li.weight = normalizeSpillWeight(totalWeight, li.getSize()) [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_vertex_buffers.h | 79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon25814
|
/external/openfst/src/include/fst/ |
arc.h | 28 #include <fst/expectation-weight.h> 29 #include <fst/float-weight.h> 30 #include <fst/lexicographic-weight.h> 31 #include <fst/power-weight.h> 32 #include <fst/product-weight.h> 33 #include <fst/signed-log-weight.h> 34 #include <fst/sparse-power-weight.h> 38 #include <fst/string-weight.h> 46 typedef W Weight; 50 ArcTpl(Label i, Label o, const Weight& w, StateId s 63 Weight weight; member in class:fst::ArcTpl 99 Weight weight; \/\/ Transition weight member in class:fst::StringArc 133 Weight weight; \/\/ Transition weight member in struct:fst::GallicArc 158 Weight weight; \/\/ Transition weight member in struct:fst::ReverseArc 182 Weight weight; \/\/ Transition weight member in struct:fst::LexicographicArc 206 Weight weight; \/\/ Transition weight member in struct:fst::ProductArc 238 Weight weight; \/\/ Transition weight member in struct:fst::PowerArc 270 Weight weight; \/\/ Transition weight member in struct:fst::SparsePowerArc 301 Weight weight; \/\/ Transition weight member in struct:fst::ExpectationArc [all...] |
prune.h | 37 typedef typename A::Weight Weight; 40 // Pruning weight threshold. 41 Weight weight_threshold; 47 const vector<Weight> *distance; 52 explicit PruneOptions(const Weight& w, StateId s, ArcFilter f, 53 vector<Weight> *d = 0, float e = kDelta) 68 typedef W Weight; 70 PruneCompare(const vector<Weight> &idistance, 71 const vector<Weight> &fdistance 158 Weight weight = Times(Times(idistance[s], arc.weight), local 284 Weight weight = Times(Times(idistance[s], arc.weight), local [all...] |