Searched refs:FTYPE_EXT (Results 1 – 7 of 7) sorted by relevance
306 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) {318 case FTYPE_EXT:356 ((type == FTYPE_EXT) ? 'q' : '?')))),
525 case FTYPE_EXT:
28 #define FTYPE_EXT 2 macro
265 case FTYPE_EXT: in fpu_explode()293 ((type == FTYPE_EXT) ? 'q' : '?')))), in fpu_explode()
176 if (type != FTYPE_EXT) in fpu_fcopy()261 if (type == FTYPE_LNG || type == FTYPE_DBL || type == FTYPE_EXT) { in fpu_regoffset()264 if ((type == FTYPE_EXT) && (rx & 2)) in fpu_regoffset()
512 case FTYPE_EXT: in fpu_implode()
502 #define FTYPE_EXT 3 /* data = 128-bit extended (quad-prec) */ macro