Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmath.h330 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) macro
331 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4])
/titanic_41/usr/src/head/
H A Dmath.h137 #define _POLY3(x, c) (_POLY2((x), (c)) * (x) + (c)[3]) macro
138 #define _POLY4(x, c) (_POLY3((x), (c)) * (x) + (c)[4])