HomeSort by: relevance | last modified time | path
    Searched defs:UACCUM_MODE_P (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
machmode.h 208 #define UACCUM_MODE_P(MODE) \
214 (ACCUM_MODE_P (MODE) || UACCUM_MODE_P (MODE))
222 (UFRACT_MODE_P (MODE) || UACCUM_MODE_P (MODE))
  /src/external/gpl3/gcc.old/dist/gcc/
machmode.h 207 #define UACCUM_MODE_P(MODE) \
213 (ACCUM_MODE_P (MODE) || UACCUM_MODE_P (MODE))
221 (UFRACT_MODE_P (MODE) || UACCUM_MODE_P (MODE))

Completed in 28 milliseconds