Home
last modified time | relevance | path

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

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