FTYPE_LNG
fpu_explode(fe, &fe->fe_f2, FTYPE_LNG, &k);
} else if (format == FTYPE_SNG || format == FTYPE_LNG) {
format = FTYPE_LNG;
format = FTYPE_LNG;
fpu_explode(fe, &fe->fe_f2, FTYPE_LNG, &k);
case FTYPE_LNG:
if (format == FTYPE_LNG) {
fpu_implode(fe, &fe->fe_f2, FTYPE_LNG, buf);
fpu_implode(fe, &fe->fe_f2, FTYPE_LNG, buf);
} else if (format == FTYPE_SNG || format == FTYPE_LNG) {
} else if (format == FTYPE_SNG || format == FTYPE_LNG) {
format = FTYPE_LNG;
format = FTYPE_LNG;
fpu_explode(fe, &fe->fe_f3, FTYPE_LNG, &fp->fp_exp);
case FTYPE_LNG:
fpu_explode(fe, &fe->fe_f1, FTYPE_LNG, &k);
fpu_explode(fe, &fe->fe_f3, FTYPE_LNG,
type = FTYPE_LNG | FTYPE_FPSCR;
fpu_explode(fe, fp = &fe->fe_f1, FTYPE_LNG,
case FTYPE_LNG:
case FTYPE_LNG:
type = FTYPE_LNG;
type = FTYPE_LNG;
DPRINTF(FPE_REG, ("-> %c%d\n", (type == FTYPE_LNG) ? 'x' :
if (type >= FTYPE_DBL || type == FTYPE_LNG) {
case FTYPE_LNG:
DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
if (type == FTYPE_LNG) printf("%ld ", l);
if (type == FTYPE_LNG) printf("%lld ", l);
case FTYPE_LNG: