xref: /aosp_15_r20/external/libffi/testsuite/libffi.call/complex_defs_double.inc (revision 1fd5a2e1d639cd1ddf29dd0c484c123bbd850c21)
1*1fd5a2e1SPrashanth Swaminathan/* -*-c-*- */
2*1fd5a2e1SPrashanth Swaminathan/* Complex base type.  */
3*1fd5a2e1SPrashanth Swaminathan#define T_FFI_TYPE ffi_type_complex_double
4*1fd5a2e1SPrashanth Swaminathan/* C type corresponding to the base type.  */
5*1fd5a2e1SPrashanth Swaminathan#define T_C_TYPE double
6*1fd5a2e1SPrashanth Swaminathan/* C cast for a value of type T_C_TYPE that is passed to printf.  */
7*1fd5a2e1SPrashanth Swaminathan#define T_CONV
8