Home
last modified time | relevance | path

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

/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_explode.c106 return (FPC_NUM);
132 return (FPC_NUM);
159 return (FPC_NUM);
185 return (FPC_NUM);
204 return (FPC_NUM); \
220 return (FPC_NUM)
H A Dfpu_emu.h115 #define FPC_NUM 1 /* number (sign matters) */ macro
H A Dfpu_implode.c207 case FPC_NUM:
258 case FPC_NUM:
H A Dfpu_add.c117 r->fp_class = FPC_NUM;
H A Dfpu_subr.c74 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in __fpu_shr()
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_explode.c101 return (FPC_NUM); in fpu_itof()
126 return (FPC_NUM); in fpu_xtof()
145 return (FPC_NUM); \
161 return (FPC_NUM)
H A Dfpu_emu.h104 #define FPC_NUM 1 /* number (sign matters) */ macro
H A Dfpu_implode.c203 case FPC_NUM: in fpu_ftoi()
251 case FPC_NUM: in fpu_ftox()
H A Dfpu_add.c116 r->fp_class = FPC_NUM; in fpu_add()
H A Dfpu_subr.c74 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()