Searched refs:f_f24 (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 337 …fr = f_f24(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17,f18,f19,f20,f21,f22,f23,f24); in float_tests() 347 FFI_CALL(cif,f_f24,args,&fr); in float_tests()
|
D | testcases.c | 214 float ABI_ATTR f_f24 (float a, float b, float c, float d, float e, float f, float g, float h, in f_f24() function
|
D | test-callback.c | 264 if (data != (void*)&f_f24) { fprintf(out,"wrong data for f_f24\n"); exit(1); } in f_f24_simulator() 1489 …fr = f_f24(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17,f18,f19,f20,f21,f22,f23,f24); in main() 1498 PREP_CALLBACK(cif,f_f24_simulator,(void*)&f_f24); in main()
|