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

  /external/libffi/testsuite/libffi.call/
float_va.c 19 double float_va_fn(unsigned int x, double y,...) function
54 /* First test, pass float_va_fn(0,2.0) - note there are no actual
58 resfp=float_va_fn(0,2.0);
73 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
78 /* Second test, float_va_fn(2,2.0,3.0,4.0), now with variadic params */
80 resfp=float_va_fn(2,2.0,3.0,4.0);
101 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float_va.c 19 double float_va_fn(unsigned int x, double y,...) function
54 /* First test, pass float_va_fn(0,2.0) - note there are no actual
58 resfp=float_va_fn(0,2.0);
73 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
78 /* Second test, float_va_fn(2,2.0,3.0,4.0), now with variadic params */
80 resfp=float_va_fn(2,2.0,3.0,4.0);
101 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
float_va.c 19 double float_va_fn(unsigned int x, double y,...) function
54 /* First test, pass float_va_fn(0,2.0) - note there are no actual
58 resfp=float_va_fn(0,2.0);
73 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
78 /* Second test, float_va_fn(2,2.0,3.0,4.0), now with variadic params */
80 resfp=float_va_fn(2,2.0,3.0,4.0);
101 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);

Completed in 164 milliseconds