Searched refs:CMPtype (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcc/config/ |
| D | fp-bit.h | 112 #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_f2 (FLO_type, FLO_type);
|
| D | dfp-bit.h | 435 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);
|
| D | dfp-bit.c | 298 CMPtype 309 CMPtype 320 CMPtype 331 CMPtype 342 CMPtype 353 CMPtype 529 CMPtype
|
| D | fp-bit.c | 1172 CMPtype 1194 CMPtype 1215 CMPtype 1236 CMPtype 1257 CMPtype 1277 CMPtype 1298 CMPtype 1321 CMPtype
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2006 | 10075 * config/fp-bit.h (CMPtype): Typedef to a word mode integer. 10128 * config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
|