/external/clang/test/SemaTemplate/ |
D | instantiation-default-2.cpp | 18 Constant<float, 0> *c7; // expected-note{{while substituting}} variable
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | transpose_vsx.h | 41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_transpose_s16_8x8() local
|
D | hadamard_vsx.c | 33 const int16x8_t c7 = vec_sub(b5, b7); in vpx_hadamard_s16_8x8_one_pass() local
|
/external/fio/lib/ |
D | bswap.h | 21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; in __be64_to_cpu() local
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 3871 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local 3907 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local 4016 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local 4052 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local 4165 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local 4201 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local 4310 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local 4346 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local 4458 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local 4494 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local [all …]
|
/external/clang/test/CodeGenCXX/ |
D | lto-visibility-inference.cpp | 68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, in f()
|
D | mangle-ms-return-qualifiers.cpp | 74 const volatile A* c7() { return 0; } in c7() function
|
/external/webrtc/talk/media/base/ |
D | codec_unittest.cc | 97 AudioCodec c7; in TEST_F() local 176 VideoCodec c7; in TEST_F() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks_mips.c | 116 int32_t c4, c5, c6, c7; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | hadamard_neon.c | 38 const int16x8_t c7 = vsubq_s16(b5, b7); in hadamard8x8_one_pass() local
|
D | highbd_idct4x4_add_neon.c | 100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; in idct4x4_16_kernel_bd12() local
|
D | highbd_idct8x8_add_neon.c | 300 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_highbd_idct8x8_12_add_neon() local 572 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_highbd_idct8x8_64_add_neon() local
|
D | transpose_neon.h | 761 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
|
D | idct_neon.h | 226 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in add_and_store_u8_s16() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 55 int16_t c7 = b5 - b7; in hadamard_col8() local
|
/external/ImageMagick/MagickCore/ |
D | resize.c | 457 const double c7 = -0.586110644039348333520104379959307242711e-12L; in SincFast() local 472 const double c7 = -0.187208577776590710853865174371617338991e-11L; in SincFast() local 489 const double c7 = -0.118218971804934245819960233886876537953e-13L; in SincFast() local
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 186 int c7[] = {1,2,3}; variable
|
/external/libxml2/ |
D | parser.c | 2032 #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/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1348 Vector4f c7 = sampleTexel(x1, y1, z1, w, mipmap, buffer, function); in sampleFloat3D() local
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 1190 C c7 = { 0, c7.a, 0 }; variable 1279 C c7 = { 0, c7.a, 0 }; member
|
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 4166 int64_t c7 = 2097151 & (load_3(c + 18) >> 3); in sc_muladd() local
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 4079 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) in Short8() 4195 … c2, unsigned short c3, unsigned short c4, unsigned short c5, unsigned short c6, unsigned short c7) in UShort8()
|
D | LLVMReactor.cpp | 3114 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) in Short8() 3186 … c2, unsigned short c3, unsigned short c4, unsigned short c5, unsigned short c6, unsigned short c7) in UShort8()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 4494 …c4(a){a=a|0;J=a}function c5(a){a=a|0;K=a}function c6(a){a=a|0;L=a}function c7(a){a=a|0;M=a}functio… function
|