Home
last modified time | relevance | path

Searched +defs:v10 +defs:b (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/SemaCXX/
Dconstant-expression.cpp31 v10 = sizeof(Struct), 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
/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
189 vec v8,v9,v10,v11; in CRYPTO_chacha_20_neon() local
/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp575 …x(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9, _Tp v10, _Tp v11) in Matx()
584 … _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9, _Tp v10, _Tp v11, _Tp v12… 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()
758 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp) in Matx()
765 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_DivOp) in Matx()
772 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, l>& a, const Matx<_Tp, l, n>& b, Matx_MatMulOp) in Matx()
933 Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_AddOp op) in Vec()
937 Vec<_Tp, cn>::Vec(const Matx<_Tp, cn, 1>& a, const Matx<_Tp, cn, 1>& b, Matx_SubOp op) in Vec()
1090 Matx<_Tp1, m, n>& operator += (Matx<_Tp1, m, n>& a, const Matx<_Tp2, m, n>& b) in operator +=()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_blit.c359 lerp_2d(GLfloat a, GLfloat b, in lerp_2d()
360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d()
Ds_triangle.c251 ilerp(GLint t, GLint a, GLint b) in ilerp()
257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) in ilerp_2d()
Ds_texfilter.c63 lerp_2d(GLfloat a, GLfloat b, in lerp_2d()
64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d()
77 lerp_3d(GLfloat a, GLfloat b, GLfloat c, in lerp_3d()
108 lerp_rgba_2d(GLfloat result[4], GLfloat a, GLfloat b, in lerp_rgba_2d()
123 lerp_rgba_3d(GLfloat result[4], GLfloat a, GLfloat b, GLfloat c, in lerp_rgba_3d()
1158 GLfloat a, b; in sample_2d_linear() local
2058 GLfloat a, b, c; in sample_3d_linear() local
2731 GLfloat a, b; in sample_linear_rect() local
2865 GLfloat a, b; in sample_2d_array_linear() local
/external/opencv3/modules/video/src/
Dlkpyramid.cpp272 float b = prevPt.y - iprevPt.y; in operator ()() local
325 __m128i v00, v01, v10, v11, t0, t1; in operator ()() local
556 … __m128i v10 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x + stepJ)), z); in operator ()() local
1265 getRTMatrix( const Point2f* a, const Point2f* b, in getRTMatrix()
1469 Point2f b[RANSAC_SIZE0]; in estimateRigidTransform() local
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp407 float v10 = sptr[step + k]; in test_remap() local
424 float v10 = sptr[step + k]; in test_remap() local
441 float v10 = sptr[step + k]; in test_remap() local
549 Mat b = srcAb.col(2); in prepare_to_validation() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c76 LLVMValueRef b) in lp_build_min_simple()
166 LLVMValueRef b) in lp_build_max_simple()
293 LLVMValueRef b) in lp_build_add()
564 LLVMValueRef b) in lp_build_sub()
661 LLVMValueRef a, LLVMValueRef b) in lp_build_mul_u8n()
700 LLVMValueRef b) in lp_build_mul()
782 int b) in lp_build_mul_imm()
838 LLVMValueRef b) in lp_build_div()
991 LLVMValueRef v10, in lp_build_lerp_2d()
1007 LLVMValueRef b) in lp_build_min()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHullComputer.cpp202 Int128& operator+=(const Int128& b) in operator +=()
556 void init(Vertex* a, Vertex* b, Vertex* c) in init()
592 static uint64_t mul(uint32_t a, uint32_t b) in mul()
612 static Int128 mul(uint64_t a, uint64_t b) in mul()
625 static void mul(UWord a, UWord b, UWord& resLow, UWord& resHigh) in mul()
852 btConvexHullInternal::Int128 btConvexHullInternal::Int128::mul(int64_t a, int64_t b) in mul()
879 btConvexHullInternal::Int128 btConvexHullInternal::Int128::mul(uint64_t a, uint64_t b) in mul()
1069 Vertex* v10 = NULL; in mergeProjection() local
2128 Vertex* b = NULL; in shrink() local
/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/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/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c85 lerp_2d(float a, float b, in lerp_2d()
86 float v00, float v10, float v01, float v11) in lerp_2d()
98 lerp_3d(float a, float b, float c, in lerp_3d()