Home
last modified time | relevance | path

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

12

/dragonfly/contrib/openbsd_libm/src/
H A Ds_nan.c96 nan(const char *s) function
126 __strong_alias(nanl, nan);
/dragonfly/tools/regression/usr.bin/printf/
H A Dregress.f.out1 42.250000,-42.250 ,inf,nan
/dragonfly/tools/regression/lib/libm/
H A DMakefile7 test-lround test-nan test-nearbyint test-next test-rem test-trig
H A Dtest-nan.c79 ad[0] = nan(nan_format); in testnan()
/dragonfly/lib/libc/x86_64/gen/
H A DMakefile.inc5 makecontext.c nan.c \
/dragonfly/contrib/mpfr/src/
H A Dset_ld.c60 LONGDOUBLE_NAN_ACTION (d, goto nan); in mpfr_set_ld()
231 nan: in mpfr_set_ld()
/dragonfly/usr.bin/sort/
H A Dcoll.c1151 kv1->hint->v.gh.nan = is_nan(d1); in gnumcoll()
1168 kv2->hint->v.gh.nan = is_nan(d2); in gnumcoll()
1183 if (kv1->hint->v.gh.nan) in gnumcoll()
1184 return ((kv2->hint->v.gh.nan) ? in gnumcoll()
1187 else if (kv2->hint->v.gh.nan) in gnumcoll()
H A Dcoll.h53 bool nan; member
/dragonfly/lib/libm/
H A DMakefile142 lgamma.3 logb.3 lrint.3 lround.3 nan.3 nextafter.3 \
310 MLINKS+=nan.3 nanf.3 \
311 nan.3 nanl.3
H A DSymbol.map175 nan;
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mips.texi479 (@option{-mnan=legacy}). It is equivalent to adding a @code{.nan}
483 @code{.nan} directive is used.
918 @cindex @code{.nan} directive, MIPS
935 Assembly files can use the @code{.nan} directive to select between the
936 two encodings. @samp{.nan 2008} says that the assembly file uses the
937 IEEE 754-2008 encoding while @samp{.nan legacy} says that the file uses
938 the original MIPS encoding. If several @code{.nan} directives are given,
942 can be used instead of @samp{.nan legacy} and @samp{.nan 2008}
943 respectively. However, any @code{.nan} directive overrides the
946 @samp{.nan legacy} is the default if no @code{.nan} directive or
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfloatformat.c490 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double() local
499 if (nan) in floatformat_to_double()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfloatformat.c489 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double() local
498 if (nan) in floatformat_to_double()
/dragonfly/contrib/gdb-7/libiberty/
H A Dfloatformat.c479 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double() local
488 if (nan) in floatformat_to_double()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfloatformat.c480 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double() local
489 if (nan) in floatformat_to_double()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfloatformat.c489 int nan = mant_bits_set (fmt, ufrom); in floatformat_to_double() local
498 if (nan) in floatformat_to_double()
/dragonfly/contrib/openbsd_libm/
H A DMakefile185 lgamma.3 logb.3 lrint.3 lround.3 nan.3 nextafter.3 \
272 MLINKS+=nan.3 nanf.3
353 MLINKS+=nan.3 nanl.3
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h237 double nan(const char *);
/dragonfly/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt589 -finit-real=<zero|snan|nan|inf|-inf> Initialize local real variables.
601 Enum(gfc_init_local_real) String(nan) Value(GFC_INIT_REAL_NAN)
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcmath107 #undef nan
253 using ::nan;
476 using std::nan;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcmath108 #undef nan
252 using ::nan;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcmath998 #undef nan
1136 using ::nan;
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfp-bit.c116 #define nan() 0
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcmath1027 #undef nan
1163 using ::nan;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.def519 DEF_C99_BUILTIN (BUILT_IN_NAN, "nan", BT_FN_DOUBLE_CONST_STRING, ATTR_CONST_NOTHROW_NONNULL)
523 DEF_EXT_LIB_FLOATN_NX_BUILTINS (BUILT_IN_NAN, "nan", NAN_TYPE, ATTR_CONST_NOTHROW_NONNULL)

12