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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 1126 maybe_eq_2 (const Ca &a0, const Ca &a1, const Cb &b0, const Cb &b1) function
1147 maybe_eq_2 (const Ca &a0, const Ca &a1, const Cb &b) function
1170 return maybe_eq_2 (a.coeffs[0], a.coeffs[1], b.coeffs[0], b.coeffs[1]);
1180 return maybe_eq_2 (a.coeffs[0], a.coeffs[1], b);
1190 return maybe_eq_2 (b.coeffs[0], b.coeffs[1], a);
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 1186 maybe_eq_2 (const Ca &a0, const Ca &a1, const Cb &b0, const Cb &b1) function
1207 maybe_eq_2 (const Ca &a0, const Ca &a1, const Cb &b) function
1230 return maybe_eq_2 (a.coeffs[0], a.coeffs[1], b.coeffs[0], b.coeffs[1]);
1240 return maybe_eq_2 (a.coeffs[0], a.coeffs[1], b);
1250 return maybe_eq_2 (b.coeffs[0], b.coeffs[1], a);

Completed in 19 milliseconds