Searched refs:_POLY3 (Results 1 – 2 of 2) sorted by relevance
330 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) macro331 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4])
137 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) macro138 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4])