Home
last modified time | relevance | path

Searched +defs:v4 +defs:b (Results 1 – 25 of 33) sorted by relevance

12

/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp519 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()
744 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp) in Matx()
[all …]
/external/clang/test/Sema/
Dvector-assign.c12 v2f v4; in test1() local
42 float test2(__attribute__((vector_size(16))) float a, int b) { in test2()
/external/clang/test/CodeGen/
Dmangle-windows.c49 void __fastcall f9(long long a, char b, char c, short d) {} in f9()
73 void __vectorcall v4(int a) {} in v4() function
81 void __vectorcall v6(char a, char b) {} in v6()
Darm-aapcs-vfp.c102 int8x16_t f0(int8x16x4_t v4) { in f0()
112 int16x4_t v4; 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()
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()
18 void __vectorcall v4(int a, struct Large b, int c) {} in v4() function
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()
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
131 struct v4 { vector int v[4]; }; 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/robolectric/v1/lib/main/
Dandroid-support-v4.jar ... android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ android ...
/external/clang/test/SemaCXX/
Dreinterpret-cast.cpp113 void (B::*b)() = reinterpret_cast<void (B::*)()>(a); variable
130 __attribute((ext_vector_type(4))) typedef float v4; typedef
140 B b; in dereference_reinterpret_cast() local
214 float b; in reinterpret_cast_whitelist() local
Dconstant-expression.cpp25 v4 = ceval, 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.cpp26 E3 v4 = Val2; 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
Dcxx1y-variable-templates_top_level.cpp121 template<typename T> auto v4 = T(); variable
304 int b = var<int,int>; in foo() local
/external/libdivsufsort/lib/
Dtrsort.c80 saidx_t *a, *b; in tr_insertionsort() local
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.c249 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
659 #define MERGE_CHECK(a, b, c)\ in ss_swapmerge() argument
[all …]
/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
195 vec v0,v1,v2,v3,v4,v5,v6,v7; in CRYPTO_chacha_20_neon() local
/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()
449 int v4 = 0xFF; in decode_rgba_basescale() local
476 int v4 = v[4]; 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
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/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp309 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid() local
546 Byte b = ((const Byte *)data)[i]; in ConvertNtReparseToString() local
/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()
878 …UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, deUint32 v5) in decodeHDREndpointMode11()
964 …c4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, deUint32 v5, d… in decodeHDREndpointMode15()
1094 deInt32 v4 = (deInt32)v[4]; in decodeColorEndpoints() local
1141 deInt32 v4 = (deInt32)v[4]; in decodeColorEndpoints() local
[all …]
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp192 B b = {}; variable
341 union U { int a, b; } constexpr u = U(); member
344 …constexpr int b = *bp; // expected-error {{constant expression}} expected-note {{read of member 'b… variable
359 int &b = *const_cast<int*>(&a); variable
454 int a, b; variable
486 int b; member
494 A b; member in UnspecifiedRelations::B
521 struct S { int a, b; } s; member
528 constexpr bool v4 = qv == pv; // ok variable
560 constexpr MulEq operator*=(Expr a, Expr b) { return MulEq(a, b); } in operator *=()
[all …]
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/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/boringssl/src/crypto/x509v3/
Dv3_utl.c465 static int sk_strcmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b) in sk_strcmp()
659 const unsigned char *b, size_t b_len, in equal_email()
860 unsigned int flags, const char *b, size_t blen, in do_check_string()
1117 static int ipv4_from_asc(unsigned char *v4, const char *in) in ipv4_from_asc()
/external/webp/src/dsp/
Ddec_sse2.c84 const __m128i b = _mm_sub_epi16(in0, in2); in Transform() local
142 const __m128i b = _mm_sub_epi16(dc, T2); in Transform() local
248 #define MUL(a, b) (((a) * (b)) >> 16) argument
311 #define FLIP_SIGN_BIT2(a, b) { \ argument
316 #define FLIP_SIGN_BIT4(a, b, c, d) { \ argument
359 __m128i v4 = _mm_adds_epi8(*fl, k4); in DoSimpleFilter() local
521 static WEBP_INLINE void Load8x4(const uint8_t* const b, int stride, in Load8x4()
765 uint8_t* const b = p - 4; in HFilter16() local
789 uint8_t* const b = p + 2 * stride; // beginning of p1 in VFilter16i() local
822 uint8_t* const b = p + 2; // beginning of p1 in HFilter16i() local
[all …]
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc153 int32_t b, in AddWithoutOverflow()
162 int32_t b, in SubWithoutOverflow()
171 int32_t b, in MulWithoutOverflow()
206 bool b = CanBeMinusZero() && other->CanBeMinusZero(); in Intersect() local
214 bool b = CanBeMinusZero() || other->CanBeMinusZero(); in Union() local
300 int v4 = MulWithoutOverflow(r, upper_, other->upper(), &may_overflow); in MulAndCheckOverflow() local
1394 HBitwise* b = HBitwise::cast(instr); in MatchNegationViaXor() local
1841 Range* b = right()->range(); in InferRange() local
1862 Range* b = right()->range(); in InferRange() local
1883 Range* b = right()->range(); in InferRange() local
[all …]
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h62 #define va_start(a, b) VA_START(a, b) argument
64 #define va_arg(a, b) VA_ARG(a, b) argument
265 typedef union { mDNSu8 b[ 2]; mDNSu16 NotAnInteger; } mDNSOpaque16; member
266 typedef union { mDNSu8 b[ 4]; mDNSu32 NotAnInteger; } mDNSOpaque32; member
268 typedef union { mDNSu8 b[ 8]; mDNSu16 w[4]; mDNSu32 l[2]; } mDNSOpaque64; member
269 typedef union { mDNSu8 b[16]; mDNSu16 w[8]; mDNSu32 l[4]; } mDNSOpaque128; member
303 union { mDNSv6Addr v6; mDNSv4Addr v4; } ip; member
557 IPv4Header v4; member

12