Home
last modified time | relevance | path

Searched refs:nan (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dinf-nan-torture.ok4 4 -nan -nan
13 13 +nan +nan
H A Dinf-nan-torture.in1 -inf -inform inform -nan -nancy nancy -123 0 123 +123 nancy +nancy +nan inform +inform +inf
/freebsd/lib/msun/tests/
H A Dnan_test.c78 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 Dcexp_test.c116 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 Dinvctrig_test.c143 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 Ds_nan.c80 nan(const char *s) in nan() function
110 __weak_reference(nan, nanl);
H A Dmath.h286 double nan(const char *) __pure2;
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp69 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 Dregress.f.out1 42.250000,-42.250 ,inf,nan
/freebsd/contrib/libcbor/test/
H A Dfloat_ctrl_encoders_test.c176 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 Dratio197 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 Dcmath259 double nan (const char* str);
470 using ::nan _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.td149 // 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.h141 __DEVICE__ double nan(const char *);
253 using ::nan;
/freebsd/usr.bin/sort/
H A Dcoll.c1140 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 Dcoll.h54 bool nan; member
/freebsd/lib/msun/
H A DMakefile180 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
252 MLINKS+=nan.3 nanf.3 nan.3 nanl.3
H A DSymbol.map191 nan;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc219 using ::nan _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/gdtoa/
H A Dchanges278 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 Dgmock-matchers-arithmetic_test.cc174 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 Dcmath.cppm
H A Dcmath.inc220 using std::nan _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp670 KEYWORD(nan); in LexIdentifier()
/freebsd/contrib/libpcap/
H A DCREDITS187 Nan Xiao <nan at chinadtrace dot org>

12