Searched refs:d_l4d (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 1658 dr = d_l4d(l1,l2,l3,l4,d2,l9); in gpargs_boundary_tests() 1668 FFI_CALL(cif,d_l4d,args,&dr); in gpargs_boundary_tests()
|
D | testcases.c | 716 double ABI_ATTR d_l4d (long a1, long a2, long a3, long a4, double b, long c) in d_l4d() function
|
D | test-callback.c | 1166 if (data != (void*)&d_l4d) { fprintf(out,"wrong data for d_l4d\n"); exit(1); } in d_l4d_simulator() 2810 dr = d_l4d(l1,l2,l3,l4,ll1,l9); in main() 2819 PREP_CALLBACK(cif,d_l4d_simulator,(void*)d_l4d); in main()
|