~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/c/apply.d

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-07-02 00:20:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060702002000-8bn170vd0qpx7to8
Tags: 0.9i-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
978
978
                      x[43],x[44],x[45],x[46],x[47],x[48],x[49],
979
979
                      x[50],x[51],x[52],x[53],x[54],x[55],x[56],
980
980
                      x[57],x[58],x[59],x[60],x[61],x[62]);
 
981
  case 64: return (*fn)(x[0],x[1],x[2],x[3],x[4],x[5],x[6],x[7],
 
982
                      x[8],x[9],x[10],x[11],x[12],x[13],x[14],
 
983
                      x[15],x[16],x[17],x[18],x[19],x[20],x[21],
 
984
                      x[22],x[23],x[24],x[25],x[26],x[27],x[28],
 
985
                      x[29],x[30],x[31],x[32],x[33],x[34],x[35],
 
986
                      x[36],x[37],x[38],x[39],x[40],x[41],x[42],
 
987
                      x[43],x[44],x[45],x[46],x[47],x[48],x[49],
 
988
                      x[50],x[51],x[52],x[53],x[54],x[55],x[56],
 
989
                      x[57],x[58],x[59],x[60],x[61],x[62],x[63]);
981
990
  default:
982
991
          FEprogram_error("Too many arguments", 0);
983
992
  }