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