Searched refs:POLY2 (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ | ||
H A D | astcenc_vecmathlib.h | 315 #define POLY2(x, c0, c1, c2) ((POLY1(x, c1, c2) * x) + c0) macro 316 #define POLY3(x, c0, c1, c2, c3) ((POLY2(x, c1, c2, c3) * x) + c0) |
Completed in 1 milliseconds