Home
last modified time | relevance | path

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

/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c319 fr = f_f16(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16); in float_tests()
329 FFI_CALL(cif,f_f16,args,&fr); in float_tests()
Dtestcases.c206 float ABI_ATTR f_f16 (float a, float b, float c, float d, float e, float f, float g, float h, in f_f16() function
Dtest-callback.c240 if (data != (void*)&f_f16) { fprintf(out,"wrong data for f_f16\n"); exit(1); } in f_f16_simulator()
1471 fr = f_f16(f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16); in main()
1480 PREP_CALLBACK(cif,f_f16_simulator,(void*)&f_f16); in main()