Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dmath.h135 #define _POLY1(x, c) ((c)[0] * (x) + (c)[1]) macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmath.h328 #define _POLY1(x, c) ((c)[0] * (x) + (c)[1]) macro