Searched refs:_XcmsPolynomial (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsTrig.c53 static double _XcmsPolynomial(
257 retval = _XcmsPolynomial (3, cos_pcoeffs, yt2) / _XcmsPolynomial (3, cos_qcoeffs, yt2);
344 * _XcmsPolynomial double precision polynomial evaluation
362 * double _XcmsPolynomial (order, coeffs, x)
379 static double _XcmsPolynomial(
531 retval = y * (_XcmsPolynomial (3, sin_pcoeffs, yt2) / _XcmsPolynomial(3, sin_qcoeffs, yt2));
375 static double _XcmsPolynomial( function in typeref:typename:double

Completed in 43 milliseconds