Searched refs:d_d3i (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 823 dr = d_d3i(d1,d2,d3,i9); in mixed_number_tests() 833 FFI_CALL(cif,d_d3i,args,&dr); in mixed_number_tests()
|
D | testcases.c | 407 double ABI_ATTR d_d3i (double a, double b, double c, int z) in d_d3i() function
|
D | test-callback.c | 624 if (data != (void*)&d_d3i) { fprintf(out,"wrong data for d_d3i\n"); exit(1); } in d_d3i_simulator() 1938 dr = d_d3i(d1,d2,d3,i9); in main() 1947 PREP_CALLBACK(cif,d_d3i_simulator,(void*)&d_d3i); in main()
|