Searched refs:CMPtype (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Ddfp-bit.h435 typedef int CMPtype __attribute__ ((mode (word))); typedef
453 extern CMPtype DFP_EQ (DFP_C_TYPE, DFP_C_TYPE);
457 extern CMPtype DFP_NE (DFP_C_TYPE, DFP_C_TYPE);
461 extern CMPtype DFP_LT (DFP_C_TYPE, DFP_C_TYPE);
465 extern CMPtype DFP_GT (DFP_C_TYPE, DFP_C_TYPE);
469 extern CMPtype DFP_LE (DFP_C_TYPE, DFP_C_TYPE);
473 extern CMPtype DFP_GE (DFP_C_TYPE, DFP_C_TYPE);
477 extern CMPtype DFP_UNORD (DFP_C_TYPE, DFP_C_TYPE);
H A Dfp-bit.h112 #ifndef CMPtype
113 typedef int CMPtype __attribute__ ((mode (word))); typedef
442 extern CMPtype compare (FLO_type, FLO_type);
448 extern CMPtype _eq_f2 (FLO_type, FLO_type);
452 extern CMPtype _ne_f2 (FLO_type, FLO_type);
456 extern CMPtype _gt_f2 (FLO_type, FLO_type);
460 extern CMPtype _ge_f2 (FLO_type, FLO_type);
464 extern CMPtype _lt_f2 (FLO_type, FLO_type);
468 extern CMPtype _le_f2 (FLO_type, FLO_type);
472 extern CMPtype _unord_f
[all...]
H A Ddfp-bit.c300 CMPtype
311 CMPtype
322 CMPtype
333 CMPtype
344 CMPtype
355 CMPtype
531 CMPtype
H A Dfp-bit.c54 CMPtype: Specify the type that floating point compares should return.
1172 CMPtype
1194 CMPtype
1215 CMPtype
1236 CMPtype
1257 CMPtype
1277 CMPtype
1298 CMPtype
1321 CMPtype

Completed in 112 milliseconds