Home
last modified time | relevance | path

Searched refs:c_2 (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
D8-1.c122 pid_t c_1, c_2, c_3, ret_pid; in main() local
170 c_2 = fork(); in main()
171 switch (c_2) { in main()
181 fprintf(stderr, "P: child_2: %d forked\n", c_2); in main()
189 tst_process_state_wait3(c_2, 'S', 2000); in main()
215 if (ret_pid == c_2 && WIFEXITED(status) in main()
244 printf("Test Fail: Expect child_2: %d, got %d\n", c_2, ret_pid); in main()
/external/aac/libArithCoding/src/
Dac_arith_coder.cpp624 int c_2 = 0; /* context of current frame 2 time steps ago */ in decode2() local
646 if ((c_1 + c_2 + c_3) < 5) { in decode2()
700 c_3 = c_2; in decode2()
701 c_2 = c_1; in decode2()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c321 __m128i c_2 = _mm_or_si128(_mm_or_si128(c0_2, c1_2), c2_2); in lp_rast_triangle_32_3_16() local
328 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_16()
414 __m128i c_2 = _mm_or_si128(_mm_or_si128(c0_2, c1_2), c2_2); in lp_rast_triangle_32_3_4() local
421 __m128i c_23 = _mm_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_4()
619 __m128i c_2 = vec_or(vec_or(c0_2, c1_2), c2_2); in lp_rast_triangle_32_3_16() local
626 __m128i c_23 = vec_packs_epi32(c_2, c_3); in lp_rast_triangle_32_3_16()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c311 const uint8x16_t c_2 = vld1q_u8(second_pred + 32); in sad64x_avg() local
315 const uint8x16_t avg_2 = vrhaddq_u8(b_2, c_2); in sad64x_avg()
/external/tensorflow/tensorflow/python/client/
Dsession_test.py1292 c_2 = constant_op.constant(5.0)
1293 self.assertEqual(c_1.graph, c_2.graph)
1294 self.assertEqual(sess.run(c_2), 5.0)
1297 c_2.eval()
1647 c_2 = constant_op.constant(2.0, name='c')
1650 self.assertEqual('c', c_2.op.name)
1655 sess_1.run(c_2)
1657 sess_1.run(c_2.op)
1664 self.assertEqual(2.0, sess_2.run(c_2))
/external/tensorflow/tensorflow/python/framework/
Dops_test.py1912 c_2 = _apply_op(g, "TwoFloatInputsFloatOutput", [a_1, b_1],
1914 d_2 = _apply_op(g, "TwoFloatInputsFloatOutput", [b_2, c_2],
1943 self.assertItemsEqual([a_2.op], c_2.op.control_inputs)