Home | History | Annotate | Download | only in src

Lines Matching refs:_cos

56 #define _cos(x) _sin(halfPi - (x))
319 rv = r0 * _cos( phi );
383 /*rv = r*_cos(phi) - r0; */