/external/opencv3/modules/core/include/opencv2/core/ |
D | matx.hpp | 545 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7) in Matx() 554 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8) in Matx() 564 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v… in Matx() 575 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx() 584 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx() 631 _Tp s = 0; in dot() local 639 double s = 0; in ddot() local 673 Matx<_Tp, m1, n1> s; in get_minor() local 777 _Tp s = 0; in Matx() local 826 _Tp s = 0; in trace() local [all …]
|
/external/clang/test/SemaCXX/ |
D | constant-expression.cpp | 28 v7 = itval, enumerator 103 S<p> s; // expected-error {{not an integral constant expression}} variable
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 290 const __m128i v7 = _mm_add_epi32(u7, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_quant_sse2() local 352 const __m128i v7 = _mm_add_epi32(u7, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_quant_sse2() local 780 __m128i v0, v1, v2, v3, v4, v5, v6, v7; in fdct8_sse2() local 927 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in fadst8_sse2() local 1223 __m128i i[8], s[8], p[8], t[8], u[16], v[16]; in fdct16_8col() local 1545 __m128i s[16], x[16], u[32], v[32]; in fadst16_8col() local
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 177 constexpr S s = { 5 }; variable 310 constexpr S s; // ok variable 389 constexpr S s { 16 }; variable 398 constexpr S s { 16 }; variable 521 struct S { int a, b; } s; variable 531 constexpr bool v7 = qv <= (void*)&s.b; // ok variable
|
/external/gmock/test/ |
D | gmock-generated-actions_test.cc | 82 const char* Plus1(const char* s) { return s + 1; } in Plus1() 84 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() 89 string ByNonConstRef(string& s) { return s += "+"; } // NOLINT in ByNonConstRef() 165 inline const char* CharPtr(const char* s) { return s; } in CharPtr() 295 const char s[] = "Hello"; in TEST() local 400 const char s[] = "Hello"; in TEST() local 1173 AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10)) { in ACTION_TEMPLATE() argument
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-actions_test.cc | 82 const char* Plus1(const char* s) { return s + 1; } in Plus1() 84 bool ByConstRef(const string& s) { return s == "Hi"; } in ByConstRef() 89 string ByNonConstRef(string& s) { return s += "+"; } // NOLINT in ByNonConstRef() 165 inline const char* CharPtr(const char* s) { return s; } in CharPtr() 295 const char s[] = "Hello"; in TEST() local 400 const char s[] = "Hello"; in TEST() local 1160 AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10)) { in ACTION_TEMPLATE() argument
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 589 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in iadst8_sse2() local 1337 __m128i s[16], x[16], u[32], v[32]; in iadst16_8col() local 1827 __m128i v[16], u[16], s[16], t[16]; in idct16_8col() local
|