HomeSort by relevance Sort by last modified time
    Searched refs:return_fl (Results 1 - 5 of 5) sorted by null

  /external/libffi/testsuite/libffi.call/
return_fl.c 10 static float return_fl(float fl) function
30 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
31 printf ("%f vs %f\n", rfl, return_fl(fl));
return_fl1.c 10 static float return_fl(float fl1, float fl2) function
32 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
33 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2));
return_fl2.c 11 static float return_fl(float fl1, float fl2, float fl3, float fl4) function
43 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4));
return_fl3.c 10 static float return_fl(float fl1, float fl2, unsigned int in3, float fl4) function
38 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
39 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, in3, fl4));
  /external/libffi/testsuite/
Makefile.am 61 libffi.call/return_fl3.c libffi.call/return_fl.c \

Completed in 164 milliseconds