Searched refs:c_0 (Results 1 – 7 of 7) sorted by relevance
/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 626 int c_0 = 1; /* context of current frame to be calculated */ in decode2() local 673 c_0 = 1; in decode2() 692 c_0 = a + b + 1; in decode2() 693 if (c_0 > 0xF) { in decode2() 694 c_0 = 0xF; in decode2() 702 c_1 = c_0; in decode2() 703 c_prev[i] = (UCHAR)c_0; in decode2()
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | guards.ll | 26 define void @f_1(i32 %n, i32* %ptr, i1 %c_0, i1 %c_1) { 45 call void(i1, ...) @llvm.experimental.guard(i1 %c_0) [ "deopt"(i32 1) ]
|
/external/llvm-project/llvm/test/Transforms/LoopUnswitch/ |
D | guards.ll | 27 define void @f_1(i32 %n, i32* %ptr, i1 %c_0, i1 %c_1) { 46 call void(i1, ...) @llvm.experimental.guard(i1 %c_0) [ "deopt"(i32 1) ]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 335 __m128i c_0 = _mm_or_si128(_mm_or_si128(c0_0, c1_0), c2_0); in lp_rast_triangle_32_3_16() local 342 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_32_3_16() 428 __m128i c_0 = _mm_or_si128(_mm_or_si128(c0_0, c1_0), c2_0); in lp_rast_triangle_32_3_4() local 435 __m128i c_01 = _mm_packs_epi32(c_0, c_1); in lp_rast_triangle_32_3_4() 633 __m128i c_0 = vec_or(vec_or(c0_0, c1_0), c2_0); in lp_rast_triangle_32_3_16() local 640 __m128i c_01 = vec_packs_epi32(c_0, c_1); in lp_rast_triangle_32_3_16()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 309 const uint8x16_t c_0 = vld1q_u8(second_pred); in sad64x_avg() local 313 const uint8x16_t avg_0 = vrhaddq_u8(b_0, c_0); in sad64x_avg()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | variables_test.py | 831 c_0 = constant_op.constant([2.0]) 833 assign_list = pv_1.assign([c_0, c_1])
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 1147 int c_0 = EOF; in Java_SQLite_Database__1open4() local 1150 c_0 = fgetc(f); in Java_SQLite_Database__1open4() 1153 if (c_0 != '*' && ver2 == JNI_FALSE) { in Java_SQLite_Database__1open4()
|