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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 64 static REAL_VALUE_TYPE dconst4, dconst1over2pi; variable
774 real_from_string (&dconst1over2pi,
776 real_convert (&dconst1over2pi, SFmode, &dconst1over2pi);
829 if (real_identical (r, &dconst1over2pi))
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 66 static REAL_VALUE_TYPE dconst4, dconst1over2pi; variable
916 real_from_string (&dconst1over2pi,
918 real_convert (&dconst1over2pi, SFmode, &dconst1over2pi);
928 return dconst1over2pi;
984 if (real_identical (r, &dconst1over2pi))

Completed in 25 milliseconds