HomeSort by relevance Sort by last modified time
    Searched full:weight (Results 651 - 675 of 2039) sorted by null

<<21222324252627282930>>

  /external/openfst/src/bin/
fstpush.cc 28 "Remove total weight when pushing weights");
fstrandgen.cc 33 "Remove total weight when output weighted");
  /external/openfst/src/extensions/far/
farprintstrings.cc 34 DEFINE_bool(print_weight, false, "Suffix each string by its weight");
  /external/openfst/src/include/fst/script/
register.h 24 #include <fst/script/weight-class.h>
  /external/openfst/src/include/fst/
tuple-weight.h 1 // tuple-weight.h
19 // Tuple weight set operation definitions.
28 #include <fst/weight.h>
40 // n-tuple weight, element of the n-th catersian power of W
replace.h 329 typedef typename A::Weight Weight;
496 // return final weight of state (kInfWeight means state is not final)
497 Weight Final(StateId s) {
504 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth() == 0)
507 SetFinal(s, Weight::Zero());
698 if (fst->Final(fst_state) != Weight::Zero() && stack.Depth()) {
709 arcp->weight = fst->Final(fst_state);
733 *arcp = A(arc.ilabel, arc.olabel, arc.weight, nextstate);
753 *arcp = A(ilabel, 0, arc.weight, nt_nextstate)
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 16 * + 1 weights. Each texel is multiplied by it's weight and summed to determine
  /external/skia/src/ports/
SkFontConfigParser_android.h 75 * which has a different style (normal, italic) or weight (thin, light, bold,
  /external/skia/src/utils/win/
SkDWrite.h 104 fWeight = (DWRITE_FONT_WEIGHT)pattern.weight();
  /external/webrtc/src/modules/audio_processing/ns/
nsx_defines.h 53 //criteria of weight of histogram peak to accept/reject feature
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 102 int weight; member in struct:android::camera2::Parameters::Area
104 Area(int left, int top, int right, int bottom, int weight):
106 weight(weight) {}
  /frameworks/base/docs/html/
offline.jd 9 font-weight:bold;
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/families/
faq.jd 10 font-weight:bold;
  /packages/apps/Browser/res/raw/
folder_view.ktpl 24 font-weight: bold;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
ActivityTransitionBitmapHelper.java 27 // This is a helper class to allow for light-weight transmission of Bitmap data through
  /packages/inputmethods/LatinIME/dictionaries/
sample.combined 13 # As a special case, a weight of 0 is taken to mean profanity - words that
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest_options.h 46 // The weight is in thousands and we want the real value, so we divide by 1000.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/
test_closeness_centrality.py 85 c=nx.closeness_centrality(XG,distance='weight')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/link_analysis/tests/
test_hits.py 24 G.add_edges_from(edges,weight=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_graphml.py 74 <key id="d1" for="edge" attr.name="weight" attr.type="double"/>
115 self.attribute_graph.add_edge('n0','n2',id='e0',weight=1.0)
116 self.attribute_graph.add_edge('n0','n1',id='e1',weight=1.0)
117 self.attribute_graph.add_edge('n1','n3',id='e2',weight=2.0)
121 self.attribute_graph.add_edge('n5','n4',id='e6',weight=1.1)
248 <key id="d1" for="edge" attr.name="weight" attr.type="double"/>
276 <key id="d1" for="edge" attr.name="weight" attr.type="double"/>
303 G.add_edge(1,2,weight=3)
305 G.graph['edge_default']={'weight':7}
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 34 * are heavier weight functional tests available for end to end testing of your
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 34 * are heavier weight functional tests available for end to end testing of your
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 25 font-weight: 400;
38 font-weight: 100;
101 font-weight:normal;
132 font-weight: 500; }
293 font-weight: 500;
314 font-weight: normal;
393 font-weight: bold;
535 font-weight:bold;
728 font-weight: 500; }
768 font-weight: 500
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 39 // Note on the supported weight ranges:
109 * plus a secondary CE if the secondary weight is high.
114 /** The highest primary weight is reserved for U+FFFF. */
539 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
matching.py 63 The weight of a matching is the sum of the weights of its edges.
72 with maximum weight among all maximum-cardinality matchings.
84 If G has edges with 'weight' attribute the edge data are used as
85 weight values else the weights are assumed to be 1.
96 weight, both methods invented by Jack Edmonds [1]_.
107 # the "primal-dual" method for finding a matching of maximum weight, both
110 # A C program for maximum weight matching by Ed Rothberg was used
152 # Find the maximum edge weight.
156 wt=d.get('weight',1)
233 return dualvar[v] + dualvar[w] - 2 * G[v][w].get('weight',1
    [all...]

Completed in 320 milliseconds

<<21222324252627282930>>