Home
last modified time | relevance | path

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

12

/external/v8/src/js/
Dharmony-simd.js465 function Int16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
476 function Uint16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
487 function Bool16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
495 function Int8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
511 function Uint8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
527 function Bool8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
/external/swiftshader/src/Renderer/
DSurface.cpp3774 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
3810 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
3918 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
3954 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4065 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
4101 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 4 * x)); in resolve() local
4209 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4245 unsigned int c7 = *(unsigned int*)(source7 + 4 * x); in resolve() local
4356 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local
4392 __m128i c7 = _mm_load_si128((__m128i*)(source7 + 8 * x)); in resolve() local
[all …]
/external/clang/test/SemaTemplate/
Dinstantiation-default-2.cpp18 Constant<float, 0> *c7; // expected-note{{while substituting}} variable
/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/fio/lib/
Dbswap.h21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; in __be64_to_cpu() local
/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/webrtc/talk/media/base/
Dcodec_unittest.cc97 AudioCodec c7; in TEST_F() local
176 VideoCodec c7; in TEST_F() 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
Dhighbd_idct4x4_add_neon.c100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; in idct4x4_16_kernel_bd12() local
Dhighbd_idct8x8_add_neon.c300 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
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
Didct_neon.h226 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in add_and_store_u8_s16() local
/external/libvpx/libvpx/vpx_dsp/
Davg.c55 int16_t c7 = b5 - b7; in hadamard_col8() local
/external/ImageMagick/MagickCore/
Dresize.c457 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/
Ddiag-template-diffing.cpp186 int c7[] = {1,2,3}; variable
/external/libxml2/
Dparser.c2027 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \ argument
2029 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \ argument
2031 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \ argument
2034 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \ argument
/external/swiftshader/src/Shader/
DSamplerCore.cpp1334 Vector4f c7; 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/boringssl/src/crypto/curve25519/
Dcurve25519.c4166 int64_t c7 = 2097151 & (load_3(c + 18) >> 3); in sc_muladd() local
/external/swiftshader/src/Reactor/
DNucleus.cpp3523 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) in Short8()
3608 … c2, unsigned short c3, unsigned short c4, unsigned short c5, unsigned short c6, unsigned short c7) in UShort8()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4494 …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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12