Searched refs:d_d2i (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 805 dr = d_d2i(d1,d2,i9); in mixed_number_tests() 815 FFI_CALL(cif,d_d2i,args,&dr); in mixed_number_tests()
|
D | testcases.c | 400 double ABI_ATTR d_d2i (double a, double b, int z) in d_d2i() function
|
D | test-callback.c | 613 if (data != (void*)&d_d2i) { fprintf(out,"wrong data for d_d2i\n"); exit(1); } in d_d2i_simulator() 1920 dr = d_d2i(d1,d2,i9); in main() 1929 PREP_CALLBACK(cif,d_d2i_simulator,(void*)&d_d2i); in main()
|