Home
last modified time | relevance | path

Searched refs:f_f12i (Results 1 – 3 of 3) sorted by relevance

/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c751 fr = f_f12i(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,i9); in mixed_number_tests()
761 FFI_CALL(cif,f_f12i,args,&fr); in mixed_number_tests()
Dtestcases.c376 float ABI_ATTR f_f12i (float a, float b, float c, float d, float e, float f, float g, in f_f12i() function
Dtest-callback.c560 if (data != (void*)&f_f12i) { fprintf(out,"wrong data for f_f12i\n"); exit(1); } in f_f12i_simulator()