Home
last modified time | relevance | path

Searched refs:d_l7d (Results 1 – 3 of 3) sorted by relevance

/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c1709 dr = d_l7d(l1,l2,l3,l4,l5,l6,l7,d2,l9); in gpargs_boundary_tests()
1719 FFI_CALL(cif,d_l7d,args,&dr); in gpargs_boundary_tests()
Dtestcases.c737 double ABI_ATTR d_l7d (long a1, long a2, long a3, long a4, long a5, long a6, long a7, double b, lon… in d_l7d() function
Dtest-callback.c1211 if (data != (void*)&d_l7d) { fprintf(out,"wrong data for d_l7d\n"); exit(1); } in d_l7d_simulator()
2864 dr = d_l7d(l1,l2,l3,l4,l5,l6,l7,ll1,l9); in main()
2873 PREP_CALLBACK(cif,d_l7d_simulator,(void*)d_l7d); in main()