Searched defs:PoL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dsincos.c177 #define PoL(x, z) ((x * z) * ((P1 + z * P2) + (z * z) * (P3 + z * P4))) macro
203 p = PoL(x, z);
245 w = PIO2_L + PoL(x, z);
267 w = PI_L + PoL(x, z);
289 w = PoL(x, z) - PI3O2_L;
311 w = PoL(x, z) - PI2_L;
333 w = PI5O2_L + PoL(x, z);

Completed in 46 milliseconds