Home | History | Annotate | Download | only in src

Lines Matching refs:_y

51     double* _y = (y);                  \
56 double t1 = _y[_i]; \
58 _y[_i] = -t0*s + t1*c; \
133 float* _y = (y); \
138 double t1 = _y[_i]; \
140 _y[_i] = (float)(-t0*s + t1*c);\