Searched refs:float_va_fn (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | float_va.c | 19 double float_va_fn(unsigned int x, double y,...) in float_va_fn() function 58 resfp=float_va_fn(0,2.0); in main() 73 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values); in main() 80 resfp=float_va_fn(2,2.0,3.0,4.0); in main() 101 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values); in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 1133 * testsuite/libffi.call/float_va.c (float_va_fn): Use %f when
|