Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmath.h332 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5]) macro
333 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6])
/titanic_41/usr/src/head/
H A Dmath.h139 #define _POLY5(x, c) (_POLY4((x), (c)) * (x) + (c)[5]) macro
140 #define _POLY6(x, c) (_POLY5((x), (c)) * (x) + (c)[6])