Searched refs:tc_result (Results 1 – 3 of 3) sorted by relevance
/third_party/libffi/testsuite/libffi.complex/ |
D | complex_int.c | 56 _Complex int tc_result; in main() local 75 ffi_call(&cif, FFI_FN(f_complex), &tc_result, values); in main() 78 (int)tc_result, (int)(tc_result * -I), 2, 8, tc_int_arg_x, tc_y); in main() 80 CHECK (creal (tc_result) == -2); in main() 81 CHECK (cimag (tc_result) == 8); in main()
|
D | complex.inc | 20 _Complex T_C_TYPE tc_result; 39 ffi_call(&cif, FFI_FN(f_complex), &tc_result, values); 42 T_CONV creal (tc_result), T_CONV cimag (tc_result), 45 CHECK (creal (tc_result) == -2); 46 CHECK (cimag (tc_result) == 8);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 4612 int tc_result = vertex_data_ptr[1]; in executeTest() local 4624 if (tc_result != 1) in executeTest()
|