Home
last modified time | relevance | path

Searched refs:FPC_NUM (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_explode.c100 return (FPC_NUM); in fpu_itof()
123 return (FPC_NUM); in fpu_xtof()
142 return (FPC_NUM); \
158 return (FPC_NUM)
H A Dfpu_implode.c204 case FPC_NUM: in fpu_ftoi()
251 case FPC_NUM: in fpu_ftox()
H A Dfpu_emu.h103 #define FPC_NUM 1 /* number (sign matters) */ macro
H A Dfpu_add.c124 r->fp_class = FPC_NUM; in fpu_add()
H A Dfpu_subr.c68 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()