Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h334 bool is_nan() const { in is_nan() function
/freebsd-12.1/usr.bin/sort/
H A Dcoll.c1092 is_nan(double d) in is_nan() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp652 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider() local
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h422 struct is_nan { struct
427 inline cstfp_pred_ty<is_nan> m_NaN() { in m_NaN() argument