Searched defs:GetWeight (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
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 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();
/external/openfst/src/include/fst/script/
H A Dweight-class.h99 const W* GetWeight() const;
144 const W* WeightClass::GetWeight() const { function in class:fst::script::WeightClass
/external/openfst/src/include/fst/
H A Dcompose-filter.h105 W GetWeight() const { return weight_; } function in class:fst::WeightFilterState
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp757 static ConstantInt* GetWeight(Instruction* I, int Pos) { function
885 SuccDefaultWeight = GetWeight(TI, Index)->getValue().getZExtValue();
929 GetWeight(TI, i)->getValue().getZExtValue());

Completed in 134 milliseconds