Searched refs:cls_mixed (Results 1 – 2 of 2) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | cls_many_mixed_float_double.c | 31 typedef double (*cls_mixed)(double, float, double, double, double, double, double, float, float, do… typedef 49 double ret = ((cls_mixed)code)(0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2); in main()
|
/external/libffi/testsuite/libffi.closures/ |
D | cls_many_mixed_float_double.c | 31 typedef double (*cls_mixed)(double, float, double, double, double, double, double, float, float, do… typedef 49 double ret = ((cls_mixed)code)(0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2); in main()
|