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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 6763 unsigned int to_type_precision = TYPE_PRECISION (to_type); local
6766 if (to_type_precision <= GET_MODE_PRECISION (word_mode))
6770 return to_type_precision <= TYPE_PRECISION (from_type);
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 6441 unsigned int to_type_precision = TYPE_PRECISION (to_type); local
6444 if (to_type_precision <= GET_MODE_PRECISION (word_mode))
6448 return to_type_precision <= TYPE_PRECISION (from_type);

Completed in 58 milliseconds