Searched defs:is_inf (Results 1 – 3 of 3) sorted by relevance
424 LIBC_INLINE constexpr bool is_inf() { return float_bits.is_inf(); } in is_inf() function
883 bool is_inf = false; in is_valid_number() local
723 struct is_inf { struct728 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() argument