Home | History | Annotate | Download | only in libffi.call

Lines Matching refs:total

21   double total=0.0;
25 total+=(double)x;
26 total+=y;
34 total+=arg;
39 printf(" total: %.1f\n", total);
41 return total;
59 /* { dg-output "0: 2.0 : total: 2.0" } */
74 /* { dg-output "\n0: 2.0 : total: 2.0" } */
81 /* { dg-output "\n2: 2.0 : 0:3.0 1:4.0 total: 11.0" } */
102 /* { dg-output "\n2: 2.0 : 0:3.0 1:4.0 total: 11.0" } */