Home
last modified time | relevance | path

Searched refs:FPC_QNAN (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_explode.c154 return (FPC_QNAN); \
276 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) { in fpu_explode()
H A Dfpu_emu.h102 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
H A Dfpu_subr.c216 fp->fp_class = FPC_QNAN; in fpu_newnan()
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_explode.c213 return (FPC_QNAN); \
339 if (s == FPC_QNAN && (fp->fp_mant[0] & FP_QUIETBIT) == 0) {
H A Dfpu_emu.h113 #define FPC_QNAN -1 /* quiet NaN (sign irrelevant) */ macro
H A Dfpu_subr.c216 fp->fp_class = FPC_QNAN; in __fpu_newnan()