Searched refs:d_d4 (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 397 dr = d_d4(d1,d2,d3,d4); in double_tests() 407 FFI_CALL(cif,d_d4,args,&dr); in double_tests()
|
D | testcases.c | 239 double ABI_ATTR d_d4 (double a, double b, double c, double d) in d_d4() function
|
D | test-callback.c | 317 if (data != (void*)&d_d4) { fprintf(out,"wrong data for d_d4\n"); exit(1); } in d_d4_simulator() 1548 dr = d_d4(d1,d2,d3,d4); in main() 1557 PREP_CALLBACK(cif,d_d4_simulator,(void*)&d_d4); in main()
|