Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/m68k/fpe/
Dfpu_fmovecr.c50 { FPC_NUM, 0, 1, 0, { 0x6487e, 0xd5110b46, 0x11a80000 } },
51 { FPC_NUM, 0, -2, 0, { 0x4d104, 0xd427de7f, 0xbcc00000 } },
52 { FPC_NUM, 0, 1, 0, { 0x56fc2, 0xa2c515da, 0x54d00000 } },
53 { FPC_NUM, 0, 0, 0, { 0x5c551, 0xd94ae0bf, 0x85e00000 } },
54 { FPC_NUM, 0, -2, 0, { 0x6f2de, 0xc549b943, 0x8ca80000 } },
56 { FPC_NUM, 0, -1, 0, { 0x58b90, 0xbfbe8e7b, 0xcd600000 } },
57 { FPC_NUM, 0, 1, 0, { 0x49aec, 0x6eed5545, 0x60b80000 } },
58 { FPC_NUM, 0, 0, 0, { 0x40000, 0x0, 0x0 } },
59 { FPC_NUM, 0, 3, 0, { 0x50000, 0x0, 0x0 } },
60 { FPC_NUM, 0, 6, 0, { 0x64000, 0x0, 0x0 } },
[all …]
Dfpu_explode.c106 return (FPC_NUM); in fpu_itof()
124 return (FPC_NUM); \
138 return (FPC_NUM)
203 return (FPC_NUM); in fpu_xtof()
218 return (FPC_NUM); in fpu_xtof()
Dfpu_log.c302 F.fp_class = FPC_NUM; in __fpu_logn()
333 fe->fe_f2.fp_class = FPC_NUM; in __fpu_logn()
440 fe->fe_f2.fp_class = FPC_NUM; in __fpu_logn()
485 if (fp->fp_class >= FPC_NUM) { in fpu_log10()
489 } else if (fp->fp_class == FPC_NUM) { in fpu_log10()
522 if (fp->fp_class >= FPC_NUM) { in fpu_log2()
526 } else if (fp->fp_class == FPC_NUM) { in fpu_log2()
566 if (fp->fp_class >= FPC_NUM) { in fpu_logn()
570 } else if (fp->fp_class == FPC_NUM) { in fpu_logn()
Dfpu_getexp.c51 } else if (fp->fp_class == FPC_NUM) { /* a number */ in fpu_getexp()
70 } else if (fp->fp_class == FPC_NUM) { /* a number */ in fpu_getman()
Dfpu_int.c49 if (x->fp_class != FPC_NUM) { in fpu_intrz()
84 if (x->fp_class != FPC_NUM) { in fpu_int()
Dfpu_fscale.c196 fe->fe_f2.fp_class = (buf[0] == 0) ? FPC_ZERO : FPC_NUM; in fpu_emul_fscale()
220 case FPC_NUM: in fpu_emul_fscale()
Dfpu_emulate.c556 x->fp_class = FPC_NUM; in fpu_cmp()
563 x->fp_class = FPC_NUM; in fpu_cmp()
570 x->fp_class = FPC_NUM; in fpu_cmp()
586 x->fp_class = FPC_NUM; in fpu_cmp()
Dfpu_add.c113 r->fp_class = FPC_NUM; in fpu_add()
Dfpu_emulate.h112 #define FPC_NUM 1 /* number (sign matters) */ macro
Dfpu_subr.c90 if (rsh < 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()
Dfpu_cordic.c314 fp->fp_class = FPC_NUM; in sfpn_to_fpn()
Dfpu_implode.c200 case FPC_NUM: in fpu_ftoi()
/netbsd/src/sys/arch/powerpc/fpu/
Dfpu_explode.c108 return (FPC_NUM); in fpu_itof()
131 return (FPC_NUM); in fpu_xtof()
150 return (FPC_NUM); \
166 return (FPC_NUM)
Dfpu_emu.h103 #define FPC_NUM 1 /* number (sign matters) */ macro
Dfpu_implode.c251 case FPC_NUM: in fpu_ftoi()
303 case FPC_NUM: in fpu_ftox()
Dfpu_add.c134 r->fp_class = FPC_NUM; in fpu_add()
Dfpu_subr.c73 KASSERTMSG(rsh > 0 && (fp->fp_class == FPC_NUM || ISNAN(fp)), in fpu_shr()
/netbsd/src/sys/arch/sparc/fpu/
Dfpu_explode.c106 return (FPC_NUM); in fpu_itof()
130 return (FPC_NUM); in fpu_xtof()
150 return (FPC_NUM); \
166 return (FPC_NUM)
Dfpu_emu.h107 #define FPC_NUM 1 /* number (sign matters) */ macro
Dfpu_implode.c208 case FPC_NUM: in fpu_ftoi()
257 case FPC_NUM: in fpu_ftox()
Dfpu_add.c117 r->fp_class = FPC_NUM; in fpu_add()
Dfpu_subr.c75 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()