arm-homogenous.c | 166 } struct_of_four_doubles; typedef in typeref:struct:__anon6323 167 extern void takes_struct_of_four_doubles(double a, struct_of_four_doubles b, struct_of_four_doubles c, double d); 168 struct_of_four_doubles g_s4d; 176 extern void takes_struct_with_backfill(float f1, double a, float f2, struct_of_four_doubles b, struct_of_four_doubles c, double d);
|