Searched refs:d_d4i (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 841 dr = d_d4i(d1,d2,d3,d4,i9); in mixed_number_tests() 851 FFI_CALL(cif,d_d4i,args,&dr); in mixed_number_tests()
|
D | testcases.c | 414 double ABI_ATTR d_d4i (double a, double b, double c, double d, int z) in d_d4i() function
|
D | test-callback.c | 636 if (data != (void*)&d_d4i) { fprintf(out,"wrong data for d_d4i\n"); exit(1); } in d_d4i_simulator() 1956 dr = d_d4i(d1,d2,d3,d4,i9); in main() 1965 PREP_CALLBACK(cif,d_d4i_simulator,(void*)&d_d4i); in main()
|