Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/fpu/
H A Dfpu_emu.h81 #define FPC_INF 2 /* infinity (sign matters) */ macro
85 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
H A Dfpu_div.c170 x->fp_class = FPC_INF;
H A Dfpu_explode.c100 return (FPC_INF); \