Searched defs:c_1 (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_tri.c | 364 __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 D | 8-1.c | 122 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_/ |
D | test_misc.cpp | 144 …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 D | const_op_test.cc | 127 auto c_1 = ops::Const(root, {{2.0}, {3.0}}); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/ |
H A D | scope_test.cc | 56 Scope c_1 = root.NewSubScope("c"); in TEST() local
|
/aosp_15_r20/external/aac/libArithCoding/src/ |
H A D | ac_arith_coder.cpp | 625 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 D | ScopeTest.java | 67 Scope c_1 = root.withSubScope("c"); in hierarchicalNames() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | complexobject.c | 25 static Py_complex c_1 = {1., 0.}; variable
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | complexobject.c | 31 static Py_complex c_1 = {1., 0.}; variable
|