Searched refs:poly_sub (Results 1 – 2 of 2) sorted by relevance
52 poly_sub(const POLY *lhs, const POLY *rhs, POLY *out) in poly_sub() function
98 poly_sub(lhs->poly + i, rhs->poly + i, out->poly + i); in vector_sub()