/src/sys/arch/m68k/fpe/ |
fpu_fmovecr.c | 50 { 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...] |
fpu_getexp.c | 51 } else if (fp->fp_class == FPC_NUM) { /* a number */ 70 } else if (fp->fp_class == FPC_NUM) { /* a number */
|
fpu_int.c | 49 if (x->fp_class != FPC_NUM) { 84 if (x->fp_class != FPC_NUM) {
|
fpu_explode.c | 106 return (FPC_NUM); 124 return (FPC_NUM); \ 138 return (FPC_NUM) 203 return (FPC_NUM); 218 return (FPC_NUM);
|
fpu_add.c | 113 r->fp_class = FPC_NUM;
|
fpu_log.c | 302 F.fp_class = FPC_NUM; 333 fe->fe_f2.fp_class = FPC_NUM; 440 fe->fe_f2.fp_class = FPC_NUM; 485 if (fp->fp_class >= FPC_NUM) { 489 } else if (fp->fp_class == FPC_NUM) { 522 if (fp->fp_class >= FPC_NUM) { 526 } else if (fp->fp_class == FPC_NUM) { 566 if (fp->fp_class >= FPC_NUM) { 570 } else if (fp->fp_class == FPC_NUM) {
|
fpu_fscale.c | 196 fe->fe_f2.fp_class = (buf[0] == 0) ? FPC_ZERO : FPC_NUM; 220 case FPC_NUM:
|
fpu_emulate.h | 112 #define FPC_NUM 1 /* number (sign matters) */
|
fpu_subr.c | 90 if (rsh < 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
|
fpu_emulate.c | 556 x->fp_class = FPC_NUM; 563 x->fp_class = FPC_NUM; 570 x->fp_class = FPC_NUM; 586 x->fp_class = FPC_NUM;
|
fpu_implode.c | 200 case FPC_NUM:
|
fpu_cordic.c | 314 fp->fp_class = FPC_NUM;
|
/src/sys/arch/powerpc/fpu/ |
fpu_explode.c | 108 return (FPC_NUM); 131 return (FPC_NUM); 150 return (FPC_NUM); \ 166 return (FPC_NUM)
|
fpu_emu.h | 103 #define FPC_NUM 1 /* number (sign matters) */
|
fpu_add.c | 134 r->fp_class = FPC_NUM;
|
fpu_subr.c | 73 KASSERTMSG(rsh > 0 && (fp->fp_class == FPC_NUM || ISNAN(fp)),
|
fpu_implode.c | 251 case FPC_NUM: 303 case FPC_NUM:
|
/src/sys/arch/sparc/fpu/ |
fpu_explode.c | 106 return (FPC_NUM); 130 return (FPC_NUM); 150 return (FPC_NUM); \ 166 return (FPC_NUM)
|
fpu_emu.h | 107 #define FPC_NUM 1 /* number (sign matters) */
|
fpu_add.c | 117 r->fp_class = FPC_NUM;
|
fpu_subr.c | 75 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
|
fpu_implode.c | 208 case FPC_NUM: 257 case FPC_NUM:
|