Home
last modified time | relevance | path

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

/titanic_51/usr/src/head/
H A Dmath.h140 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6]) macro
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dmath.h333 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6]) macro