Searched defs:is_nan (Results 1 – 6 of 6) sorted by relevance
324 bool is_nan() const { in is_nan() function
882 bool is_nan = false; in is_valid_number() local
1091 is_nan(double d) in is_nan() function
755 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider() local
705 struct is_nan { struct710 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN() argument
3854 bool is_nan = false; in initFromIEEEAPInt() local