Searched refs:FTYPE_DBL (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/lib/libc/sparc64/fpu/
H A Dfpu_emu.h141 #define FTYPE_DBL INSFP_d macro
H A Dfpu_explode.c268 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) {
289 case FTYPE_DBL:
319 ((type == FTYPE_DBL) ? 'd' :
H A Dfpu_implode.c528 case FTYPE_DBL:
H A Dfpu.c192 ((tp) >= FTYPE_DBL ? INSFPdq_RN(rn) & ~opmask[tp] : (rn))
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_explode.c234 case FTYPE_DBL:
259 ((type == FTYPE_DBL) ? 'd' : '?'))),
H A Dfpu_emu.c289 type = FTYPE_DBL;
393 if (type != FTYPE_DBL) {
397 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_DBL, rt);
415 if (type != FTYPE_DBL) {
417 fpu_implode(fe, fp, FTYPE_DBL,
469 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_DBL, rb);
473 type = FTYPE_DBL;
600 type = FTYPE_DBL;
617 type = FTYPE_DBL;
H A Dfpu_instr.h385 #define FTYPE_DBL 2 /* data = 64-bit double */ macro
H A Dfpu_implode.c453 case FTYPE_DBL:

Completed in 119 milliseconds