Searched refs:is_nan (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/sort/
H A Dcoll.c1095 is_nan(double d) function
1144 kv1->hint->v.gh.nan = is_nan(d1);
1161 kv2->hint->v.gh.nan = is_nan(d2);
1213 if (is_nan(d1))
1214 return (is_nan(d2) ? cmp_nans(d1, d2) : -1);
1215 else if (is_nan(d2))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp638 const bool is_nan = is_negative && (length == 0); local
640 if (is_nan) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h524 struct is_nan { struct in namespace:llvm::PatternMatch
529 inline cstfp_pred_ty<is_nan> m_NaN() {
530 return cstfp_pred_ty<is_nan>();

Completed in 249 milliseconds