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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c394 double theta1, theta2; local
400 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
401 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
421 double theta1, theta2; local
427 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
428 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
432 val = -(a1*sin(theta1*fmult) + a2*sin(theta2*fmult))*(double)full_scale;
452 double theta1, theta2; local
479 double theta1, theta2; local
510 double theta1, theta2; local
537 double theta1, theta2; local
592 double theta1, theta2; local
625 double theta1, theta2; local
686 double theta1, theta2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp380 double theta2 = atan2((double)(yc-y2), (double)(x2-xc)); local
381 if ( theta2 < 0 ) theta2 = theta2 + M_PI * 2;
382 if ( theta2 < theta1 ) theta2 = theta2 + M_PI *2 ;
385 if ( fabs(theta2 - theta1) > M_PI ) fArc = 1; else fArc = 0 ;
445 double theta2 = atan2(ye-yc, xe-xc); local
448 if ( (theta2
[all...]

Completed in 179 milliseconds