Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dmath.h134 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5]) macro
135 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6])