Searched refs:d_l2d (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 1624 dr = d_l2d(l1,l2,d2,l9); in gpargs_boundary_tests() 1634 FFI_CALL(cif,d_l2d,args,&dr); in gpargs_boundary_tests()
|
D | testcases.c | 702 double ABI_ATTR d_l2d (long a1, long a2, double b, long c) in d_l2d() function
|
D | test-callback.c | 1141 if (data != (void*)&d_l2d) { fprintf(out,"wrong data for d_l2d\n"); exit(1); } in d_l2d_simulator() 2774 dr = d_l2d(l1,l2,ll1,l9); in main() 2783 PREP_CALLBACK(cif,d_l2d_simulator,(void*)d_l2d); in main()
|