HomeSort by relevance Sort by last modified time
    Searched refs:weight (Results 51 - 75 of 536) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equal.h 30 typedef typename Arc::Weight Weight;
53 Weight final1 = fst1.Final(s1);
54 Weight final2 = fst2.Final(s2);
86 } else if (!ApproxEqual(arc1.weight, arc2.weight)) {
90 << ", weight1 = " << arc1.weight
91 << ", weight2 = " << arc2.weight;
map.h 31 // A final weight is mapped into a final weight. An error
35 // A final weight is mapped to an arc to the superfinal state
36 // when the result cannot be represented as a final weight.
40 // A final weight is mapped to an arc to the superfinal state
41 // unless the result can be represented as a final weight of weight
56 // // form A(0, 0, weight, kNoStateId).
83 typedef typename A::Weight Weight;
    [all...]
encode.h 37 // encoding and decoding of label/weight tuples used for encoding
44 typedef typename A::Weight Weight;
46 // Encoded data consists of arc input/output labels and arc weight
49 Tuple(Label ilabel_, Label olabel_, Weight weight_)
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
56 Weight weight; member in struct:fst::EncodeTable::Tuple
    [all...]
determinize.h 32 #include "fst/lib/factor-weight.h"
49 typedef W Weight;
62 typedef StringWeight<L, S> Weight;
64 Weight operator()(const Weight &w1, const Weight &w2) const {
69 LOG(FATAL) << "LabelCommonDivisor: Weight needs to be left semiring";
72 return Weight::One();
73 else if (w1 == Weight::Zero())
74 return Weight(iter2.Value())
219 Weight weight; \/\/ Residual weight member in struct:fst::DeterminizeFsaImpl::Element
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BitmapUtils.java 139 int weight = weights[i+RADIUS]; local
140 red += weight *((argb & RED_MASK) >> RED_MASK_SHIFT);
141 green += weight *((argb & GREEN_MASK) >> GREEN_MASK_SHIFT);
142 blue += weight *(argb & BLUE_MASK);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 143 float weight = 0.0f; local
349 /* constant weight after initiation part */
350 weight = 0.01f;
354 /* weight decreases with number of updates */
355 weight = 1.0f / (float) bwest_str->count_tot_updates_rec;
386 bwest_str->rec_bw_inv = weight * curr_bw_inv +
387 (1.0f - weight) * bwest_str->rec_bw_inv;
407 bwest_str->rec_jitter = weight * arr_time_noise_abs +
408 (1.0f - weight) * bwest_str->rec_jitter;
605 const float weight = 0.1f local
    [all...]
  /external/icu4c/
icu4c.css 35 font-weight: 700;
43 font-weight: bold;
52 font-weight: 700;
97 font-weight: bolder;
130 font-weight: 700;
192 font-weight: 700;
225 font-weight: 500;
229 font-weight: 700;
280 font-weight: bold;
299 font-weight: bold
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 54 assertEquals(0.0f, mLayoutParams.weight);
59 assertEquals(0.0f, mLayoutParams.weight);
65 assertEquals(Float.MAX_VALUE, mLayoutParams.weight);
71 assertEquals(Float.MIN_VALUE, mLayoutParams.weight);
76 assertEquals(0.0f, mLayoutParams.weight);
88 assertEquals(0.0f, mLayoutParams.weight);
103 assertEquals(0.0f, mLayoutParams.weight);
119 assertEquals(0.5, mLayoutParams.weight, 0);
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.css 15 font-weight: bold;
  /external/clang/www/
menu.css 27 font-weight: bold;
  /external/compiler-rt/www/
menu.css 27 font-weight: bold;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 2 html { font-family: 'Segoe UI','Verdana','Helvetica',sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
21 dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; }
32 strong { font-weight: bold; }
35 th { font-weight: bold; }
  /external/iproute2/examples/
cbqinit.eth1 30 # weight, which is set to be proportional to
31 # "rate". It is not necessary, weight=1 will work as well.
36 $BANDWIDTH rate 4Mbit allot 1514 weight 500Kbit \
48 $BANDWIDTH rate 1Mbit allot 1514 weight 100Kbit \
56 $BANDWIDTH rate 100Kbit allot 1514 weight 10Mbit \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
  /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);
  /external/openfst/src/script/
text-io.cc 58 WeightClass weight(weight_type, col[1]);
62 (*potential)[s] = weight;
  /external/smack/src/org/jivesoftware/smack/util/dns/
DNSJavaResolver.java 57 int weight = srvRecord.getWeight(); local
61 r = new SRVRecord(host, port, priority, weight);
  /external/webkit/Source/WebCore/css/
quirks.css 37 font-weight: normal;
  /ndk/sources/cxx-stl/llvm-libc++/www/
menu.css 27 font-weight: bold;
  /external/llvm/docs/_static/
llvm.css 18 th { border: 2px solid gray; font-weight: bold; font-size: 105%;
28 font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
49 font-weight: bold; font-style: oblique;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
58 .doc_hilite { color: blue; font-weight: bold; }
63 .doc_warning { color: red; font-weight: bold }
102 th.layout { border: none; font-weight: bold; font-size: 105%;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 54 font-weight: bold;
115 font-weight: bold;
191 font-weight: bold;
221 font-weight: normal !important;
225 font-weight: bold;
234 font-weight: bold;
274 font-weight: bold;
  /sdk/templates/docs/
default.css 96 font-weight: 600;
123 font-weight: 600;
133 font-weight: 100;
138 font-weight: 600;
150 font-weight: 300;
162 font-weight: 400;
217 font-weight: 600;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 194 LONG weight = FontPlatformData::adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName); local
195 traitsMask |= weight == FW_THIN ? FontWeight100Mask :
196 weight == FW_EXTRALIGHT ? FontWeight200Mask :
197 weight == FW_LIGHT ? FontWeight300Mask :
198 weight == FW_NORMAL ? FontWeight400Mask :
199 weight == FW_MEDIUM ? FontWeight500Mask :
200 weight == FW_SEMIBOLD ? FontWeight600Mask :
201 weight == FW_BOLD ? FontWeight700Mask :
202 weight == FW_EXTRABOLD ? FontWeight800Mask :
306 if (unicodeRange == cRangeThai && fontDescription.weight() > FontWeightNormal
    [all...]
  /external/openfst/src/include/fst/
random-weight.h 1 // random-weight.h
31 #include <fst/float-weight.h>
32 #include <fst/product-weight.h>
33 #include <fst/string-weight.h>
34 #include <fst/lexicographic-weight.h>
35 #include <fst/power-weight.h>
36 #include <fst/signed-log-weight.h>
37 #include <fst/sparse-power-weight.h>
43 // divisors should be returned in the random weight generation.
50 typedef TropicalWeightTpl<T> Weight;
    [all...]
determinize.h 39 #include <fst/factor-weight.h>
57 typedef W Weight;
70 typedef StringWeight<L, S> Weight;
72 Weight operator()(const Weight &w1, const Weight &w2) const {
77 FSTERROR() << "LabelCommonDivisor: Weight needs to be left semiring";
78 return Weight::NoWeight();
80 return Weight::One();
81 } else if (w1 == Weight::Zero())
133 Weight weight; \/\/ Residual weight member in struct:fst::DeterminizeElement
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
BlenderTrack.java 125 public void setTime(float time, float weight, AnimControl control,
128 boneTrack.setTime(time, weight, control, channel, vars);
130 spatialTrack.setTime(time, weight, control, channel, vars);

Completed in 742 milliseconds

1 23 4 5 6 7 8 91011>>