Searched refs:d_iidd (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 513 dr = d_iidd(i1,i2,d3,d4); in mixed_number_tests() 523 FFI_CALL(cif,d_iidd,args,&dr); in mixed_number_tests()
|
D | testcases.c | 281 double ABI_ATTR d_iidd (int a, int b, double c, double d) in d_iidd() function
|
D | test-callback.c | 397 if (data != (void*)&d_iidd) { fprintf(out,"wrong data for d_iidd\n"); exit(1); } in d_iidd_simulator() 1650 dr = d_iidd(i1,i2,d3,d4); in main() 1659 PREP_CALLBACK(cif,d_iidd_simulator,(void*)&d_iidd); in main()
|