Searched defs:c13 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dstruct.c133 struct a13 c13 = {5}; variable in typeref:struct:a13
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp392 double a13, b13, c13, d13; variable
396 set13(class_ptrs<&c13>());
400 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_ptrs<&c13, (no argument)>' to 'class_ptrs<&a13, &b13>' for 1st argument
404 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_ptrs<&c13, (no argument)>' to 'class_ptrs<&a13, &b13>' for 1st argument
410 // CHECK-ELIDE-TREE: [&c13 != &a13],
420 // CHECK-NOELIDE-TREE: [&c13 != &a13],
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c402 __m128i cdx02, cdx13, cdy02, cdy13, c02, c13; local
438 c13 = _mm_sub_epi64(cdx13, cdy13);
441 c13 = _mm_sub_epi64(c13, _mm_shuffle_epi32(c_dec,
478 c01 = _mm_unpacklo_epi64(c02, c13);
479 c23 = _mm_unpackhi_epi64(c02, c13);

Completed in 375 milliseconds