Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmath.h132 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) macro
133 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4])