Searched refs:weight (Results 101 - 125 of 360) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/script/
H A Dcompile-impl.h99 arc.weight = Weight::One();
107 arc.weight = StrToWeight(col[3], false);
110 arc.weight = Weight::One();
118 arc.weight = StrToWeight(col[4], false);
192 FSTERROR() << "FstCompiler: Bad weight = \"" << s
H A Ddeterminize.h23 #include <fst/script/weight-class.h>
H A Ddisambiguate.h23 #include <fst/script/weight-class.h>
H A Dreweight.h25 #include <fst/script/weight-class.h>
/external/openfst/src/include/fst/
H A Dstring.h96 const Weight &weight = Weight::One()) const {
103 fst->SetFinal(labels.size(), weight);
115 const Weight &weight = Weight::One()) const {
120 compacts.back().second = weight;
H A Dproduct-weight.h1 // product-weight.h
19 // Product weight set and associated semiring operation definitions.
27 #include <fst/pair-weight.h>
28 #include <fst/weight.h>
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp161 code->appendf("\t\tfloat weight = 0.0;\n");
172 code->appendf("\t\tvec2 mix_coord = mix(coord, zoom_coord, weight);\n");
321 SkScalar weight = 0; local
334 weight = SkMinScalar(SkScalarSquare(dist), SK_Scalar1);
338 weight = SkMinScalar(sqDist, SK_Scalar1);
341 SkScalar x_interp = SkScalarMul(weight, (fSrcRect.x() + x * inv_x_zoom)) +
342 (SK_Scalar1 - weight) * x;
343 SkScalar y_interp = SkScalarMul(weight, (fSrcRect.y() + y * inv_y_zoom)) +
344 (SK_Scalar1 - weight) * y;
/external/chromium/chrome/browser/resources/options/
H A Dsync_setup_overlay.css101 font-weight: bold;
106 font-weight: bold;
145 font-weight: bold;
202 font-weight: bold;
325 font-weight: bold;
H A Dpassword_manager_list.css13 font-weight: bold;
H A Dsubpages_tab_controls.css27 font-weight: bold;
H A Dcookies_view.css32 font-weight: bold;
39 font-weight: bold;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheChromiumWin.cpp368 winfont->lfWeight = toGDIFontWeight(fontDescription.weight());
388 LONG weight = logFont->lfWeight; local
389 traitsMask |= weight == FW_THIN ? FontWeight100Mask :
390 weight == FW_EXTRALIGHT ? FontWeight200Mask :
391 weight == FW_LIGHT ? FontWeight300Mask :
392 weight == FW_NORMAL ? FontWeight400Mask :
393 weight == FW_MEDIUM ? FontWeight500Mask :
394 weight == FW_SEMIBOLD ? FontWeight600Mask :
395 weight == FW_BOLD ? FontWeight700Mask :
396 weight
[all...]
/external/opencv/cvaux/src/
H A Dcvhmm1d.cpp241 2/*for weight and log_var_val*/ ) * sizeof( float) );
250 all_states[i].weight = pointers; pointers += num_mix[i];
481 // weight - pointer to the wights of the Gaussian mixture
491 int vect_size, float* weight, int num_mix )
506 if ( weight[m] > 0.0)
513 prob = prob + weight[m]*exp((double)l_prob);
740 /* 3a. first mixture - simply scale by weight */
746 mp[l] *= state[l].weight[0];
761 mp[l + ofs] += mp[l] * state[l].weight[m];
805 state[m].log_var_val, vect_size, state[m].weight,
[all...]
/external/v8/src/
H A Druntime-profiler.cc212 int weight = 0; local
217 weight += sampler_window_weight_[i];
221 return weight;
225 void RuntimeProfiler::AddSample(JSFunction* function, int weight) { argument
228 sampler_window_weight_[sampler_window_position_] = weight;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css79 font-weight: bold;
113 font-weight:bold;
164 font-weight:normal;
305 font-weight:normal;
343 font-weight:normal;
361 font-weight:normal;
370 font-weight:bold;
464 font-weight:normal;
489 font-weight:bold;
539 font-weight
[all...]
/external/marisa-trie/lib/marisa/
H A Dtrie-build.cc192 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/
H A Dtrie-build.cc201 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/chromium/chrome/browser/resources/ntp/
H A Dapps.css137 font-weight: bold;
154 font-weight: bold;
198 font-weight: bold;
/external/srec/tools/grxmlcompile/
H A Dfst-io.h122 if (arc.weight != Weight::One())
123 *ostrm_ << "\t" << arc.weight;
252 arc.weight = Weight::One();
260 arc.weight = StrToWeight(col[3], false);
263 arc.weight = Weight::One();
271 arc.weight = StrToWeight(col[4], false);
343 LOG(ERROR) << "FstReader: Bad weight = \"" << s
/external/webkit/Source/WebCore/css/
H A Dwml.css198 font-weight: bolder;
202 font-weight: normal;
212 font-weight: bolder
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h180 Weight weight; local
191 offset = (offset + sizeof(weight) - 1) & ~(sizeof(weight) - 1);
192 offset += (num_states + 1) * sizeof(weight) + num_final * sizeof(weight) +
193 (num_futures + 1) * sizeof(weight);
376 arc.weight, state));
405 Weight weight; local
432 offset = (offset + sizeof(weight) - 1) & ~(sizeof(weight)
[all...]
/external/bzip2/
H A Dbzip.css19 dt { color: #336699; font-weight: bold }
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Daliased.php49 $geshi->set_line_style('font: normal normal 95% \'Courier New\', Courier, monospace; color: #003030;', 'font-weight: bold; color: #006060;', true);
54 $geshi->set_header_content_style('font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
56 $geshi->set_footer_content_style('font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
84 font-weight: normal;
90 font-weight: normal;
/external/llvm/lib/CodeGen/
H A DSpiller.cpp80 assert(li->weight != HUGE_VALF &&
120 newLI->weight = HUGE_VALF;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h34 // transition is selected. If N == NumArcs(), then the final weight at
58 // log probabilities after normalizing for the total weight leaving
61 // representation of the weight.
70 // Find total weight leaving state
75 sum += exp(-arc.weight.Value());
85 p += exp(-arc.weight.Value());

Completed in 519 milliseconds

1234567891011>>