Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmath.h137 #define _POLY8(x, c) (_POLY7((x), (c)) * (x) + (c)[8]) macro
138 #define _POLY9(x, c) (_POLY8((x), (c)) * (x) + (c)[9])