Home
last modified time | relevance | path

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

/titanic_52/usr/src/head/
H A Dmath.h141 #define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7]) macro
/titanic_52/usr/src/lib/libbc/inc/include/
H A Dmath.h334 #define _POLY7(x, c) (_POLY6((x), (c)) * (x) + (c)[7]) macro