/external/libffi/testsuite/libffi.call/ |
D | return_fl.c | 10 static float return_fl(float fl) in return_fl() function 30 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 31 printf ("%f vs %f\n", rfl, return_fl(fl)); in main()
|
D | return_fl1.c | 10 static float return_fl(float fl1, float fl2) in return_fl() function 32 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 33 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2)); in main()
|
D | return_fl3.c | 10 static float return_fl(float fl1, float fl2, unsigned int in3, float fl4) in return_fl() function 38 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 39 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, in3, fl4)); in main()
|
D | return_fl2.c | 11 static float return_fl(float fl1, float fl2, float fl3, float fl4) in return_fl() function 43 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4)); in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | return_fl.c | 10 static float return_fl(float fl) in return_fl() function 30 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 31 printf ("%f vs %f\n", rfl, return_fl(fl)); in main()
|
D | return_fl1.c | 10 static float return_fl(float fl1, float fl2) in return_fl() function 32 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 33 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2)); in main()
|
D | return_fl3.c | 10 static float return_fl(float fl1, float fl2, unsigned int in3, float fl4) in return_fl() function 38 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 39 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, in3, fl4)); in main()
|
D | return_fl2.c | 11 static float return_fl(float fl1, float fl2, float fl3, float fl4) in return_fl() function 43 ffi_call(&cif, FFI_FN(return_fl), &rfl, values); in main() 44 printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3, fl4)); in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/ |
D | Makefile.am | 32 libffi.call/return_fl.c libffi.call/struct5.c \
|
D | Makefile.in | 295 libffi.call/return_fl.c libffi.call/struct5.c \
|
/external/libffi/testsuite/ |
D | Makefile.am | 22 libffi.call/struct2.c libffi.call/struct3.c libffi.call/return_fl.c \
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 3258 * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static. 3685 * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned 3703 * testsuite/libffi.call/return_fl2.c (return_fl): Remove static 3723 * testsuite/libffi.call/return_fl.c: Likewise.
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 3258 * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static. 3685 * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned 3703 * testsuite/libffi.call/return_fl2.c (return_fl): Remove static 3723 * testsuite/libffi.call/return_fl.c: Likewise.
|
D | ChangeLog.old | 3266 * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static. 3693 * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned 3711 * testsuite/libffi.call/return_fl2.c (return_fl): Remove static 3731 * testsuite/libffi.call/return_fl.c: Likewise.
|