~ubuntu-branches/debian/squeeze/ffcall/squeeze

« back to all changes in this revision

Viewing changes to vacall/tests.output/rs6000-ibm-aix3.2.5-gcc

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2010-06-26 15:29:30 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626152930-c09y01gk3szcnykn
Tags: 1.10+cvs20100619-2
Ship to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
float f(16*float):(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.1,1.2,1.3,1.4,1.5,1.6,1.7)->14.3
 
2
float f(16*float):(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.1,1.2,1.3,1.4,0,1.6,1.7)->12.8
 
3
double f(16*double):(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.1,1.2,1.3,1.4,1.5,1.6,1.7)->14.3
 
4
double f(16*double):(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.1,1.2,1.3,1.4,0,1.6,1.7)->12.8
 
5
Float f(Float,float,double):({0.1},0.2,0.3)->{0.6}
 
6
Float f(Float,float,double):({0},0.1,0.2)->{0.3}
 
7
Double f(float,Double,double):(0.1,{0.2},0.3)->{0.6}
 
8
Double f(float,Double,double):(0.1,{0},0.2)->{0.3}
 
9
T f(T,char,T):({"the"},' ',{"fox"})->{"box"}
 
10
T f(T,char,T):({"heX"},' ',{"oxo"})->{"bxo"}
 
11
X f(B,char,double,B):({0.1,{1,2,3}},'',0.3,{0.2,{5,4,3}})->{"return val",''}
 
12
X f(B,char,double,B):({-2.35344e-185,{2,3,0}},' ',0.3,{1.061e-313,{3,0,0}})->{"return val",'    '}