Searched refs:d_d8 (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 415 dr = d_d8(d1,d2,d3,d4,d5,d6,d7,d8); in double_tests() 425 FFI_CALL(cif,d_d8,args,&dr); in double_tests()
|
D | testcases.c | 246 double ABI_ATTR d_d8 (double a, double b, double c, double d, double e, double f, in d_d8() function
|
D | test-callback.c | 329 if (data != (void*)&d_d8) { fprintf(out,"wrong data for d_d8\n"); exit(1); } in d_d8_simulator() 1566 dr = d_d8(d1,d2,d3,d4,d5,d6,d7,d8); in main() 1575 PREP_CALLBACK(cif,d_d8_simulator,(void*)&d_d8); in main()
|