Home
last modified time | relevance | path

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

/freebsd/sys/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_div.c215 x->fp_class = FPC_INF; in fpu_div()
H A Dfpu_explode.c146 return (FPC_INF); \
H A Dfpu_sqrt.c218 x->fp_class = FPC_INF; in fpu_sqrt()