Searched refs:apfloat_match (Results 1 – 1 of 1) sorted by relevance
245 struct apfloat_match { struct249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match() argument287 inline apfloat_match m_APFloat(const APFloat *&Res) { in m_APFloat()289 return apfloat_match(Res, /* AllowUndef */ false); in m_APFloat()293 inline apfloat_match m_APFloatAllowUndef(const APFloat *&Res) { in m_APFloatAllowUndef()294 return apfloat_match(Res, /* AllowUndef */ true); in m_APFloatAllowUndef()298 inline apfloat_match m_APFloatForbidUndef(const APFloat *&Res) { in m_APFloatForbidUndef()299 return apfloat_match(Res, /* AllowUndef */ false); in m_APFloatForbidUndef()