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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 4128 static bool warned_change_long_double;
4130 if (!warned_change_long_double && !glibc_supports_ieee_128bit ())
4132 warned_change_long_double = true;
4119 static bool warned_change_long_double; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 4193 static bool warned_change_long_double;
4195 if (!warned_change_long_double && !glibc_supports_ieee_128bit ())
4197 warned_change_long_double = true;
4184 static bool warned_change_long_double; local

Completed in 59 milliseconds