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

/freebsd-11.0-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h140 #define FTYPE_SNG INSFP_s macro
H A Dfpu_explode.c285 case FTYPE_SNG:
318 ((type == FTYPE_SNG) ? 's' :
H A Dfpu.c213 if (type == FTYPE_INT || type == FTYPE_SNG)
452 if (type == FTYPE_INT || type == FTYPE_SNG)
H A Dfpu_implode.c524 case FTYPE_SNG:
/freebsd-11.0-release/sys/powerpc/fpu/
H A Dfpu_explode.c230 case FTYPE_SNG:
258 ((type == FTYPE_SNG) ? 's' :
H A Dfpu_emu.c355 type = FTYPE_SNG;
373 type = FTYPE_SNG;
472 fpu_implode(fe, fp, FTYPE_SNG,
474 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_SNG, rt);
739 fpu_implode(fe, fp, FTYPE_SNG,
741 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_SNG, rt);
H A Dfpu_instr.h384 #define FTYPE_SNG 1 /* data = 32-bit float */ macro
H A Dfpu_implode.c447 case FTYPE_SNG:

Completed in 66 milliseconds