Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmath.h131 #define _POLY2(x, c) (_POLY1((x), (c)) * (x) + (c)[2]) macro
132 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3])