Home
last modified time | relevance | path

Searched refs:FPC_INF (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_getexp.c48 if (fp->fp_class == FPC_INF) { in fpu_getexp()
67 if (fp->fp_class == FPC_INF) { in fpu_getman()
H A Dfpu_emulate.h113 #define FPC_INF 2 /* infinity (sign matters) */ macro
117 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
H A Dfpu_explode.c128 return (FPC_INF); \
208 return (FPC_INF); in fpu_xtof()
H A Dfpu_emulate.c315 case FPC_INF: in fpu_upd_fpsr()
548 } else if (x->fp_class == FPC_INF) { in fpu_cmp()
549 if (y->fp_class == FPC_INF) {
567 } else if (y->fp_class == FPC_INF) { in fpu_emul_arith()
585 if (x->fp_class == FPC_INF) { in fpu_emul_arith()
H A Dfpu_log.c499 fp->fp_class = FPC_INF; in fpu_log10()
544 fp->fp_class = FPC_INF; in fpu_log2()
576 fp->fp_class = FPC_INF; in fpu_logn()
H A Dfpu_div.c198 x->fp_class = FPC_INF; in fpu_div()
H A Dfpu_hyperb.c100 r->fp_class = FPC_INF; in fpu_atanh()
H A Dfpu_exp.c131 fe->fe_f2.fp_class = FPC_INF; in fpu_etox()
H A Dfpu_fscale.c327 case FPC_INF: in fpu_emul_fscale()
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_emu.h108 #define FPC_INF 2 /* infinity (sign matters) */ macro
112 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
H A Dfpu_div.c194 x->fp_class = FPC_INF; in fpu_div()
H A Dfpu_explode.c154 return (FPC_INF); \
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_emu.h104 #define FPC_INF 2 /* infinity (sign matters) */ macro
110 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
H A Dfpu_implode.c274 case FPC_INF: in fpu_ftoi()
326 case FPC_INF: in fpu_ftox()
H A Dfpu_div.c222 x->fp_class = FPC_INF; in fpu_div()
H A Dfpu_explode.c154 return (FPC_INF); \