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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-cppbuiltin.cc 126 In the max_exp -> max_10_exp conversion for 128-bit IEEE, we need at
138 int dig, min_10_exp, max_10_exp; local
226 max_10_exp = fmt->emax * log10_b;
228 builtin_define_with_int_value (name, max_10_exp);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-cppbuiltin.cc 126 In the max_exp -> max_10_exp conversion for 128-bit IEEE, we need at
138 int dig, min_10_exp, max_10_exp; local
226 max_10_exp = fmt->emax * log10_b;
228 builtin_define_with_int_value (name, max_10_exp);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h 182 int64_t max_10_exp; member in struct:Target::FPTypeProperties

Completed in 22 milliseconds