Home
last modified time | relevance | path

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

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