Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libm/cephes/
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/src/include/
Dmath.h45 #define NAN __builtin_nanf("") macro
51 #define NAN (*(float *)(void *)__nan) macro
/openbsd/src/gnu/lib/libiberty/src/
Dfloatformat.c53 #define NAN DBL_QNAN macro
55 #define NAN (0.0 / 0.0) macro
/openbsd/src/gnu/gcc/fixincludes/tests/base/iso/
Dmath_c99.h33 #define NAN (__builtin_nanf("")) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
Dfp-cmp-4.c91 #define NAN (0.0 / 0.0) macro
Dfp-cmp-5.c85 #define NAN (0.0 / 0.0) macro
/openbsd/src/gnu/lib/libstdc++/libstdc++/libmath/
Dmathconf.h83 # define NAN (nan()) macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.c671 #define NAN 0.0 macro
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dopencl-c-base.h264 #define NAN as_float(INT_MAX) macro
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs164 # define NAN NV_NAN macro