Searched refs:weight (Results 226 - 250 of 757) sorted by relevance

1234567891011>>

/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc29 DEFINE_string(weight, "", "Weight threshold");
/external/openfst/src/include/fst/
H A Depsnormalize.h29 #include <fst/factor-weight.h>
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;
/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/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftwinfnt.h198 FT_UShort weight; member in struct:FT_WinFNT_HeaderRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftwinfnt.h198 FT_UShort weight; member in struct:FT_WinFNT_HeaderRec_
/external/skia/src/core/
H A DSkFontHost.cpp63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { argument
65 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight);
217 SkFontStyle::Weight weight = (styleBits & SkTypeface::kBold) ?
224 return SkFontStyle(weight, width, slant);
/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp153 fsBuilder->codeAppend("\t\tfloat weight = 0.0;\n");
164 fsBuilder->codeAppend("\t\tvec2 mix_coord = mix(coord, zoom_coord, weight);\n");
341 SkScalar weight = 0; local
354 weight = SkMinScalar(SkScalarSquare(dist), SK_Scalar1);
358 weight = SkMinScalar(sqDist, SK_Scalar1);
361 SkScalar x_interp = SkScalarMul(weight, (fSrcRect.x() + x * inv_x_zoom)) +
362 (SK_Scalar1 - weight) * x;
363 SkScalar y_interp = SkScalarMul(weight, (fSrcRect.y() + y * inv_y_zoom)) +
364 (SK_Scalar1 - weight) * y;
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp151 builder->fsCodeAppend("\t\tfloat weight = 0.0;\n");
162 builder->fsCodeAppend("\t\tvec2 mix_coord = mix(coord, zoom_coord, weight);\n");
317 SkScalar weight = 0; local
330 weight = SkMinScalar(SkScalarSquare(dist), SK_Scalar1);
334 weight = SkMinScalar(sqDist, SK_Scalar1);
337 SkScalar x_interp = SkScalarMul(weight, (fSrcRect.x() + x * inv_x_zoom)) +
338 (SK_Scalar1 - weight) * x;
339 SkScalar y_interp = SkScalarMul(weight, (fSrcRect.y() + y * inv_y_zoom)) +
340 (SK_Scalar1 - weight) * y;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js108 "empty-cells", "font-family", "font-size", "font-style", "font-variant", "font-weight", "font", "letter-spacing",
318 "font-weight": { values: [
804 "font-weight": 89,
886 var weight = WebInspector.CSSMetadata.Weight[properties[i]];
887 if (!weight)
888 weight = WebInspector.CSSMetadata.Weight[WebInspector.CSSMetadata.canonicalPropertyName(properties[i])];
889 if (weight > maxWeight) {
890 maxWeight = weight;
/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/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c150 uint16_t weight = 0; local
354 /* constant weight after initiation part, 0.01 in Q13 */
355 weight = (uint16_t) 82;
357 /* weight decreases with number of updates, 1/countUpdates in Q13 */
358 weight = (uint16_t) WebRtcSpl_DivW32W16(
404 bweStr->recBwInv = WEBRTC_SPL_UMUL(weight, currBwInv) +
405 WEBRTC_SPL_UMUL((uint32_t) 8192 - weight, bweStr->recBwInv);
408 up to 30 bits used with Q13 weight */
448 weight = WEBRTC_SPL_RSHIFT_W32(weight,
[all...]
/external/chromium_org/chrome/browser/resources/security_warnings/
H A Dinterstitial_v2.css55 font-weight: bold;
81 font-weight: normal;
87 font-weight: normal;
/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css60 font-weight: normal;
71 font-weight: normal;
133 font-weight: bold;
/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.cc217 result.weight = static_cast<WebFontDescription::Weight>(font.weight);
238 if (static_cast<int>(desc.weight) < PP_BROWSERFONT_TRUSTED_WEIGHT_100 ||
239 static_cast<int>(desc.weight) > PP_BROWSERFONT_TRUSTED_WEIGHT_900)
280 description->weight = static_cast<PP_BrowserFont_Trusted_Weight>(
281 web_desc.weight);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c239 FT_FREE( info->weight );
440 if ( info->weight )
441 root->style_name = info->weight;
451 if ( info->weight )
453 if ( !ft_strcmp( info->weight, "Bold" ) ||
454 !ft_strcmp( info->weight, "Black" ) )
/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);
344 LOG(ERROR) << "FstReader: Bad weight = \"" << s
/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/chromium-trace/trace-viewer/src/cc/
H A Dpicture_debugger.css29 font-weight: bold;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dgaia.css32 font-weight: bold;

Completed in 2436 milliseconds

1234567891011>>