Searched refs:f_complex (Results 1 – 2 of 2) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | complex_int.c | 13 _Complex int f_complex(_Complex int c, int x, int *py) in f_complex() function 75 ffi_call(&cif, FFI_FN(f_complex), &tc_result, values); in main()
|
D | complex.inc | 5 static _Complex T_C_TYPE f_complex(_Complex T_C_TYPE c, int x, int *py) 39 ffi_call(&cif, FFI_FN(f_complex), &tc_result, values);
|