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

  /src/external/gpl3/gcc/dist/gcc/
real.cc 2238 const unsigned int realmax = (SIGNIFICAND_BITS / HOST_BITS_PER_WIDE_INT
2262 if (len > realmax)
2267 if (maxbitlen - cnt_l_z > realmax)
2269 e = maxbitlen - cnt_l_z - realmax;
2276 len = realmax;
2234 const unsigned int realmax = (SIGNIFICAND_BITS \/ HOST_BITS_PER_WIDE_INT local
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 2200 const unsigned int realmax = (SIGNIFICAND_BITS / HOST_BITS_PER_WIDE_INT
2224 if (len > realmax)
2229 if (maxbitlen - cnt_l_z > realmax)
2231 e = maxbitlen - cnt_l_z - realmax;
2238 len = realmax;
2196 const unsigned int realmax = (SIGNIFICAND_BITS \/ HOST_BITS_PER_WIDE_INT local

Completed in 49 milliseconds