Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmath.h135 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6]) macro
136 #define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7])