Searched refs:GetWeight (Results 1 - 16 of 16) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dprune.h59 Weight weight_threshold = *(opts.weight_threshold.GetWeight<Weight>());
66 (*distance)[i] = *((*opts.distance)[i].GetWeight<Weight>());
115 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>());
126 typename Arc::Weight w = *(args->arg2.GetWeight<typename Arc::Weight>());
H A Ddeterminize.h54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>());
H A Dreweight.h41 potentials[i] = *(args->arg2[i].GetWeight<Weight>());
H A Dweight-class.h99 const W* GetWeight() const;
144 const W* WeightClass::GetWeight() const { function in class:fst::script::WeightClass
H A Drmepsilon.h72 *(opts.weight_threshold.GetWeight<Weight>());
160 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>());
H A Dshortest-path.h67 *(opts.weight_threshold.GetWeight<Weight>());
164 *(args->arg6.GetWeight<typename Arc::Weight>());
H A Dmap.h60 typename Arc::Weight w = *(args->args.arg4.GetWeight<typename Arc::Weight>());
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWxMac.mm56 if (info->GetWeight() == wxFONTWEIGHT_BOLD)
61 else if (info->GetWeight() == wxFONTWEIGHT_LIGHT)
77 if ( info->GetWeight() == wxFONTWEIGHT_BOLD )
H A DFontPlatformDataWx.cpp129 thisFont->GetWeight(),
/external/opencv/cvaux/src/
H A D_cvfacedetection.h60 inline double GetWeight();
85 inline double FaceFeature::GetWeight() function in class:FaceFeature
88 }//inline long FaceFeature::GetWeight()
229 virtual double GetWeight() = 0;
248 double dWeight = m_lpIdealFace[i].GetWeight();
290 virtual double GetWeight();
H A Dcvface.cpp107 m_lpIdealFace[j].SetWeight( lpTmp[j].GetWeight() );
128 double RFace::GetWeight() function in class:RFace
131 }//double RFace::GetWeight()
H A Dcvfacedetection.cpp217 CurStat = tmp->GetWeight();
225 CurStat = tmp->GetWeight();
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dnon-kerned-drawing.cpp98 switch (wxfont->GetWeight()) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h112 *(args->arg4.weight_threshold.GetWeight<typename Arc::Weight>())));
/external/openfst/src/include/fst/
H A Dlookahead-filter.h376 const Weight &fweight = f2.GetWeight();
388 const Weight &fweight = f2.GetWeight();
H A Dcompose-filter.h105 W GetWeight() const { return weight_; } function in class:fst::WeightFilterState

Completed in 186 milliseconds