• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_streams/

Lines Matching defs:theta1

394 	double theta1, theta2;
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;
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;
458 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
459 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
479 double theta1, theta2;
485 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
486 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
490 val = -(a1*sin(theta1*fmult) + a2*sin(theta2*fmult))*(double)full_scale;
510 double theta1, theta2;
516 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
517 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
537 double theta1, theta2;
543 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
544 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
548 val = -(a1*sin(theta1*fmult) + a2*sin(theta2*fmult))*(double)full_scale;
592 double theta1, theta2;
599 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
601 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
625 double theta1, theta2;
652 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
654 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;
686 double theta1, theta2;
728 for(i = 0, theta1 = theta2 = 0.0; i < samples; i++, theta1 += delta1, theta2 += delta2) {
730 double val = (a1*sin(theta1) + a2*sin(theta2))*(double)full_scale;