Home
last modified time | relevance | path

Searched +defs:v3 +defs:b (Results 1 – 25 of 61) sorted by relevance

123

/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp511 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3) in Matx()
519 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4) in Matx()
527 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5) in Matx()
536 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6) in Matx()
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()
737 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) in Matx()
[all …]
Dbase.hpp254 #define CVAUX_CONCAT_EXP(a, b) a##b argument
255 #define CVAUX_CONCAT(a, b) CVAUX_CONCAT_EXP(a,b) argument
437 _AccTp v0 = a[i], v1 = a[i+1], v2 = a[i+2], v3 = a[i+3]; in normL2Sqr() local
476 _AccTp normL2Sqr(const _Tp* a, const _Tp* b, int n) in normL2Sqr()
483 …(a[i] - b[i]), v1 = _AccTp(a[i+1] - b[i+1]), v2 = _AccTp(a[i+2] - b[i+2]), v3 = _AccTp(a[i+3] - b[… in normL2Sqr() local
495 static inline float normL2Sqr(const float* a, const float* b, int n) in normL2Sqr()
507 _AccTp normL1(const _Tp* a, const _Tp* b, int n) in normL1()
514 …(a[i] - b[i]), v1 = _AccTp(a[i+1] - b[i+1]), v2 = _AccTp(a[i+2] - b[i+2]), v3 = _AccTp(a[i+3] - b[… in normL1() local
526 inline float normL1(const float* a, const float* b, int n) in normL1()
536 inline int normL1(const uchar* a, const uchar* b, int n) in normL1()
[all …]
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c339 int8x8_t test_vmla_s8(int8x8_t v1, int8x8_t v2, int8x8_t v3) { in test_vmla_s8()
345 int8x8_t test_vmla_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) { in test_vmla_s16()
351 int32x2_t test_vmla_s32(int32x2_t v1, int32x2_t v2, int32x2_t v3) { in test_vmla_s32()
357 float32x2_t test_vmla_f32(float32x2_t v1, float32x2_t v2, float32x2_t v3) { in test_vmla_f32()
363 uint8x8_t test_vmla_u8(uint8x8_t v1, uint8x8_t v2, uint8x8_t v3) { in test_vmla_u8()
369 uint16x4_t test_vmla_u16(uint16x4_t v1, uint16x4_t v2, uint16x4_t v3) { in test_vmla_u16()
375 uint32x2_t test_vmla_u32(uint32x2_t v1, uint32x2_t v2, uint32x2_t v3) { in test_vmla_u32()
381 int8x16_t test_vmlaq_s8(int8x16_t v1, int8x16_t v2, int8x16_t v3) { in test_vmlaq_s8()
387 int16x8_t test_vmlaq_s16(int16x8_t v1, int16x8_t v2, int16x8_t v3) { in test_vmlaq_s16()
393 int32x4_t test_vmlaq_s32(int32x4_t v1, int32x4_t v2, int32x4_t v3) { in test_vmlaq_s32()
[all …]
Dmangle-windows.c49 void __fastcall f9(long long a, char b, char c, short d) {} in f9()
69 void __vectorcall v3(short a) {} in v3() function
81 void __vectorcall v6(char a, char b) {} in v6()
Dvectorcall.c4 void __vectorcall v1(int a, int b) {} in v1()
8 void __vectorcall v2(char a, char b) {} in v2()
13 void __vectorcall v3(int a, struct Small b, int c) {} in v3() function
18 void __vectorcall v4(int a, struct Large b, int c) {} in v4()
26 void __vectorcall hfa1(int a, struct HFA4 b, int c) {} in hfa1()
33 void __vectorcall hfa2(struct HFA4 a, struct HFA4 b, double c) {} in hfa2()
39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3()
60 void __vectorcall hva1(int a, struct HVA4 b, int c) {} in hva1()
64 void __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {} in hva2()
68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {} in hva3()
Darm-aapcs-vfp.c111 int32x2_t v3; member
127 void test_vfp_stack_gpr_split_1(double a, double b, double c, double d, double e, double f, double … in test_vfp_stack_gpr_split_1()
130 void test_vfp_stack_gpr_split_2(double a, double b, double c, double d, double e, double f, double … in test_vfp_stack_gpr_split_2()
133 struct_long_long_int test_vfp_stack_gpr_split_3(double a, double b, double c, double d, double e, d… in test_vfp_stack_gpr_split_3()
135 typedef struct { int a; int b:4; int c; } struct_int_bitfield_int; member
137 void test_test_vfp_stack_gpr_split_bitfield(double a, double b, double c, double d, double e, doubl… in test_test_vfp_stack_gpr_split_bitfield()
142 void test_vfp_stack_gpr_split_4(double a, double b, double c, double d, double e, double f, double … in test_vfp_stack_gpr_split_4()
148 void test_vfp_stack_gpr_split_5(struct_seventeen_ints a, double b, double c, double d, double e, do… in test_vfp_stack_gpr_split_5()
152 void test_vfp_stack_gpr_split_6(double a, double b, double c, double d, double e, double f, double … in test_vfp_stack_gpr_split_6()
Dppc64le-aggregates.c15 struct fab { float a; float b; }; member
16 struct fabc { float a; float b; float c; }; member
18 struct f2a2b { float a[2]; float b[2]; }; member
130 struct v3 { vector int v[3]; }; struct
138 struct vab { vector int a; vector int b; }; member
139 struct vabc { vector int a; vector int b; vector int c; }; member
255 struct v3fab { float3 a; float3 b; }; member
256 struct v3fabc { float3 a; float3 b; float3 c; }; member
/external/clang/test/Sema/
Dvector-assign.c11 v1s v3; in test1() local
42 float test2(__attribute__((vector_size(16))) float a, int b) { in test2()
Doffsetof.c24 int b[__builtin_offsetof(struct external_sun3_core, X[42]) == 340 ? 1 : -1]; in swap() local
37 int v3 = __builtin_offsetof(struct s3, a) == 0 ? 0 : f(); variable
/external/boringssl/src/crypto/chacha/
Dchacha_vec.c121 #define DQROUND_VECTORS(a,b,c,d) \ argument
133 #define QROUND_WORDS(a,b,c,d) \ argument
139 #define WRITE_XOR(in, op, d, v0, v1, v2, v3) \ argument
195 vec v0,v1,v2,v3,v4,v5,v6,v7; in CRYPTO_chacha_20_neon() local
275 vec v0 = s0, v1 = s1, v2 = s2, v3 = s3; in CRYPTO_chacha_20_neon() local
290 vec v0,v1,v2,v3; in CRYPTO_chacha_20_neon() local
/external/libdivsufsort/lib/
Dtrsort.c80 saidx_t *a, *b; in tr_insertionsort() local
139 tr_median3(const saidx_t *ISAd, saidx_t *v1, saidx_t *v2, saidx_t *v3) { in tr_median3()
153 saidx_t *v1, saidx_t *v2, saidx_t *v3, saidx_t *v4, saidx_t *v5) { in tr_median5()
225 saidx_t *a, *b, *c, *d, *e, *f; in tr_partition() local
265 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_copy()
290 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_partialcopy()
331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; in tr_introsort() member
332 saidx_t *a, *b, *c; in tr_introsort() local
Dsssort.c235 saidx_t *v1, saidx_t *v2, saidx_t *v3) { in ss_median3()
249 saidx_t *v1, saidx_t *v2, saidx_t *v3, saidx_t *v4, saidx_t *v5) { in ss_median5()
293 saidx_t *a, *b; in ss_partition() local
314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE]; in ss_mintrosort() member
316 saidx_t *a, *b, *c, *d, *e, *f; in ss_mintrosort() local
452 ss_blockswap(saidx_t *a, saidx_t *b, saidx_t n) { in ss_blockswap()
462 saidx_t *a, *b, t; in ss_rotate() local
506 saidx_t *a, *b; in ss_inplacemerge() local
548 saidx_t *a, *b, *c, *bufend; in ss_mergeforward() local
599 saidx_t *a, *b, *c, *bufend; in ss_mergebackward() local
[all …]
/external/v8/test/mjsunit/es6/
Ddebug-function-scopes.js63 var F3 = function(a, b) { argument
79 CheckScope(mirror.scope(0), { a: 4, b: 5 }, ScopeType.Closure); property
114 CheckScope(mirror.scope(2), { v1:3, l0: 0, v3: 5, v6: 11 }, ScopeType.Closure); property
/external/eigen/test/
Dadjoint.cpp77 v3 = VectorType::Random(rows), in adjoint() local
141 MatrixXcf a(10,10), b(10,10); in test_adjoint() local
/external/guava/guava/src/com/google/common/hash/
DSipHashFunction.java109 private long v3 = 0x7465646279746573L; field in SipHashFunction.SipHasher
112 private long b = 0; field in SipHashFunction.SipHasher
/external/clang/test/SemaCXX/
Dconstant-expression.cpp24 v3 = cval, enumerator
86 b = a? 8 : 4 enumerator
118 …typedef int b[(long long)4e20]; // expected-warning {{variable length}} expected-error {{variable … typedef
124 struct Y { bool b; X x; }; // expected-error {{field has incomplete type 'test3::X'}} member
140 T b; in fn1() local
Denum-scoped.cpp19 E1 v3 = E2::Val1; // expected-error{{cannot initialize a variable}} variable
138 enum A::b; // expected-error {{incomplete type 'test6::A' named in nested name specifier}} member in test6::A
152 enum class E { a, b }; enumerator
156 enum F { a, b }; enumerator
201 …template<typename T> enum class S<T>::B : char { b }; // expected-error {{redeclared with differen… enumerator
302 E b = a; variable
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp207 int b = _mm_cvtsi128_si32(_mm_srli_epi64(val, 32)); in get0() local
227 int b = _mm_cvtsi128_si32(_mm_srli_epi64(val, 32)); in get0() local
314 inline v_uint8x16 v_pack_u(const v_int16x8& a, const v_int16x8& b) in v_pack_u()
321 v_uint8x16 v_rshr_pack(const v_uint16x8& a, const v_uint16x8& b) in v_rshr_pack()
338 v_uint8x16 v_rshr_pack_u(const v_int16x8& a, const v_int16x8& b) in v_rshr_pack_u()
353 inline v_int8x16 v_pack(const v_int16x8& a, const v_int16x8& b) in v_pack()
360 v_int8x16 v_rshr_pack(const v_int16x8& a, const v_int16x8& b) in v_rshr_pack()
378 inline __m128i v_select_si128(__m128i mask, __m128i a, __m128i b) in v_select_si128()
383 inline v_uint16x8 v_pack(const v_uint32x4& a, const v_uint32x4& b) in v_pack()
401 v_uint16x8 v_rshr_pack(const v_uint32x4& a, const v_uint32x4& b) in v_rshr_pack()
[all …]
/external/deqp/framework/common/
DtcuAstcUtil.cpp394 const deUint32 b = getBit(blockModeData, 7); in getASTCBlockMode() local
401 const deUint32 b = getBits(blockModeData, 7, 8); in getASTCBlockMode() local
419 int& b = blockMode.weightISEParams.numBits; in getASTCBlockMode() local
733 const deUint32 b = getBit(iseResults[endpointNdx].m, 1); in unquantizeColorEndpoints() local
766 inline void bitTransferSigned (deInt32& a, deInt32& b) in bitTransferSigned()
784 inline IVec4 blueContract (int r, int g, int b, int a) in blueContract()
799 …d decodeHDREndpointMode7 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3) in decodeHDREndpointMode7()
878 …ntMode11 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, d… in decodeHDREndpointMode11()
964 …intMode15(UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, d… in decodeHDREndpointMode15()
1057 deInt32 v3 = (deInt32)v[3]; in decodeColorEndpoints() local
[all …]
/external/opencv/cvaux/src/
Dcv3dtracker.cpp496 static inline double det(CvPoint3D32f v1, CvPoint3D32f v2, CvPoint3D32f v3) in det()
502 static CvPoint3D32f operator +(CvPoint3D32f a, CvPoint3D32f b) in operator +()
507 static CvPoint3D32f operator -(CvPoint3D32f a, CvPoint3D32f b) in operator -()
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp398 static inline void bit_transfer_signed(int *a, int *b) { in bit_transfer_signed()
410 static inline SkColor blue_contract(int a, int r, int g, int b) { in blue_contract()
475 int v3 = v[3]; in decode_rgba_baseoffset() local
895 const int b = valBits[1]; in unquantize_trit_color() local
951 const int b = valBits[1]; in unquantize_quint_color() local
1036 int b = interpolate_channel(SkColorGetB(endpoints[0]), SkColorGetB(endpoints[1]), weight0); in interpolate_dual_endpoints() local
1271 int v3 = colorValues[3]; in colorEndpoints() local
1360 const int b = xbits[1]; in unquantizeWeight() local
1400 const int b = xbits[1]; in unquantizeWeight() local
1566 int b = seed3*x + seed4*y + seed12*z + (rnum >> 10); in getPartition() local
[all …]
/external/gmock/test/
Dgmock-generated-actions_test.cc103 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4()
110 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5()
123 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6()
457 char a = '\0', b = '\0'; in TEST() local
474 char a = '\0', b = '\0', c = '\0'; in TEST() local
493 char a = '\0', b = '\0', c = '\0', d = '\0'; in TEST() local
514 char a = '\0', b = '\0', c = '\0', d = '\0', e = '\0'; in TEST() local
538 char a = '\0', b = '\0', c = '\0', d = '\0', e = '\0', f = '\0'; in TEST() local
564 char a = '\0', b = '\0', c = '\0', d = '\0'; in TEST() local
691 const bool b = false; in TEST() local
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc103 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4()
110 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5()
123 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6()
457 char a = '\0', b = '\0'; in TEST() local
474 char a = '\0', b = '\0', c = '\0'; in TEST() local
493 char a = '\0', b = '\0', c = '\0', d = '\0'; in TEST() local
514 char a = '\0', b = '\0', c = '\0', d = '\0', e = '\0'; in TEST() local
538 char a = '\0', b = '\0', c = '\0', d = '\0', e = '\0', f = '\0'; in TEST() local
564 char a = '\0', b = '\0', c = '\0', d = '\0'; in TEST() local
691 const bool b = false; in TEST() local
[all …]
/external/mesa3d/src/mesa/math/
Dm_matrix.c163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4()
183 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul34()
235 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ) in _math_matrix_mul_matrix()
335 #define SWAP_ROWS(a, b) { GLfloat *_tmp = a; (a)=(b); (b)=_tmp; } argument
983 GLfloat x, y, a, b, c, d; in _math_matrix_frustum() local
1604 const GLfloat v0 = v[0], v1 = v[1], v2 = v[2], v3 = v[3]; in _mesa_transform_vector() local
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jar ... antlr/grammar/ org/antlr/grammar/v3/ org/antlr/misc/ org/antlr ...

123