Searched refs:nan (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnan.c30 #pragma weak nan = __nan macro
33 * nan(c) returns a NaN. This implementation ignores c.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanf.s46 / let nan waste time
H A Disnan.s52 / let nan waste time
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgconvert.c47 static char *nan = "NaN"; local
74 pstring = nan;
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darith.sh451 Nan nan \
452 -Nan -nan \
464 [[ $(print -- $((0.0/0.0))) == ?(-)nan ]] || err_exit '0.0/0.0 != NaN'
468 [[ $(print -- $((sqrt(-1.0)))) == ?(-)nan ]]|| err_exit 'sqrt(-1.0) != NaN'
471 [[ $(print -- $((NaN/Inf))) == ?(-)nan ]] || err_exit 'NaN/Inf != NaN'
H A Dsun_solaris_compoundvario.sh142 float my_nan=-nan
207 float my_nan=-nan
282 float my_nan=-nan
/illumos-gate/usr/src/lib/libc/port/gen/
H A Decvt.c46 #include <nan.h>
79 (void) strncpy(buf, "nan", NDIG);
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_protos.h89 extern double nan __P((const char *));
/illumos-gate/usr/src/man/man3m/
H A DMakefile104 nan.3m \
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h248 extern double nan __P((const char *));
407 #pragma does_not_read_global_data(copysign, nan, nexttoward)
414 #pragma does_not_write_global_data(copysign, nan, nexttoward)
490 #pragma no_side_effect(copysign, nan, nextafter, nexttoward)
/illumos-gate/usr/src/boot/include/
H A Dmath.h282 double nan(const char *) __pure2;
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com92 nan.o \
884 ../common/m9x/nan.c \
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c53 #include <nan.h>
/illumos-gate/usr/src/head/
H A DMakefile121 nan.h \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S1120 bg,pt %icc,1f ! if x is huge, inf, nan
1178 bg,pt %icc,1f ! if x is huge, inf, nan
1236 bg,pt %icc,1f ! if x is huge, inf, nan
H A D__vatan2.S209 fbu,pn %fcc0,.nan0 ! if x or y is nan
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc65 #include <nan.h>

Completed in 113 milliseconds