HomeSort by relevance Sort by last modified time
    Searched defs:c4 (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 83 __m128i c0, c2, c4, c6, c8; local
93 c4 = _mm_shuffle_epi32(x, 0x00);
119 o0 = _mm_add_epi32(o0, _mm_madd_epi16(_mm_unpacklo_epi16(p5, p6), c4));
120 o1 = _mm_add_epi32(o1, _mm_madd_epi16(_mm_unpacklo_epi16(p6, p7), c4));
414 __m128i c0, c1, c2, c3, c4; local
423 c4 = _mm_set1_epi32(param[4]); /* -208 */
447 G = _mm_add_epi32(G, mullo_epi32(V, c4));
476 __m128i c0, c1, c2, c3, c4; local
485 c4 = _mm_set1_epi32(param[4]); /* -208 */
509 G = _mm_add_epi32(G, mullo_epi32(V, c4));
538 __m128i c0, c1, c2, c3, c4; local
601 __m128i c0, c2, c4, c6, c8, c10, c12; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URLConnection.java 1425 int c4 = is.read(); local
    [all...]
  /external/ImageMagick/MagickCore/
resize.c 458 const double c4 = 0.107791837839662283066379987646635416692e-6L;
463 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
473 const double c4 = 0.111902032818095784414237782071368805120e-6L;
480 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*(c7+xx*(c8+xx*c9))))))));
490 const double c4 = 0.207010104171026718629622453275917944941e-7L;
495 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
454 const double c4 = 0.107791837839662283066379987646635416692e-6L; local
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 1187 C c4 = { 0, c4.b, 0 }; \/\/ expected-warning{{uninitialized}} member in namespace:U::init_list
1276 C c4 = { 0, c4.b, 0 }; \/\/ expected-warning{{uninitialized}} member in struct:U::init_list::Cwrapper
    [all...]
  /external/libcxx/src/
locale.cpp 2026 uint8_t c4 = frm_nxt[3]; local
2147 uint8_t c4 = frm_nxt[3]; local
2258 uint8_t c4 = frm_nxt[3]; local
2425 uint8_t c4 = frm_nxt[3]; local
2527 uint8_t c4 = frm_nxt[3]; local
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 536 Colors c4; member in struct:ColorMap
558 io.mapOptional("c4", c.c4, cBlue); // supplies default
584 EXPECT_EQ(cBlue, map.c4); // tests default
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 167 const __m128i c4 = _mm_sub_epi16(c1, c2); local
168 const __m128i c = _mm_add_epi16(c3, c4);
225 const __m128i c4 = _mm_sub_epi16(c1, c2); local
226 const __m128i c = _mm_add_epi16(c3, c4);
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 89 const __m128i c4 = _mm_sub_epi16(c1, c2); local
90 const __m128i c = _mm_add_epi16(c3, c4);
147 const __m128i c4 = _mm_sub_epi16(c1, c2); local
148 const __m128i c = _mm_add_epi16(c3, c4);
253 const __m128i c4 = _mm_set1_epi16(MUL(in[4], kC2)); local
260 const __m128i m1 = _mm_adds_epi16(B, c4);
261 const __m128i m2 = _mm_subs_epi16(B, c4);
    [all...]
enc_neon.c 841 const int16x8_t c4 = vmulq_s16(c3, vreinterpretq_s16_u16(q)); local
    [all...]
dec_neon.c 26 #define LOAD8x4(c1, c2, c3, c4, b1, b2, stride) \
27 "vld4.8 {" #c1 "[0]," #c2 "[0]," #c3 "[0]," #c4 "[0]}," #b1 "," #stride "\n" \
28 "vld4.8 {" #c1 "[1]," #c2 "[1]," #c3 "[1]," #c4 "[1]}," #b2 "," #stride "\n" \
29 "vld4.8 {" #c1 "[2]," #c2 "[2]," #c3 "[2]," #c4 "[2]}," #b1 "," #stride "\n" \
30 "vld4.8 {" #c1 "[3]," #c2 "[3]," #c3 "[3]," #c4 "[3]}," #b2 "," #stride "\n" \
31 "vld4.8 {" #c1 "[4]," #c2 "[4]," #c3 "[4]," #c4 "[4]}," #b1 "," #stride "\n" \
32 "vld4.8 {" #c1 "[5]," #c2 "[5]," #c3 "[5]," #c4 "[5]}," #b2 "," #stride "\n" \
33 "vld4.8 {" #c1 "[6]," #c2 "[6]," #c3 "[6]," #c4 "[6]}," #b1 "," #stride "\n" \
34 "vld4.8 {" #c1 "[7]," #c2 "[7]," #c3 "[7]," #c4 "[7]}," #b2 "," #stride "\n"
1250 const int16x4_t c4 = vdup_n_s16(MUL(in[4], kC2_full)); local
    [all...]
enc_sse2.c 118 const __m128i c4 = _mm_sub_epi16(c1, c2); local
119 const __m128i c = _mm_add_epi16(c3, c4);
176 const __m128i c4 = _mm_sub_epi16(c1, c2); local
177 const __m128i c = _mm_add_epi16(c3, c4);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 2008 uint8_t c4 = frm_nxt[3]; local
2129 uint8_t c4 = frm_nxt[3]; local
2240 uint8_t c4 = frm_nxt[3]; local
2407 uint8_t c4 = frm_nxt[3]; local
2509 uint8_t c4 = frm_nxt[3]; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
crx.h 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon75714
  /external/boringssl/src/crypto/curve25519/
curve25519.c 4149 int64_t c4 = 2097151 & (load_4(c + 10) >> 4); local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 4460 v8::Local<v8::Context> c4 = v8::Context::New(v8_isolate); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 261 void drawQuadrantReferenceResult (const tcu::PixelBufferAccess& dst, const tcu::Vec4& c1, const tcu::Vec4& c2, const tcu::Vec4& c3, const tcu::Vec4& c4)
266 tcu::clear(tcu::getSubregion(dst, dst.getWidth() / 2, dst.getHeight() / 2, dst.getWidth() - dst.getWidth() / 2, dst.getHeight() - dst.getHeight() / 2), c4); local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 2711 UInt c4 = 0x00FF00FF; local
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 14828 __m128i maskLOW, c4, lowclz, mask, hiclz; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 14828 __m128i maskLOW, c4, lowclz, mask, hiclz; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 14828 __m128i maskLOW, c4, lowclz, mask, hiclz; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1444 milliseconds

1 2 34 5 6 7