Searched refs:d_l6d (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 1692 dr = d_l6d(l1,l2,l3,l4,l5,l6,d2,l9); in gpargs_boundary_tests() 1702 FFI_CALL(cif,d_l6d,args,&dr); in gpargs_boundary_tests()
|
D | testcases.c | 730 double ABI_ATTR d_l6d (long a1, long a2, long a3, long a4, long a5, long a6, double b, long c) in d_l6d() function
|
D | test-callback.c | 1195 if (data != (void*)&d_l6d) { fprintf(out,"wrong data for d_l6d\n"); exit(1); } in d_l6d_simulator() 2846 dr = d_l6d(l1,l2,l3,l4,l5,l6,ll1,l9); in main() 2855 PREP_CALLBACK(cif,d_l6d_simulator,(void*)d_l6d); in main()
|