Home
last modified time | relevance | path

Searched defs:is_nan (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dstrfrom.c184 sf_special(struct sf_buf *b, char conv, int signflag, int is_nan) in sf_special()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfloat_to_string.h423 LIBC_INLINE constexpr bool is_nan() { return float_bits.is_nan(); } in is_nan() function
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h324 bool is_nan() const { in is_nan() function
/freebsd/contrib/one-true-awk/
H A Dlib.c882 bool is_nan = false; in is_valid_number() local
/freebsd/usr.bin/sort/
H A Dcoll.c1091 is_nan(double d) in is_nan() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp754 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h707 struct is_nan { struct
712 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN() argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4011 bool is_nan = false; in initFromIEEEAPInt() local