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

/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsTrig.c249 retval = _XcmsSine (XCMS_HALFPI - x);
251 retval = _XcmsSine (XCMS_HALFPI + x);
399 * _XcmsSine double precision sine
415 * double _XcmsSine (x)
504 _XcmsSine (double x)
519 retval = -(_XcmsSine (x - XCMS_PI));
521 retval = -(_XcmsSine (x + XCMS_PI));
499 _XcmsSine (double x) function in typeref:typename:double
H A DXcmsint.h215 #define XCMS_SIN(x) _XcmsSine(x)
222 double _XcmsSine(double a);

Completed in 4 milliseconds