Searched defs:weight (Results 26 - 50 of 274) sorted by relevance

1234567891011

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h22 #include "fst/lib/float-weight.h"
23 #include "fst/lib/product-weight.h"
24 #include "fst/lib/string-weight.h"
36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
47 Weight weight; // Transition weight member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
71 Weight weight; // Transition weight member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(
100 Weight weight; // Transition weight member in class:fst::StringArc
134 Weight weight; // Transition weight member in struct:fst::GallicArc
159 Weight weight; // Transition weight member in struct:fst::ReverseArc
[all...]
H A Dprune.h52 // do not belong to a successful path whose weight is no more than
53 // 'opts.threshold' Times() the weight of the shortest path. Weights
102 Weight weight = Times(Times((*idistance)[state], arc.weight), local
104 if(less(ceiling, weight)) {
124 // 'fst' that do not belong to a successful path whose weight is no
125 // more than 'opts.threshold' Times() the weight of the shortest
137 // 'ifst' whose weight is no more than 'opts.threshold' Times() the
138 // weight of the shortest path. Weights need to be commutative and
210 Weight weight local
[all...]
/external/bzip2/
H A Dhuffman.c37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNode
[all...]
/external/ceres-solver/internal/ceres/
H A Dgraph_algorithms.h267 // 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/
H A Dlayer_sorter.h65 GraphEdge(GraphNode* from_node, GraphNode* to_node, float weight) argument
68 weight(weight) {}
72 float weight; member in struct:cc::GraphEdge
93 float* weight);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc23 int weight; member in struct:__anon5517::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, les
137 SuggestionsSourceStub(int weight, const std::string& source_name, int number_of_suggestions) argument
[all...]
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_response_builder.cc54 uint16 weight,
67 writer.WriteU16(weight) &&
51 AppendSrv(const std::string& service_name, uint32 ttl, uint16 priority, uint16 weight, uint16 http_port, const std::string& service_domain_name, bool answer) argument
/external/chromium_org/net/dns/
H A Drecord_rdata.h40 // 2 bytes network-order unsigned weight
55 uint16 weight() const { return weight_; } function in class:net::SrvRecordRdata
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h49 PP_FontWeight_Dev weight() const { return pp_font_description_.weight; } function in class:pp::FontDescription_Dev
50 void set_weight(PP_FontWeight_Dev w) { pp_font_description_.weight = w; }
H A Dtruetype_font_dev.h71 PP_TrueTypeFontWeight_Dev weight() const { return desc_.weight; } function in class:pp::TrueTypeFontDesc_Dev
72 void set_weight(PP_TrueTypeFontWeight_Dev weight) { argument
73 desc_.weight = weight;
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h51 PP_BrowserFont_Trusted_Weight weight() const { function in class:pp::BrowserFontDescription
52 return pp_font_description_.weight;
55 pp_font_description_.weight = w;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.cpp55 FontWeight FontDescription::lighterWeight(FontWeight weight) argument
57 switch (weight) {
77 FontWeight FontDescription::bolderWeight(FontWeight weight) argument
79 switch (weight) {
111 return FontTraits(style(), variant(), weight(), stretch());
130 setWeight(traits.weight());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp79 platformData.setSyntheticBold(fontDescription.weight() >= FontWeight600);
90 // First try the specified font with standard style & weight.
92 || fontDescription.weight() >= FontWeight600) {
107 // Changes weight and/or italic of given FontDescription depends on
113 if (fallbackFont.isBold && description.weight() < FontWeightBold)
115 if (!fallbackFont.isBold && description.weight() >= FontWeightBold) {
171 int weight = (fontDescription.weight() - FontWeight100 + 1) * 100; local
175 return SkFontStyle(weight, width, slant);
216 if (fontDescription.weight() >
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFontDescription.h77 , weight(WeightNormal)
89 Weight weight; member in struct:blink::WebFontDescription
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache_test.cc158 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/libsrtp/srtp/test/
H A Dlfsr.c155 weight(uint32_t poly) { function
201 * weight distribution computes the weight distribution of the
238 /* increment weight */
276 /* compute weight, increment proper element */
277 A[weight(x)]++;
304 /* compute weight distribution */
307 /* print weight distribution */
317 /* compute weight distribution */
320 /* print weight distributio
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon13795
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c269 int weight; member in struct:attrib_match_info
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
/external/chromium_org/third_party/skia/bench/
H A DHairlinePathBench.cpp169 float weight = randWeight.nextRangeF(0.0f, 2.0f); variable
176 weight);
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h45 SkFontStyle(int weight, int width, Slant);
51 int weight() const { return fUnion.fR.fWeight; } function in class:SkFontStyle
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.cpp40 SkScalar weight = 0; local
66 weight += combined_weight;
70 fr = SkScalarDiv(fr, weight);
71 fg = SkScalarDiv(fg, weight);
72 fb = SkScalarDiv(fb, weight);
73 fa = SkScalarDiv(fa, weight);
/external/chromium_org/third_party/speex/libspeex/
H A Dquant_lsp.c130 static int lsp_weight_quant(spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim) argument
144 dist=MAC16_32_Q15(dist,weight[j],MULT16_16(tmp,tmp));
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp65 T chooseWeighted (InputIter first, InputIter last, WeightIter weight);
135 T Random::chooseWeighted (InputIter first, InputIter last, WeightIter weight) argument
137 // Compute weight sum
141 weightSum += *(weight + ndx);
151 float w = *(weight + ndx);
/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp112 // Don't recompute spill weight for an unspillable register.
124 float weight = 1.0f; local
133 // Calculate instr weight.
136 weight = LiveIntervals::getSpillWeight(
139 // Give extra weight to what looks like a loop induction variable update.
141 weight *= 3;
143 totalWeight += weight;
156 volatile float hweight = Hint[hint] += weight;
171 // Weakly boost the spill weight of hinted registers.
192 li.weight
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h79 int16_t weight; /**< enum pipe_video_mv_weight */ member in struct:vl_motionvector::__anon27206

Completed in 3823 milliseconds

1234567891011