Searched refs:d_fdi (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 567 dr = d_fdi(f1,d2,i3); in mixed_number_tests() 577 FFI_CALL(cif,d_fdi,args,&dr); in mixed_number_tests()
|
D | testcases.c | 302 double ABI_ATTR d_fdi (float a, double b, int c) in d_fdi() function
|
D | test-callback.c | 434 if (data != (void*)&d_fdi) { fprintf(out,"wrong data for d_fdi\n"); exit(1); } in d_fdi_simulator() 1704 dr = d_fdi(f1,d2,i3); in main() 1713 PREP_CALLBACK(cif,d_fdi_simulator,(void*)&d_fdi); in main()
|