Home
last modified time | relevance | path

Searched defs:c7 (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/SemaTemplate/
Dinstantiation-default-2.cpp18 Constant<float, 0> *c7; // expected-note{{while substituting}} variable
/external/swiftshader/src/Device/
DSurface.cpp3424 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
3460 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
3569 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
3605 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
3718 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
3754 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
3863 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
3899 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4011 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local
4047 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local
[all …]
/external/swiftshader/src/Renderer/
DSurface.cpp4096 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
4132 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
4241 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4277 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4390 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
4426 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
4535 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4571 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4683 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local
4719 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local
[all …]
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, in f()
Dmangle-ms-return-qualifiers.cpp74 const volatile A* c7() { return 0; } in c7() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DPureJavaCrc32C.java72 final int c7 = b[off+7] & 0xff; in update() local
/external/webrtc/talk/media/base/
Dcodec_unittest.cc97 AudioCodec c7; in TEST_F() local
176 VideoCodec c7; in TEST_F() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dtranspose_vsx.h41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_transpose_s16_8x8() local
Dhadamard_vsx.c33 const int16x8_t c7 = vec_sub(b5, b7); in vpx_hadamard_s16_8x8_one_pass() local
/external/libvpx/libvpx/vpx_dsp/
Davg.c57 int16_t c7 = b5 - b7; in hadamard_highbd_col8_first_pass() local
90 int32_t c7 = b5 - b7; in hadamard_highbd_col8_second_pass() local
215 int16_t c7 = b5 - b7; in hadamard_col8() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks_mips.c116 int32_t c4, c5, c6, c7; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dhadamard_neon.c38 const int16x8_t c7 = vsubq_s16(b5, b7); in hadamard8x8_one_pass() local
Dtranspose_neon.h761 const int32x4x2_t c7 = vpx_vtrnq_s64_to_s32(b6.val[1], b7.val[1]); in transpose_s32_8x8() local
1089 const uint16x8x2_t c7 = vtrnq_u16(vreinterpretq_u16_u8(b6.val[1]), in transpose_u8_16x16() local
/external/libhevc/common/arm/
Dihevc_cmn_utils_neon.h343 const int32x4x2_t c7 = vtrnq_s64_to_s32(b6.val[1], b7.val[1]); in transpose_s32_8x8() local
Dihevc_resi_trans_neon.c1013 const int32x4x2_t c7 = vtrnq_s32(a[6].val[1], a[7].val[1]); in transpose_8x8() local
/external/libaom/libaom/aom_dsp/
Davg.c71 int16_t c7 = b5 - b7; in hadamard_col8() local
/external/u-boot/arch/m68k/include/asm/coldfire/
Dskha.h37 u32 c7; /* 0x88 Context 7 */ member
/external/ImageMagick/MagickCore/
Dresize.c497 const double c7 = -0.586110644039348333520104379959307242711e-12L; in SincFast() local
512 const double c7 = -0.187208577776590710853865174371617338991e-11L; in SincFast() local
529 const double c7 = -0.118218971804934245819960233886876537953e-13L; in SincFast() local
/external/clang/test/Misc/
Ddiag-template-diffing.cpp186 int c7[] = {1,2,3}; variable
/external/libxml2/
Dparser.c2032 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \ argument
2034 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \ argument
2036 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \ argument
2039 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \ argument
/external/boringssl/src/third_party/fiat/
Dcurve25519.c1439 int64_t c7 = 2097151 & (load_3(c + 18) >> 3); in sc_muladd() local
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1227 Vector4f c7 = sampleTexel(x1, y1, z1, w, mipmap, buffer, function); in sampleFloat3D() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp1318 Vector4f c7 = sampleTexel(x1, y1, z1, w, mipmap, buffer, function); in sampleFloat3D() local
/external/clang/test/SemaCXX/
Duninitialized.cpp1190 C c7 = { 0, c7.a, 0 }; variable
1279 C c7 = { 0, c7.a, 0 }; member
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c1254 const int16x4_t c7 = in idct32_new_neon() local

12