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

/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h139 #define FTYPE_INT INSFP_i macro
H A Dfpu_explode.c281 case FTYPE_INT:
317 ((type == FTYPE_INT) ? 'i' :
H A Dfpu.c213 if (type == FTYPE_INT || type == FTYPE_SNG)
452 if (type == FTYPE_INT || type == FTYPE_SNG)
H A Dfpu_implode.c520 case FTYPE_INT:
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_explode.c226 case FTYPE_INT:
257 ((type == FTYPE_INT) ? 'i' :
H A Dfpu_instr.h383 #define FTYPE_INT 0 /* data = 32-bit signed integer */ macro
H A Dfpu_implode.c440 case FTYPE_INT:
H A Dfpu_emu.c480 type = FTYPE_INT;
664 fpu_explode(fe, &fe->fe_f1, FTYPE_INT, rt);
683 fpu_explode(fe, &fe->fe_f1, FTYPE_INT, rt);

Completed in 59 milliseconds