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

  /src/external/gpl3/gcc/dist/gcc/
double-int.h 111 numbers with precision less than HOST_BITS_PER_DOUBLE_INT bits. */
144 is less than HOST_BITS_PER_DOUBLE_INT bits. */
200 #define HOST_BITS_PER_DOUBLE_INT (2 * HOST_BITS_PER_WIDE_INT)
372 HOST_BITS_PER_DOUBLE_INT bits. */
446 static const unsigned int precision = HOST_BITS_PER_DOUBLE_INT;
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.h 111 numbers with precision less than HOST_BITS_PER_DOUBLE_INT bits. */
144 is less than HOST_BITS_PER_DOUBLE_INT bits. */
200 #define HOST_BITS_PER_DOUBLE_INT (2 * HOST_BITS_PER_WIDE_INT)
372 HOST_BITS_PER_DOUBLE_INT bits. */
445 static const unsigned int precision = HOST_BITS_PER_DOUBLE_INT;

Completed in 23 milliseconds