Searched refs:_POLY8 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h335 #define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8]) macro
336 #define _POLY9(x, c) (_POLY8((x), (c)) * (x) + (c)[9])
/illumos-gate/usr/src/head/
H A Dmath.h142 #define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8]) macro
143 #define _POLY9(x, c) (_POLY8((x), (c)) * (x) + (c)[9])

Completed in 58 milliseconds