Home
last modified time | relevance | path

Searched defs:NAN (Results 1 – 10 of 10) sorted by relevance

/openbsd/regress/lib/libm/cephes/
H A Dconst.c108 double NAN = 1.0/0.0 - 1.0/0.0; variable
110 double NAN = 0.0; variable
154 unsigned short NAN[4] = {0x0000,0x0000,0x0000,0x7ffc}; variable
156 unsigned short NAN[4] = {0x0000,0x0000,0x0000,0x0000}; variable
200 unsigned short NAN[4] = {0x7ff8,0x0000,0x0000,0x0000}; variable
202 unsigned short NAN[4] = {0x0000,0x0000,0x0000,0x0000}; variable
234 unsigned short NAN[4] = {0000000,0000000,0000000,0000000}; variable
/openbsd/include/
H A Dmath.h45 #define NAN __builtin_nanf("") macro
51 #define NAN (*(float *)(void *)__nan) macro
/openbsd/gnu/lib/libiberty/src/
H A Dfloatformat.c53 #define NAN DBL_QNAN macro
55 #define NAN (0.0 / 0.0) macro
/openbsd/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h33 #define NAN (__builtin_nanf("")) macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dfp-cmp-4.c91 #define NAN (0.0 / 0.0) macro
H A Dfp-cmp-5.c85 #define NAN (0.0 / 0.0) macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddoublest.c671 #define NAN 0.0 macro
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/
H A Dmathconf.h83 # define NAN (nan()) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dopencl-c-base.h264 #define NAN as_float(INT_MAX) macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs164 # define NAN NV_NAN macro