Searched refs:is_inf (Results 1 – 2 of 2) sorted by relevance
883 bool is_inf = false; in is_valid_number() local898 is_inf = (strncasecmp(s+1, "inf", 3) == 0); in is_valid_number()899 if ((is_nan || is_inf) in is_valid_number()
721 struct is_inf { struct726 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() argument