Home
last modified time | relevance | path

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

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