Searched defs:c5 (Results 26 - 50 of 55) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
H A Davg.c53 int16_t c5 = b5 + b7; local
58 coeff[7] = c1 + c5;
62 coeff[6] = c1 - c5;
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp65 Reader::Char c5) {
66 return c == c1 || c == c2 || c == c3 || c == c4 || c == c5;
60 in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5) argument
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct8x8_add_neon.c300 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
317 b6, b7, &c0, &c1, &c2, &c3, &c4, &c5, &c6, &c7);
323 c5 = vrshrq_n_s16(c5, 5);
351 c5 = vcombine_s16(vrshrn_n_s32(a9, 5), vrshrn_n_s32(a13, 5));
355 highbd_add8x8(c0, c1, c2, c3, c4, c5, c6, c7, dest, stride, bd);
572 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
595 c5 = vrshrq_n_s16(b5, 5);
626 c5 = vcombine_s16(vrshrn_n_s32(a10, 5), vrshrn_n_s32(a14, 5));
630 highbd_add8x8(c0, c1, c2, c3, c4, c5, c
[all...]
H A Dtranspose_neon.h751 // c5: 05 15 25 35 07 17 27 37
759 const int32x4x2_t c5 = vpx_vtrnq_s64_to_s32(b4.val[1], b5.val[1]); local
782 a5->val[0] = c5.val[0];
786 a7->val[0] = c5.val[1];
1069 // c5.val[0]: 81 91 A1 B1 85 95 A5 B5 89 99 A9 B9 8D 9D AD BD
1070 // c5.val[1]: 83 93 A3 B3 87 97 A7 B7 8B 9B AB BB 8F 9F AF BF
1085 const uint16x8x2_t c5 = vtrnq_u16(vreinterpretq_u16_u8(b4.val[1]), local
1121 const uint32x4x2_t d6 = vtrnq_u32(vreinterpretq_u32_u16(c5.val[0]),
1123 const uint32x4x2_t d7 = vtrnq_u32(vreinterpretq_u32_u16(c5.val[1]),
H A Didct_neon.h226 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
250 c5 = vrsraq_n_s16(vreinterpretq_s16_u16(vmovl_u8(b5)), a5, 6);
259 b5 = vqmovun_s16(c5);
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c521 int c5 = (y0 > w0) ? 2 : 0; local
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding_test.cc80 Output c5 = ops::Const(s.WithOpName("c5"), 5.0f, {2}); local
83 Output mul_parent = ops::Mul(s.WithOpName("mul_parent"), c5, mul_child);
86 ops::Mul(s.WithOpName("addmul_parent"), c5, addmul_child);
/external/ImageMagick/MagickCore/
H A Dresize.c459 const double c5 = -0.324874073895735800961260474028013982211e-8L;
463 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
474 const double c5 = -0.372895101408779549368465614321137048875e-8L;
480 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*(c7+xx*(c8+xx*c9))))))));
491 const double c5 = -0.319724784938507108101517564300855542655e-9L;
495 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
455 const double c5 = -0.324874073895735800961260474028013982211e-8L; local
/external/fio/
H A Dinit.c1522 char *c5 = NULL, *c6 = NULL; local
1531 c5 = num2str(o->min_bs[DDIR_TRIM], 4, 1, i2p, N2S_BYTE);
1544 c1, c2, c3, c4, c5, c6);
1553 free(c5);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp642 Colors c5; member in struct:ColorMap
664 io.mapOptional("c5", c.c5, cYellow); // supplies default
681 "c5: yellow\n"
690 EXPECT_EQ(cYellow,map.c5); // tests overridden
/external/capstone/suite/MC/ARM/
H A Dbasic-arm-instructions.s.cs282 0x1e,0x53,0x34,0xfd = ldc2 p3, c5, [r4, #-120]! external variable declarations
292 0x00,0x5d,0x91,0xed = ldc p13, c5, [r1] external variable declarations
304 0x00,0x5d,0x91,0x8d = ldchi p13, c5, [r1] external variable declarations
767 0x1e,0x53,0x24,0xfd = stc2 p3, c5, [r4, #-120]! external variable declarations
777 0x00,0x5d,0x81,0xed = stc p13, c5, [r1] external variable declarations
789 0x00,0x5d,0x81,0x8d = stchi p13, c5, [r1] external variable declarations
H A Dbasic-thumb2-instructions.s.cs222 0x34,0xfd,0x1e,0x53 = ldc2 p3, c5, [r4, #-120]! external variable declarations
232 0x91,0xed,0x00,0x5d = ldc p13, c5, [r1] external variable declarations
429 0x00,0xee,0x15,0x4e = mcr p14, #0, r4, c0, c5, #0 external variable declarations
841 0x24,0xfd,0x1e,0x53 = stc2 p3, c5, [r4, #-120]! external variable declarations
851 0x81,0xed,0x00,0x5d = stc p13, c5, [r1] external variable declarations
/external/clang/test/SemaCXX/
H A Duninitialized.cpp1188 C c5 = { 0, c5.c, 0 }; member in namespace:U::init_list
1277 C c5 = { 0, c5.c, 0 }; member in struct:U::init_list::Cwrapper
1287 c5{ 0, c5.c, 0 },
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1492 LLVMValueRef c5 = lp_build_const_int_vec(gallivm, ivec_bld->type, 5); local
1494 sel = lp_build_cmp(ivec_bld, PIPE_FUNC_EQUAL, face, c5);
/external/swiftshader/src/Renderer/
H A DSurface.cpp4118 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); local
4124 c4 = _mm_avg_epu8(c4, c5);
4154 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); local
4168 c4 = _mm_avg_epu8(c4, c5);
4263 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); local
4269 c4 = AVERAGE(c4, c5);
4299 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); local
4313 c4 = AVERAGE(c4, c5);
4412 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); local
4418 c4 = _mm_avg_epu16(c4, c5);
4448 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 4 * x)); local
4557 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); local
4593 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); local
4705 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 8 * x)); local
4741 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 8 * x)); local
4850 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); local
4886 unsigned int c5 = *(unsigned int*)(source5 + 4 * x); local
5000 __m128 c5 = _mm_load_ps((float*)(source5 + 4 * x)); local
5037 __m128 c5 = _mm_load_ps((float*)(source5 + 4 * x)); local
5147 float c5 = *(float*)(source5 + 4 * x); local
5184 float c5 = *(float*)(source5 + 4 * x); local
5297 __m128 c5 = _mm_load_ps((float*)(source5 + 8 * x)); local
5334 __m128 c5 = _mm_load_ps((float*)(source5 + 8 * x)); local
5444 float c5 = *(float*)(source5 + 4 * x); local
5481 float c5 = *(float*)(source5 + 4 * x); local
5596 __m128 c5 = _mm_load_ps((float*)(source5 + 16 * x)); local
5633 __m128 c5 = _mm_load_ps((float*)(source5 + 16 * x)); local
5743 float c5 = *(float*)(source5 + 4 * x); local
5780 float c5 = *(float*)(source5 + 4 * x); local
5919 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 2 * x)); local
5984 __m128i c5 = _mm_load_si128((__m128i*)(source5 + 2 * x)); local
6146 unsigned short c5 = *(unsigned short*)(source5 + 2 * x); local
6182 unsigned short c5 = *(unsigned short*)(source5 + 2 * x); local
[all...]
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp1320 Vector4f c5 = sampleTexel(x1, y0, z1, w, mipmap, buffer, function); local
1341 if(componentCount >= 1) c4.x = c4.x + fu * (c5.x - c4.x);
1342 if(componentCount >= 2) c4.y = c4.y + fu * (c5.y - c4.y);
1343 if(componentCount >= 3) c4.z = c4.z + fu * (c5.z - c4.z);
1344 if(componentCount >= 4) c4.w = c4.w + fu * (c5.w - c4.w);
/external/boringssl/src/third_party/fiat/
H A Dcurve25519.c2509 int64_t c5 = 2097151 & (load_3(c + 13) >> 1); local
2569 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
/external/capstone/suite/MC/AArch64/
H A Dbasic-a64-instructions.s.cs1390 0xe5,0x59,0x0f,0xd5 = sys #7, c5, c9, #7, x5 external variable declarations
1392 0xe9,0x59,0x2f,0xd5 = sysl x9, #7, c5, c9, #7 external variable declarations
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp3114 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) argument
3116 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7};
3186 UShort8::UShort8(unsigned short c0, unsigned short c1, unsigned short c2, unsigned short c3, unsigned short c4, unsigned short c5, unsigned short c6, unsigned short c7) argument
3188 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7};
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c2739 UInt c5 = 0x0000FFFF; local
2779 binop(Iop_And32, mkexpr(x4), mkU32(c5)),
2782 binop(Iop_And32, mkexpr(x4), mkU32(~c5)),
18750 /* mcr 15, 0, r0, c7, c5, 4 (v6) equiv to ISB (v7).
18756 DIP("mcr 15, 0, r0, c7, c5, 4 (insn synch barrier)\n");
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 1129 milliseconds

123