Searched refs:cstfp_pred_ty (Results 1 – 1 of 1) sorted by relevance
408 using cstfp_pred_ty = cstval_pred_ty<Predicate, ConstantFP, variable492 inline cstfp_pred_ty<custom_checkfn<APFloat>>494 return cstfp_pred_ty<custom_checkfn<APFloat>>{{CheckFn}}; in m_CheckedFp()497 inline cstfp_pred_ty<custom_checkfn<APFloat>>499 return cstfp_pred_ty<custom_checkfn<APFloat>>{{CheckFn}, &V}; in m_CheckedFp()710 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN()717 inline cstfp_pred_ty<is_nonnan> m_NonNaN() { in m_NonNaN()718 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()726 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf()733 inline cstfp_pred_ty<is_noninf> m_NonInf() { in m_NonInf()[all …]