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

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h334 #define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7]) macro
335 #define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8])
/illumos-gate/usr/src/head/
H A Dmath.h141 #define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7]) macro
142 #define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8])

Completed in 73 milliseconds