Home
last modified time | relevance | path

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

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