Home
last modified time | relevance | path

Searched refs:res_c (Results 1 – 3 of 3) sorted by relevance

/third_party/libffi/testsuite/libffi.complex/
Dcls_align_complex.inc53 struct cls_struct_align res_c;
76 ffi_call(&cif, FFI_FN(cls_struct_align_fn), &res_c, args_c);
79 res_c.a, T_CONV creal (res_c.b), T_CONV cimag (res_c.b), res_c.c);
84 res_c = ((cls_struct_align(*)(cls_struct_align, cls_struct_align))(code))(g_c, f_c);
87 res_c.a, T_CONV creal (res_c.b), T_CONV cimag (res_c.b), res_c.c);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.c98 int res_c = channel - tmp_c; in PackNHWCToNC4HW4Fp32() local
99 if (res_c > channel) { in PackNHWCToNC4HW4Fp32()
102 for (int l = 0; l < res_c; ++l) { in PackNHWCToNC4HW4Fp32()
342 int res_c = channel - (c4 - 1) * C4NUM; in PackNC4HW4ToNHWCFp32() local
343 for (int i = 0; i < res_c; i++) { in PackNC4HW4ToNHWCFp32()
377 int res_c = channel - (c8 - 1) * C8NUM; in PackNC8HW8ToNHWCFp32() local
378 for (int i = 0; i < res_c; i++) { in PackNC8HW8ToNHWCFp32()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c838 int res_c = in_channel - ic8; in PackInputToC8Int8() local
840 for (int l = 0; l < res_c; ++l) { in PackInputToC8Int8()
847 int dst_c_offset = dst_plane_offset + tmp_ic_offset + res_c + l; in PackInputToC8Int8()
1120 int res_c = channel - (c4 - 1) * C4NUM; in PackNC4HW4ToNHWCInt8() local
1121 for (int i = 0; i < res_c; i++) { in PackNC4HW4ToNHWCInt8()