Lines Matching refs:_POLY

361 …if (!escape_real(contextptr) && !complex_mode(contextptr) && (e.type<=_POLY || e.type==_FLOAT_) &&…  in ln()
1213 …if (!escape_real(contextptr) && !complex_mode(contextptr) && (e.type<=_POLY || e.type==_FLOAT_) &&… in sqrt()
2098 …8 || !escape_real(contextptr) ) && !complex_mode(contextptr) && (e0.type<=_POLY || e0.type==_FLOAT… in asin()
2331 …8 || !escape_real(contextptr) ) && !complex_mode(contextptr) && (e0.type<=_POLY || e0.type==_FLOAT… in acos()
4772 …if ( it->type==_DOUBLE_ || (it->type<=_POLY && vptr->v.back().type<=_POLY) ) // N.B. _DOUBLE_ spec… in _plus()
5112 if ( (aad.type==_POLY) && (aad._POLYptr->lexsorted_degree() ) ) in _powmod()
5115 if ( (bbd.type==_POLY) && (bbd._POLYptr->lexsorted_degree() ) ) in _powmod()
5117 if (bbn.type!=_POLY) in _powmod()
5120 if (aan.type==_POLY) in _powmod()
5474 if (f.type<=_POLY || f.type==_FRAC || f.type==_FLOAT_) in _of()
5768 if (args.type==_POLY){ in _min()
5806 if (args.type==_POLY){ in _max()
5917 if ( (aad.type==_POLY) && (aad._POLYptr->lexsorted_degree() ) ) in _egcd()
5920 if ( (bbd.type==_POLY) && (bbd._POLYptr->lexsorted_degree() ) ) in _egcd()
5923 if ( (aan.type==_POLY) && (bbn.type==_POLY) ){ in _egcd()
5931 if (aan.type==_POLY){ in _egcd()
6400 if ( (a.front().type==_POLY) && (a[1].type==_POLY)){ in _quorem()
6426 if ( (aad.type==_POLY) && (aad._POLYptr->lexsorted_degree() ) ) in _quorem()
6429 if ( (bbd.type==_POLY) && (bbd._POLYptr->lexsorted_degree() ) ) in _quorem()
6433 if ( (aan.type==_POLY) && (bbn.type==_POLY) ){ in _quorem()
6451 if ( (bbn.type!=_POLY) || !bbn._POLYptr->lexsorted_degree() ){ in _quorem()
7114 if (a.type==_POLY) in polyvect()
7137 if (aad.type==_POLY){ in _chinrem()
7144 if (bbd.type==_POLY){ in _chinrem()