Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmath.h133 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4]) macro
134 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5])