Home
last modified time | relevance | path

Searched refs:OUTPREC (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/config/s390/
HDs390.h912 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/NextBSD/contrib/gcc/config/mips/
HDmips.h2264 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) \ argument
2265 (TARGET_64BIT ? ((INPREC) <= 32 || (OUTPREC) > 32) : 1)
/NextBSD/contrib/gcc/config/ia64/
HDia64.h1959 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h2100 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/NextBSD/contrib/gcc/config/i386/
HDi386.h1829 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/NextBSD/contrib/gcc/config/arm/
HDarm.h2077 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.h1821 #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 argument
/NextBSD/contrib/gcc/
HDChangeLog-200024269 * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.