Searched refs:POLY1 (Results 1 – 1 of 1) sorted by relevance
311 #define POLY1(x, c0, c1) ((POLY0(x, c1) * x) + c0) macro312 #define POLY2(x, c0, c1, c2) ((POLY1(x, c1, c2) * x) + c0)