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

« back to all changes in this revision

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

  • 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
int f(void):->99
 
2
int f(void):->0
 
3
int f(int):(1)->2
 
4
int f(int):(1)->0
 
5
int f(2*int):(1,2)->3
 
6
int f(2*int):(1,2)->0
 
7
int f(4*int):(1,2,3,4)->10
 
8
int f(4*int):(1,2,3,4)->0
 
9
int f(8*int):(1,2,3,4,5,6,7,8)->36
 
10
int f(8*int):(1,2,3,4,5,6,7,8)->0
 
11
int f(16*int):(1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17)->143
 
12
int f(16*int):(1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17)->0
 
13
float f(float):(0.1)->1.1
 
14
float f(float):(0)->0
 
15
float f(2*float):(0.1,0.2)->0.3
 
16
float f(2*float):(0,0)->0
 
17
float f(4*float):(0.1,0.2,0.3,0.4)->1
 
18
float f(4*float):(0,0,0,0)->0
 
19
float f(8*float):(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8)->3.6
 
20
float f(8*float):(0,0,0,0,0,0,-0,3.56512e+07)->0
 
21
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
 
22
float f(16*float):(0,0,0,0,0,0,-0,3.56512e+07,576.02,1.50499e-36,INF,3.56513e+07,INF,1.50499e-36,INF,3.56512e+07)->0
 
23
double f(double):(0.1)->1.1
 
24
double f(double):(1.54901e-314)->3.95253e-323
 
25
double f(2*double):(0.1,0.2)->0.3
 
26
double f(2*double):(1.54901e-314,2.42829e-308)->-8.93837e-25
 
27
double f(4*double):(0.1,0.2,0.3,0.4)->1
 
28
double f(4*double):(1.54901e-314,2.42829e-308,5.29846e-307,5.29846e-307)->-5.13915e-87
 
29
double f(8*double):(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8)->3.6
 
30
double f(8*double):(1.54901e-314,2.42829e-308,5.29846e-307,5.29846e-307,2.49419e-310,1.41494e-289,-1.0342e-208,3.56512e+07)->1.35496e+261
 
31
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
 
32
double f(16*double):(1.54901e-314,2.42829e-308,5.29846e-307,5.29846e-307,2.49419e-310,1.41494e-289,-1.0342e-208,3.56512e+07,576.02,1.50499e-36,2.4558e+289,3.56513e+07,1.25578e+58,1.50499e-36,2.43633e+289,3.56512e+07)->3.94688e+290
 
33
void* f(void*,double*,char*,Int*):(0x20052358,0x200522e0,0x10009b6e,0x20052360)->0x200522e1
 
34
void* f(void*,double*,char*,Int*):(0x20052358,0x200522e0,0x10009b6e,0x20052360)->0x0
 
35
uchar f(uchar,ushort,uint,ulong):(97,2,3,4)->255
 
36
uchar f(uchar,ushort,uint,ulong):(97,2,3,4)->0
 
37
double f(int,int,double,double):(1,2,0.3,0.4)->3.7
 
38
double f(int,int,double,double):(1,2,1.54901e-314,2.42829e-308)->7.90505e-323
 
39
double f(int,double,int,double):(1,0.2,3,0.4)->4.6
 
40
double f(int,double,int,double):(1,1.54901e-314,3,2.42829e-308)->7.90505e-323
 
41
ushort f(char,double,char,double):('a',0.2,'�',0.4)->225
 
42
ushort f(char,double,char,double):('a',1.54901e-314,'�',2.42829e-308)->0
 
43
Char f(Char,double,Char):({'A'},0.2,{'C'})->{'B'}
 
44
Char f(Char,double,Char):({'A'},1.54901e-314,{'C'})->{'B'}
 
45
Float f(Float,float,double):({0.1},0.2,0.3)->{0.6}
 
46
Float f(Float,float,double):({0.1},0,2.42829e-308)->{0.1}
 
47
Double f(float,Double,double):(0.1,{0.2},0.3)->{0.6}
 
48
Double f(float,Double,double):(0,{0.2},2.42829e-308)->{0.2}
 
49
X f(B,char,double,B):({0.1,{1,2,3}},'',0.3,{0.2,{5,4,3}})->{"return val",''}
 
50
X f(B,char,double,B):({0.1,{1,2,3}},'',1.54901e-314,{0.2,{5,4,3}})->{"return val",''}