Searched refs:f_f4 (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 283 fr = f_f4(f1,f2,f3,f4); in float_tests() 293 FFI_CALL(cif,f_f4,args,&fr); in float_tests()
|
D | testcases.c | 191 float ABI_ATTR f_f4 (float a, float b, float c, float d) in f_f4() function
|
D | test-callback.c | 212 if (data != (void*)&f_f4) { fprintf(out,"wrong data for f_f4\n"); exit(1); } in f_f4_simulator() 1435 fr = f_f4(f1,f2,f3,f4); in main() 1444 PREP_CALLBACK(cif,f_f4_simulator,(void*)&f_f4); in main()
|