Searched refs:cstfp_pred_ty (Results 1 – 1 of 1) sorted by relevance
610 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN()617 inline cstfp_pred_ty<is_nonnan> m_NonNaN() { in m_NonNaN()618 return cstfp_pred_ty<is_nonnan>(); in m_NonNaN()626 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf()634 return cstfp_pred_ty<is_noninf>(); in m_NonInf()643 return cstfp_pred_ty<is_finite>(); in m_Finite()653 return cstfp_pred_ty<is_finitenonzero>(); in m_FiniteNonZero()665 return cstfp_pred_ty<is_any_zero_fp>(); in m_AnyZeroFP()674 return cstfp_pred_ty<is_pos_zero_fp>(); in m_PosZeroFP()683 return cstfp_pred_ty<is_neg_zero_fp>(); in m_NegZeroFP()[all …]