Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h325 bool is_nan() const { in is_nan() function
/freebsd/contrib/one-true-awk/
H A Dlib.c880 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.cpp755 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h613 struct is_nan { struct
618 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.cpp3780 bool is_nan = false; in initFromIEEEAPInt() local