| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | BasicOperations.h | 121 if (bitx.is_nan()) in fmin() 123 if (bity.is_nan()) in fmin() 132 if (bitx.is_nan()) in fmax() 134 if (bity.is_nan()) in fmax() 143 if (bitx.is_nan()) in fmaximum() 145 if (bity.is_nan()) in fmaximum() 154 if (bitx.is_nan()) in fminimum() 156 if (bity.is_nan()) in fminimum() 166 if (bitx.is_nan() && bity.is_nan()) in fmaximum_num() 169 if (bitx.is_nan()) in fmaximum_num() [all …]
|
| H A D | ManipulationFunctions.h | 58 if (bits.is_zero() || bits.is_nan()) { in modf() 109 if (bits.is_nan()) 138 if (bits.is_nan()) 215 if (from_bits.is_nan()) 219 if (to_bits.is_nan()) 253 if (xbits.is_nan() || xbits == FPBits<T>::max_normal(sign) ||
|
| H A D | DivisionAndRemainderOperations.h | 30 if (xbits.is_nan()) in remquo() 32 if (ybits.is_nan()) in remquo()
|
| H A D | FPBits.h | 425 LIBC_INLINE constexpr bool is_nan() const { 432 return is_nan() && !is_quiet_nan(); 527 LIBC_INLINE constexpr bool is_nan() const { 551 return is_nan() && !is_quiet_nan(); 557 return !is_inf() && !is_nan(); 681 using UP::is_nan;
|
| H A D | fpbits_str.h | 40 if (x.is_nan()) in str()
|
| H A D | cast.h | 48 if (x_bits.is_nan()) { in cast()
|
| H A D | Hypot.h | 127 if (x_abs.is_nan())
|
| H A D | NearestIntegerOperations.h | 341 if (!bits.is_nan() && rounded_value != x) in fromfpx()
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/ |
| H A D | mul.h | 48 if (x_bits.is_nan() || y_bits.is_nan()) { in mul()
|
| H A D | div.h | 47 if (x_bits.is_nan() || y_bits.is_nan()) { in div()
|
| H A D | add_sub.h | 54 if (x_bits.is_nan() || y_bits.is_nan()) { in add_or_sub()
|
| H A D | FMod.h | 181 if (sx.is_nan() || sy.is_nan()) { in pre_check()
|
| H A D | sqrt_80_bit_long_double.h | 48 if (bits == LDBits::inf(Sign::POS) || bits.is_zero() || bits.is_nan()) { in sqrt()
|
| H A D | sqrt.h | 94 if (bits == InFPBits::inf(Sign::POS) || bits.is_zero() || bits.is_nan()) {
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/x86_64/ |
| H A D | NextAfterLongDouble.h | 31 if (from_bits.is_nan()) in nextafter() 35 if (to_bits.is_nan()) in nextafter()
|
| H A D | NextUpDownLongDouble.h | 30 if (xbits.is_nan() || xbits == FPBits_t::max_normal(sign) || in nextupdown()
|
| /freebsd/usr.bin/sort/ |
| H A D | coll.c | 1091 is_nan(double d) in is_nan() function 1140 kv1->hint->v.gh.nan = is_nan(d1); in gnumcoll() 1157 kv2->hint->v.gh.nan = is_nan(d2); in gnumcoll() 1209 if (is_nan(d1)) in gnumcoll() 1210 return (is_nan(d2) ? cmp_nans(d1, d2) : -1); in gnumcoll() 1211 else if (is_nan(d2)) in gnumcoll()
|
| /freebsd/contrib/llvm-project/libc/src/__support/math/ |
| H A D | expf16.h | 64 if (x_bits.is_nan()) { in expf16()
|
| /freebsd/contrib/one-true-awk/ |
| H A D | lib.c | 882 bool is_nan = false; in is_valid_number() local 897 is_nan = (strncasecmp(s+1, "nan", 3) == 0); in is_valid_number() 899 if ((is_nan || is_inf) in is_valid_number()
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | float_to_string.h | 423 LIBC_INLINE constexpr bool is_nan() { return float_bits.is_nan(); } in is_nan() function
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 324 bool is_nan() const { in is_nan() function 339 if (is_nan() || rhs.is_nan()) return false; in AlmostEquals()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 754 const bool is_nan = is_negative && (length == 0); in NSDecimalNumberSummaryProvider() local 756 if (is_nan) { in NSDecimalNumberSummaryProvider()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4011 bool is_nan = false; in initFromIEEEAPInt() local 4014 is_nan = myexponent - bias == ::exponentNaN(S) && !all_zero_significand; in initFromIEEEAPInt() 4021 is_nan = myexponent - bias == ::exponentNaN(S) && all_ones_significand; in initFromIEEEAPInt() 4023 is_nan = is_zero && sign; in initFromIEEEAPInt() 4026 if (is_nan) { in initFromIEEEAPInt()
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 1749 if (actual.is_nan() || expected.is_nan()) { 1750 if (actual.is_nan() && expected.is_nan()) { 1785 if (FloatingPoint<FloatType>(expected_).is_nan()) { 1804 if (FloatingPoint<FloatType>(expected_).is_nan()) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 707 struct is_nan { struct 712 inline cstfp_pred_ty<is_nan> m_NaN() { return cstfp_pred_ty<is_nan>(); } in m_NaN() argument
|