/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | inf-nan-torture.ok | 4 4 -nan -nan 13 13 +nan +nan
|
H A D | inf-nan-torture.in | 1 -inf -inform inform -nan -nancy nancy -123 0 123 +123 nancy +nancy +nan inform +inform +inf
|
/freebsd/lib/msun/tests/ |
H A D | nan_test.c | 78 ad[0] = nan(nan_format); in testnan() 105 ATF_TC_WITHOUT_HEAD(nan); 106 ATF_TC_BODY(nan, tc) in ATF_TC_BODY() argument 117 ATF_TP_ADD_TC(tp, nan); in ATF_TP_ADD_TCS()
|
H A D | cexp_test.c | 116 ATF_TC_WITHOUT_HEAD(nan); 117 ATF_TC_BODY(nan, tc) in ATF_TC_BODY() argument 292 ATF_TP_ADD_TC(tp, nan); in ATF_TP_ADD_TCS()
|
H A D | invctrig_test.c | 143 ATF_TC_WITHOUT_HEAD(nan); 144 ATF_TC_BODY(nan, tc) in ATF_TC_BODY() argument 341 ATF_TP_ADD_TC(tp, nan); in ATF_TP_ADD_TCS()
|
/freebsd/lib/msun/src/ |
H A D | s_nan.c | 80 nan(const char *s) in nan() function 110 __weak_reference(nan, nanl);
|
H A D | math.h | 286 double nan(const char *) __pure2;
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 69 bool nan = files[0].flags & EF_MIPS_NAN2008; in checkFlags() local 82 if (nan != nan2) in checkFlags() 84 " is incompatible with target -mnan=" + getNanName(nan)); in checkFlags()
|
/freebsd/usr.bin/printf/tests/ |
H A D | regress.f.out | 1 42.250000,-42.250 ,inf,nan
|
/freebsd/contrib/libcbor/test/ |
H A D | float_ctrl_encoders_test.c | 176 assert_size_equal(9, cbor_encode_double(nan(""), buffer, 512)); in test_double() 184 assert_size_equal(9, cbor_encode_double(nan("3"), buffer, 512)); in test_double()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ratio | 197 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)); 198 static const intmax_t min = nan + 1; 203 static_assert(_Xp != nan && _Yp != nan && __a_x <= max / __a_y, "overflow in __ll_mul"); 230 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)); 231 static const intmax_t min = nan + 1; 234 static_assert(_Xp != nan && _Yp != nan && _Yp != 0, "overflow in __ll_div");
|
H A D | cmath | 259 double nan (const char* str); 470 using ::nan _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstrInfo.td | 149 // out = max(a, b) a and b are floats, where a nan comparison fails. 151 // x < nan ? x : nan -> nan 152 // nan < x ? nan : x -> x 161 // out = min(a, b) a and b are floats, where a nan comparison fails.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 141 __DEVICE__ double nan(const char *); 253 using ::nan;
|
/freebsd/usr.bin/sort/ |
H A D | coll.c | 1140 kv1->hint->v.gh.nan = is_nan(d1); in gnumcoll() 1157 kv2->hint->v.gh.nan = is_nan(d2); in gnumcoll() 1172 if (kv1->hint->v.gh.nan) in gnumcoll() 1173 return ((kv2->hint->v.gh.nan) ? in gnumcoll() 1176 else if (kv2->hint->v.gh.nan) in gnumcoll()
|
H A D | coll.h | 54 bool nan; member
|
/freebsd/lib/msun/ |
H A D | Makefile | 180 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \ 252 MLINKS+=nan.3 nanf.3 nan.3 nanl.3
|
H A D | Symbol.map | 191 nan;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 219 using ::nan _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/gdtoa/ |
H A D | changes | 278 compiled with -DNo_Hex_NaN, accept "nan(x)", where x is a string of 415 Fix bug in strtod.c and strtodg.c under which, e.g., -.nan was read 417 comments in README about nan(...). Fix glitch in test/dt.c. 461 in the C99 standard of consuming (...) in "nan(...)" even when ... 571 accepting (e.g.) ".nan" or ".inf" as NaN or Infinity.
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 174 double other_nan = std::nan("1"); in TEST() 196 long double other_nan = std::nan("1"); in TEST() 224 EXPECT_FALSE(md.Matches(std::nan("1"))); in TEST()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 220 using std::nan _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 670 KEYWORD(nan); in LexIdentifier()
|
/freebsd/contrib/libpcap/ |
H A D | CREDITS | 187 Nan Xiao <nan at chinadtrace dot org>
|