Searched refs:c_3 (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/ |
D | 8-1.c | 122 pid_t c_1, c_2, c_3, ret_pid; in main() local 192 c_3 = fork(); in main() 193 switch (c_3) { in main() 203 fprintf(stderr, "P: child_3: %d forked\n", c_3); in main() 210 tst_process_state_wait3(c_3, 'S', 2); in main() 221 if (ret_pid == c_3 && WIFEXITED(status) in main() 238 c_3, ret_pid); in main()
|
/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 623 int c_3 = 0; /* context of current frame 3 time steps ago */ in decode2() local 646 if ((c_1 + c_2 + c_3) < 5) { in decode2() 700 c_3 = c_2; in decode2()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri.c | 354 __m128i c_3 = _mm_or_si128(_mm_or_si128(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_16() local 355 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_16() 447 __m128i c_3 = _mm_or_si128(_mm_or_si128(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_4() local 448 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_4() 652 __m128i c_3 = vec_or(vec_or(c0_3, c1_3), c2_3); in lp_rast_triangle_32_3_16() local 653 __m128i c_23 = vec_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_16()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 312 const uint8x16_t c_3 = vld1q_u8(second_pred + 48); in sad64x_avg() local 316 const uint8x16_t avg_3 = vrhaddq_u8(b_3, c_3); in sad64x_avg()
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops_test.py | 2427 c_3 = _apply_op(g, "TwoFloatInputsFloatOutput", [a_1, b_1], 2429 d_3 = _apply_op(g, "TwoFloatInputsFloatOutput", [b_3, c_3], 2450 self.assertItemsEqual([a_2.op, a_3.op], c_3.op.control_inputs)
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 1039 A_3 \vec x + B_3 \vec s + \vec c_3 \geq \vec 0 1074 A_3 \vec f + B_3 \vec s + \vec c_3 \geq \vec 0 1108 we have $-\vec r(\vec s) \coloneqq B_3 \vec s + \vec c_3 \le \vec 0$,
|