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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-cppbuiltin.cc 138 int dig, min_10_exp, max_10_exp; local
191 min_10_exp = (fmt->emin - 1) * log10_b;
193 sprintf (buf, "(%d)", min_10_exp);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-cppbuiltin.cc 138 int dig, min_10_exp, max_10_exp; local
191 min_10_exp = (fmt->emin - 1) * log10_b;
193 sprintf (buf, "(%d)", min_10_exp);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 183 int64_t min_10_exp; member in struct:Target::FPTypeProperties

Completed in 1611 milliseconds