Home
last modified time | relevance | path

Searched defs:c_1 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri.c364 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16() local
457 __m128i c_1 = _mm_or_si128(_mm_or_si128(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_4() local
661 __m128i c_1 = vec_or(vec_or(c0_1, c1_1), c2_1); in lp_rast_triangle_32_3_16() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
H A D8-1.c122 pid_t c_1, c_2, c_3, ret_pid; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/test_misc_/
Dtest_misc.cpp144 …continuous_interval<double> c_1 = continuous_interval<double>(1.0, 3.0, interval_bounds::closed()); in BOOST_AUTO_TEST_CASE() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/ops/
H A Dconst_op_test.cc127 auto c_1 = ops::Const(root, {{2.0}, {3.0}}); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dscope_test.cc56 Scope c_1 = root.NewSubScope("c"); in TEST() local
/aosp_15_r20/external/aac/libArithCoding/src/
H A Dac_arith_coder.cpp625 int c_1 = 0; /* context of current frame 1 time steps ago */ in decode2() local
/aosp_15_r20/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
H A DScopeTest.java67 Scope c_1 = root.withSubScope("c"); in hierarchicalNames() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcomplexobject.c25 static Py_complex c_1 = {1., 0.}; variable
/aosp_15_r20/external/python/cpython2/Objects/
Dcomplexobject.c31 static Py_complex c_1 = {1., 0.}; variable