Searched refs:c4 (Results 126 - 150 of 239) sorted by relevance

12345678910

/external/webp/src/dsp/
H A Ddec.c86 const int c4 = MUL2(in[4]); local
91 STORE2(1, a + c4, d1, c1);
92 STORE2(2, a - c4, d1, c1);
H A Denc_neon.c843 const int16x8_t c4 = vmulq_s16(c3, vreinterpretq_s16_u16(q)); local
844 vst1q_s16(in + offset, c4);
H A Denc_sse2.c91 const __m128i c4 = _mm_sub_epi16(c1, c2); local
92 const __m128i c = _mm_add_epi16(c3, c4);
122 const __m128i c4 = _mm_sub_epi16(c1, c2); local
123 const __m128i c = _mm_add_epi16(c3, c4);
H A Ddec_msa.c127 const int c4 = MULT2(in[4]); local
133 v4i32 out1 = __msa_fill_w(a + c4);
134 v4i32 out2 = __msa_fill_w(a - c4);
/external/fio/
H A Dgclient.c573 char *c1, *c2, *c3, *c4; local
593 c4 = num2str(o->max_bs[DDIR_WRITE], 4, 1, i2p, N2S_BYTE);
595 sprintf(tmp, "%s-%s,%s-%s", c1, c2, c3, c4);
599 free(c4);
H A Dinit.c1521 char *c1, *c2, *c3, *c4; local
1528 c4 = num2str(o->max_bs[DDIR_WRITE], 4, 1, i2p, N2S_BYTE);
1541 c1, c2, c3, c4);
1544 c1, c2, c3, c4, c5, c6);
1552 free(c4);
/external/valgrind/none/tests/s390x/
H A Dcu21.stdout.exp157 UTF8: c2 80 df bf df 9f c2 8f c4 80 c5 bf d4 af d8 80 db bf
H A Dcu21_1.stdout.exp157 UTF8: c2 80 df bf df 9f c2 8f c4 80 c5 bf d4 af d8 80 db bf
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc79 Output c4 = ops::Const(s.WithOpName("c4"), 4.0f, {2}); local
82 Output mul_child = ops::Mul(s.WithOpName("mul_child"), c4, y);
84 Output addmul_child = ops::Add(s.WithOpName("addmul_child"), c4, x);
137 EXPECT_EQ("c4", node.input(0));
1237 Output c4 = ops::Const(scope.WithOpName("c4").WithControlDependencies(v4), local
1239 Output i4 = ops::Identity(scope.WithOpName("i4"), c4);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct_neon.h226 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
249 c4 = vrsraq_n_s16(vreinterpretq_s16_u16(vmovl_u8(b4)), a4, 6);
258 b4 = vqmovun_s16(c4);
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-arm-instructions.s652 ldc2 p4, c4, [r5], #16
661 ldc p12, c4, [r0, #4]
674 ldclo p12, c4, [r0, #4]
693 @ CHECK: ldc2 p4, c4, [r5], #16 @ encoding: [0x04,0x44,0xb5,0xfc]
702 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
715 @ CHECK: ldclo p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0x3d]
1936 stc2 p4, c4, [r5], #16
1945 stc p12, c4, [r0, #4]
1958 stclo p12, c4, [r0, #4]
1977 @ CHECK: stc2 p4, c4, [r
[all...]
H A Dbasic-thumb2-instructions.s504 ldc2 p4, c4, [r5], #16
513 ldc p12, c4, [r0, #4]
532 @ CHECK: ldc2 p4, c4, [r5], #16 @ encoding: [0xb5,0xfc,0x04,0x44]
541 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x90,0xed,0x01,0x4c]
2192 stc2 p4, c4, [r5], #16
2201 stc p12, c4, [r0, #4]
2220 @ CHECK: stc2 p4, c4, [r5], #16 @ encoding: [0xa5,0xfc,0x04,0x44]
2229 @ CHECK: stc p12, c4, [r0, #4] @ encoding: [0x80,0xed,0x01,0x4c]
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S1599 # qhasm: reg128 c4
1711 # qhasm: c4 aligned= mem64[input_3]c4[1]
1712 # asm 1: vld1.8 {<c4=reg128#15%bot},[<input_3=int32#4,: 64]
1713 # asm 2: vld1.8 {<c4=d28},[<input_3=r3,: 64]
1716 # qhasm: 4x x4 += c4
1717 # asm 1: vadd.i32 >x4=reg128#14,<x4=reg128#14,<c4=reg128#15
1718 # asm 2: vadd.i32 >x4=q13,<x4=q13,<c4=q14
/external/libpng/contrib/libtests/
H A Dmakepng.c309 # define xyinterp(x, y, c1, c2, c3, c4) (((size * size / 2) +\
310 (interp(x, c1, c2) * y + (size-y) * interp(x, c3, c4))) /\
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_locks.py791 def c4(result): function in function:SemaphoreTests.test_acquire
806 t4 = asyncio.Task(c4(result), loop=self.loop)
/external/tensorflow/tensorflow/compiler/tests/
H A Dtensor_array_ops_test.py810 c4 = array_ops.placeholder(dtypes.float32, [2, None, 4, 2, 3])
811 w4 = w3.scatter([4, 5], c4)
/external/tensorflow/tensorflow/python/framework/
H A Dimporter_test.py928 a4, b4, c4 = importer.import_graph_def(
932 self.assertEqual(c.device, c4.device) # worker overrides ps.
/external/capstone/suite/MC/ARM/
H A Dbasic-arm-instructions.s.cs283 0x04,0x44,0xb5,0xfc = ldc2 p4, c4, [r5], #16 external variable declarations
291 0x01,0x4c,0x90,0xed = ldc p12, c4, [r0, #4] external variable declarations
303 0x01,0x4c,0x90,0x3d = ldclo p12, c4, [r0, #4] external variable declarations
768 0x04,0x44,0xa5,0xfc = stc2 p4, c4, [r5], #16 external variable declarations
776 0x01,0x4c,0x80,0xed = stc p12, c4, [r0, #4] external variable declarations
788 0x01,0x4c,0x80,0x3d = stclo p12, c4, [r0, #4] external variable declarations
/external/libxml2/
H A Dparser.c2025 #define CMP4( s, c1, c2, c3, c4 ) \
2027 ((unsigned char *) s)[ 2 ] == c3 && ((unsigned char *) s)[ 3 ] == c4 )
2028 #define CMP5( s, c1, c2, c3, c4, c5 ) \
2029 ( CMP4( s, c1, c2, c3, c4 ) && ((unsigned char *) s)[ 4 ] == c5 )
2030 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
2031 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
2032 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
2033 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
2034 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
2035 ( CMP7( s, c1, c2, c3, c4, c
[all...]
/external/sqlite/dist/orig/
H A Dshell.c1412 u64 c0, c1, c2, c3, c4; local
1460 c4 = a04^a14^a24^a34^a44;
1461 d0 = c4^ROL64(c1, 1);
1464 d3 = c2^ROL64(c4, 1);
1527 c4 = a44^a14^a34^a04^a24;
1528 d0 = c4^ROL64(c1, 1);
1531 d3 = c2^ROL64(c4, 1);
1594 c4 = a24^a14^a04^a44^a34;
1595 d0 = c4^ROL64(c1, 1);
1598 d3 = c2^ROL64(c4,
[all...]
/external/sqlite/dist/
H A Dshell.c1418 u64 c0, c1, c2, c3, c4; local
1466 c4 = a04^a14^a24^a34^a44;
1467 d0 = c4^ROL64(c1, 1);
1470 d3 = c2^ROL64(c4, 1);
1533 c4 = a44^a14^a34^a04^a24;
1534 d0 = c4^ROL64(c1, 1);
1537 d3 = c2^ROL64(c4, 1);
1600 c4 = a24^a14^a04^a44^a34;
1601 d0 = c4^ROL64(c1, 1);
1604 d3 = c2^ROL64(c4,
[all...]
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s1076 ldc2 p4, c4, [r5], #16
1085 ldc p12, c4, [r0, #4]
1098 ldclo p12, c4, [r0, #4]
1117 @ CHECK: ldc2 p4, c4, [r5], #16 @ encoding: [0x04,0x44,0xb5,0xfc]
1126 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
1139 @ CHECK: ldclo p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0x3d]
2752 stc2 p4, c4, [r5], #16
2761 stc p12, c4, [r0, #4]
2774 stclo p12, c4, [r0, #4]
2793 @ CHECK: stc2 p4, c4, [r
[all...]
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp641 Colors c4; member in struct:ColorMap
663 io.mapOptional("c4", c.c4, cBlue); // supplies default
689 EXPECT_EQ(cBlue, map.c4); // tests default
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1491 LLVMValueRef c4 = lp_build_const_int_vec(gallivm, ivec_bld->type, 4); local
1498 tmp = lp_build_add(ivec_bld, faceand1, c4);
1502 tmp = lp_build_andnot(ivec_bld, face, c4);
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp128 UChar32 c4 = 0x11000; local
148 s.append(c4++);

Completed in 1331 milliseconds

12345678910