HomeSort by relevance Sort by last modified time
    Searched defs:weight (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/content/public/common/
speech_recognition_grammar.h 17 : weight(0.0f) {
21 weight(0.0f) {
25 weight(weight_value) {
29 double weight; member in struct:content::SpeechRecognitionGrammar
  /external/chromium_org/third_party/WebKit/Source/web/
WebSpeechGrammar.cpp 61 float WebSpeechGrammar::weight() const function in class:blink::WebSpeechGrammar
64 return m_private->weight();
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.h 42 static SpeechGrammar* create(const KURL& src, double weight);
48 double weight() const { return m_weight; } function in class:blink::FINAL
49 void setWeight(double weight) { m_weight = weight; }
55 SpeechGrammar(const KURL& src, double weight);
  /external/chromium_org/media/cast/common/
clock_drift_smoother.cc 44 const double weight = local
46 estimate_us_ = weight * measured_offset.InMicroseconds() +
47 (1.0 - weight) * estimate_us_;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontValue.h 48 RefPtrWillBeMember<CSSPrimitiveValue> weight; member in class:blink::CSSFontValue
  /external/chromium_org/third_party/skia/samplecode/
SampleHairCurves.cpp 88 SkScalar weight = randW.nextUScalar1() * 2.0f; local
93 weight);
  /external/libnl/src/lib/
link.c 69 uint32_t weight = nl_cli_parse_u32(arg); local
70 rtnl_link_set_weight(link, weight);
  /external/openfst/src/include/fst/
reweight.h 35 // vector in the direction defined by TYPE. Weight needs to be left
39 // An arc of weight w, with an origin state of potential p and
45 const vector<typename Arc::Weight> &potential,
47 typedef typename Arc::Weight Weight;
52 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) {
54 << "Weight to be right distributive: "
55 << Weight::Type();
60 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)) {
62 << "Weight to be left distributive:
73 typename Arc::Weight weight = potential[state]; local
    [all...]
  /external/ceres-solver/internal/ceres/
visibility.cc 146 const double weight = static_cast<double>(count) / local
149 graph->AddEdge(camera1, camera2, weight);
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/third_party/skia/src/ports/
SkTypeface_win_dw.h 29 DWRITE_FONT_WEIGHT weight = font->GetWeight(); local
30 if (DWRITE_FONT_WEIGHT_DEMI_BOLD <= weight) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h 37 uptr weight; member in struct:__sanitizer::Suppression
  /external/bzip2/
huffman.c 37 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[nNodes] = ADDWEIGHTS(weight[n1], weight[n2])
    [all...]
  /external/chromium_org/cc/trees/
layer_sorter_unittest.cc 27 float weight = 0.f; local
39 LayerSorter::CheckOverlap(&front, &back, z_threshold, &weight);
41 EXPECT_EQ(1.f, weight);
44 LayerSorter::CheckOverlap(&back, &front, z_threshold, &weight);
46 EXPECT_EQ(1.f, weight);
53 LayerSorter::CheckOverlap(&front, &back_right, z_threshold, &weight);
58 LayerSorter::CheckOverlap(&front, &front, z_threshold, &weight);
59 EXPECT_EQ(0.f, weight);
65 float weight = 0.f; local
82 LayerSorter::CheckOverlap(&front_face, &left_face, z_threshold, &weight);
89 float weight = 0.f; local
117 float weight = 0.f; local
160 float weight = 0.f; local
    [all...]
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/ppapi/cpp/dev/
font_dev.h 49 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; }
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/ppapi/cpp/trusted/
browser_font_trusted.h 51 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/libsrtp/srtp/test/
lfsr.c 155 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 distribution *
    [all...]
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 40 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/ui/android/java/src/org/chromium/ui/interpolators/
BakedBezierInterpolator.java 158 float weight = difference / mStepSize; local
160 return mValues[position] + weight * (mValues[position + 1] - mValues[position]);
  /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/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 23 int weight; member in struct:__anon10142::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 40 // 2 bytes network-order unsigned weight
55 uint16 weight() const { return weight_; } function in class:net::SrvRecordRdata

Completed in 1476 milliseconds

1 2 3 4 5 6 7 8