Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/fpu/
H A Dfpu_explode.c103 return (FPC_NUM); in fpu_itof()
126 return (FPC_NUM); in fpu_xtof()
145 return (FPC_NUM); \
161 return (FPC_NUM)
H A Dfpu_implode.c207 case FPC_NUM: in fpu_ftoi()
254 case FPC_NUM: in fpu_ftox()
H A Dfpu_emu.h105 #define FPC_NUM 1 /* number (sign matters) */ macro
H A Dfpu_add.c127 r->fp_class = FPC_NUM; in fpu_add()
H A Dfpu_subr.c71 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()