Home
last modified time | relevance | path

Searched defs:c_1 (Results 1 – 9 of 9) 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
/external/tensorflow/tensorflow/cc/framework/
Dscope_test.cc54 Scope c_1 = root.NewSubScope("c"); in TEST() local
/external/tensorflow/tensorflow/cc/ops/
Dconst_op_test.cc127 auto c_1 = ops::Const(root, {{2.0}, {3.0}}); in TEST() local
/external/aac/libArithCoding/src/
Dac_arith_coder.cpp625 int c_1 = 0; /* context of current frame 1 time steps ago */ in decode2() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri.c314 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16() local
407 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_4() local
612 __m128i c_1 = vec_or(vec_or(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16() local
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
DScopeTest.java66 Scope c_1 = root.withSubScope("c"); in hierarchicalNames() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c310 const uint8x16_t c_1 = vld1q_u8(second_pred + 16); in sad64x_avg() local
/external/python/cpython3/Objects/
Dcomplexobject.c20 static Py_complex c_1 = {1., 0.}; variable
/external/python/cpython2/Objects/
Dcomplexobject.c31 static Py_complex c_1 = {1., 0.}; variable