Searched refs:f_f8 (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 301 fr = f_f8(f1,f2,f3,f4,f5,f6,f7,f8); in float_tests() 311 FFI_CALL(cif,f_f8,args,&fr); in float_tests()
|
D | testcases.c | 198 float ABI_ATTR f_f8 (float a, float b, float c, float d, float e, float f, in f_f8() function
|
D | test-callback.c | 224 if (data != (void*)&f_f8) { fprintf(out,"wrong data for f_f8\n"); exit(1); } in f_f8_simulator() 1453 fr = f_f8(f1,f2,f3,f4,f5,f6,f7,f8); in main() 1462 PREP_CALLBACK(cif,f_f8_simulator,(void*)&f_f8); in main()
|