Home | History | Annotate | Download | only in src

Lines Matching defs:shift

1370     static const double shift[] = { 0, -1./512 };
1377 #define LOGPOLY(x,k) ((x)+=shift[k],((A0*(x) + A1)*(x) + A2)*(x))
1471 static const double shift[] = { 0, -1./512 };
1481 #define LOGPOLY(x,k) ((x)+=shift[k], (xq) = (x)*(x),\