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

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h331 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4]) macro
332 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5])
/illumos-gate/usr/src/head/
H A Dmath.h138 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4]) macro
139 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5])

Completed in 58 milliseconds