Searched refs:_POLY1 (Results 1 – 2 of 2) sorted by relevance
328 #define _POLY1(x, c) ((c)[0] * (x) + (c)[1]) macro329 #define _POLY2(x, c) (_POLY1((x), (c)) * (x) + (c)[2])
135 #define _POLY1(x, c) ((c)[0] * (x) + (c)[1]) macro136 #define _POLY2(x, c) (_POLY1((x), (c)) * (x) + (c)[2])