代码搜索:Multiple-Output

找到约 1 项符合「Multiple-Output」的源代码

代码结果 1
www.eeworm.com/read/134479/5892557

br struct_output.br

// struct_output.br // Tests use of structures for output parameters (used multiple-output support) #include typedef struct Pair_t { float first; float second; } Pair; kernel void mak