Searched defs:is_nan (Results 1 – 8 of 8) sorted by relevance
184 sf_special(struct sf_buf *b, char conv, int signflag, int is_nan) in sf_special()
423 LIBC_INLINE constexpr bool is_nan() { return float_bits.is_nan(); } in is_nan() function
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
754 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider() local
707 struct is_nan { struct712 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN() argument
4011 bool is_nan = false; in initFromIEEEAPInt() local