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

  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 2197 can_div_trunc_p (const poly_int<N, Ca> &a, Cb b, Cq *quotient) function
2213 can_div_trunc_p (const poly_int<N, Ca> &a, const poly_int<N, Cb> &b, function
2323 can_div_trunc_p (const poly_int<N, Ca> &a, const poly_int<N, Cb> &b, function
2326 if (!can_div_trunc_p (a, b, quotient))
2342 can_div_trunc_p (const poly_int<N, Ca> &a, Cb b, function
2358 can_div_trunc_p (const poly_int<N, Ca> &a, Cb b, function
2361 if (!can_div_trunc_p (a, b, quotient))
2375 can_div_trunc_p (const poly_int<N, Ca> &a, const poly_int<N, Cb> &b, function
2379 return can_div_trunc_p (a, b.coeffs[0], quotient);
2380 if (!can_div_trunc_p (a, b, &quotient->coeffs[0])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 2260 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b, Cq *quotient) function
2276 can_div_trunc_p (const poly_int_pod<N, Ca> &a, function
2384 can_div_trunc_p (const poly_int_pod<N, Ca> &a, function
2388 if (!can_div_trunc_p (a, b, quotient))
2404 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b, function
2420 can_div_trunc_p (const poly_int_pod<N, Ca> &a, Cb b, function
2423 if (!can_div_trunc_p (a, b, quotient))
2437 can_div_trunc_p (const poly_int_pod<N, Ca> &a, function
2442 return can_div_trunc_p (a, b.coeffs[0], quotient);
2443 if (!can_div_trunc_p (a, b, &quotient->coeffs[0])
    [all...]

Completed in 40 milliseconds