HomeSort by relevance Sort by last modified time
    Searched refs:REAL_VALUE_TYPE_SIZE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
real.h 43 sure they're packed together, otherwise REAL_VALUE_TYPE_SIZE will
69 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)
71 (REAL_VALUE_TYPE_SIZE/HOST_BITS_PER_WIDE_INT \
72 + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */
output.h 268 #ifdef REAL_VALUE_TYPE_SIZE

Completed in 91 milliseconds