Lines Matching refs:ComputeFP
4144 int32_t ComputeFP(T x, T y) const { in ComputeFP() function
4163 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4166 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5049 T ComputeFP(T x, T y) const { in ComputeFP() function
5064 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5068 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5097 T ComputeFP(T x, T y) const { in ComputeFP() function
5112 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5116 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5210 template <typename T, typename S> static T ComputeFP(T x) { in ComputeFP() function
5223 ComputeFP<float, int32_t>(x->GetValue()), GetDexPc()); in Evaluate()
5227 ComputeFP<double, int64_t>(x->GetValue()), GetDexPc()); in Evaluate()