Searched defs:apf_pred_ty (Results 1 – 5 of 5) sorted by relevance
406 template <typename Predicate> struct apf_pred_ty : public Predicate { struct409 apf_pred_ty(const APFloat *&R) : Res(R) {} in apf_pred_ty() argument411 template <typename ITy> bool match(ITy *V) { in match()
406 template <typename Predicate> struct apf_pred_ty : public Predicate { struct409 apf_pred_ty(const APFloat *&R) : Res(R) {} in apf_pred_ty() function411 template <typename ITy> bool match(ITy *V) { in match()
430 template <typename Predicate> struct apf_pred_ty : public Predicate { struct433 apf_pred_ty(const APFloat *&R) : Res(R) {} in apf_pred_ty() argument435 template <typename ITy> bool match(ITy *V) { in match()