Searched refs:d_l3d (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 1641 dr = d_l3d(l1,l2,l3,d2,l9); in gpargs_boundary_tests() 1651 FFI_CALL(cif,d_l3d,args,&dr); in gpargs_boundary_tests()
|
D | testcases.c | 709 double ABI_ATTR d_l3d (long a1, long a2, long a3, double b, long c) in d_l3d() function
|
D | test-callback.c | 1153 if (data != (void*)&d_l3d) { fprintf(out,"wrong data for d_l3d\n"); exit(1); } in d_l3d_simulator() 2792 dr = d_l3d(l1,l2,l3,ll1,l9); in main() 2801 PREP_CALLBACK(cif,d_l3d_simulator,(void*)d_l3d); in main()
|