Searched refs:cls_ret_double (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | cls_double.c | 18 typedef double (*cls_ret_double)(double); typedef 37 res = (*((cls_ret_double)code))(21474.789); in main()
|
D | cls_many_mixed_args.c | 36 typedef double (*cls_ret_double)(double, double, double, double, long int, typedef 64 res = (((cls_ret_double)code))(0.1, 0.2, 0.3, 0.4, 5, 0.6, 0.7, 0.8, 0.9, 10, in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | cls_double.c | 18 typedef double (*cls_ret_double)(double); typedef 37 res = (*((cls_ret_double)code))(21474.789); in main()
|