/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 183 __m128i v0, v1; in thresh_8u() local 196 __m128i v0 = _mm_loadl_epi64( (const __m128i*)(src + j) ); in thresh_8u() local 206 __m128i v0, v1; in thresh_8u() local 219 __m128i v0 = _mm_loadl_epi64( (const __m128i*)(src + j) ); in thresh_8u() local 229 __m128i v0, v1; in thresh_8u() local 240 __m128i v0 = _mm_loadl_epi64( (const __m128i*)(src + j) ); in thresh_8u() local 249 __m128i v0, v1; in thresh_8u() local 260 __m128i v0 = _mm_loadl_epi64( (const __m128i*)(src + j) ); in thresh_8u() local 269 __m128i v0, v1; in thresh_8u() local 280 __m128i v0 = _mm_loadl_epi64( (const __m128i*)(src + j) ); in thresh_8u() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapPutTester.java | 39 V v0 = samples.e0.getValue(); in testPutWithSameValueFails() local 56 V v0 = samples.e0.getValue(); in testPutPresentKeyDifferentValue() local 80 V v0 = samples.e0.getValue(); in testForcePutOverwritesOldValueEntry() local 92 V v0 = samples.e0.getValue(); in testInversePut() local
|
D | ListMultimapRemoveTester.java | 45 V v0 = sampleValues().e0; in testMultimapRemoveDeletesFirstOccurrence() local 59 V v0 = sampleValues().e0; in testRemoveAtIndexFromGetPropagates() local 79 V v0 = sampleValues().e0; in testRemoveAtIndexFromAsMapPropagates() local 100 V v0 = sampleValues().e0; in testRemoveAtIndexFromAsMapEntrySetPropagates() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_feedback.c | 56 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, in _swrast_feedback_triangle() 78 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, in _swrast_feedback_line() 111 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, in _swrast_select_triangle() 125 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) in _swrast_select_line()
|
D | s_context.c | 349 const SWvertex *v0, in _swrast_validate_triangle() 373 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line() 394 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_validate_point() 608 const SWvertex *v0, const SWvertex *v1, in _swrast_Quad() 623 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0, in _swrast_Triangle() 636 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_Line() 647 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_Point()
|
D | s_aatriangle.c | 48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], in compute_plane() 268 const SWvertex *v0, in rgba_aa_tri() 279 const SWvertex *v0, in general_aa_tri()
|
/external/opencv3/modules/core/misc/java/src/java/ |
D | core+Scalar.java | 8 public Scalar(double v0, double v1, double v2, double v3) { in Scalar() 12 public Scalar(double v0, double v1, double v2) { in Scalar() 16 public Scalar(double v0, double v1) { in Scalar() 20 public Scalar(double v0) { in Scalar()
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p2-0x.cpp | 97 template<typename T> int v0; // expected-note +{{here}} variable 111 template<> int N0::v0<int[1]>; member in N0 112 template<> int v0<int[2]>; // FIXME: ill-formed variable 116 template<> int N0::v0<char[1]>; member in N0 117 template<> int v0<char[2]>; // FIXME: ill-formed variable 122 template<> int N0::v0<int[5]>; // expected-error {{must originally be declared in namespace 'N0'}} … member in N1::N0 123 template<> int v0<int[6]>; // expected-error {{must originally be declared in namespace 'N0'}} variable 127 template<> int N0::v0<char[5]>; // expected-error {{does not enclose namespace 'N0'}} member in N1::N0 128 template<> int v0<char[6]>; // FIXME: ill-formed variable
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 371 intelVertexPtr v0, in intel_draw_quad() 400 intelVertexPtr v0, intelVertexPtr v1, intelVertexPtr v2) in intel_draw_triangle() 414 intelVertexPtr v0, intelVertexPtr v1) in intel_draw_line() 426 intel_draw_point(struct intel_context *intel, intelVertexPtr v0) in intel_draw_point() 449 intel_atten_point(struct intel_context *intel, intelVertexPtr v0) in intel_atten_point() 518 intelVertexPtr v0, intelVertexPtr v1, intelVertexPtr v2) in intel_wpos_triangle() 530 intelVertexPtr v0, intelVertexPtr v1) in intel_wpos_line() 539 intel_wpos_point(struct intel_context *intel, intelVertexPtr v0) in intel_wpos_point() 571 #define LINE( v0, v1 ) \ argument 579 #define POINT( v0 ) \ argument [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_unfilled.c | 61 struct vertex_header *v0 ) in point() 69 struct vertex_header *v0, in line() 82 struct vertex_header *v0 = header->v[0]; in points() local 95 struct vertex_header *v0 = header->v[0]; in lines() local
|
D | draw_pipe.c | 115 const char *v0 ) in do_point() 133 const char *v0, in do_line() 153 char *v0, in do_triangle()
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 106 def vert( intype, outtype, v0 ): argument 112 def point( intype, outtype, ptr, v0 ): argument 115 def line( intype, outtype, ptr, v0, v1 ): argument 119 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 124 def do_point( intype, outtype, ptr, v0 ): argument 127 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument 133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument 142 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
|
D | u_unfilled_gen.py | 95 def vert( intype, outtype, v0 ): argument 101 def line( intype, outtype, ptr, v0, v1 ): argument 109 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument 114 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): argument
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 131 _mesa_Uniform1fARB(GLint location, GLfloat v0) in _mesa_Uniform1fARB() 138 _mesa_Uniform2fARB(GLint location, GLfloat v0, GLfloat v1) in _mesa_Uniform2fARB() 148 _mesa_Uniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) in _mesa_Uniform3fARB() 159 _mesa_Uniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, in _mesa_Uniform4fARB() 172 _mesa_Uniform1iARB(GLint location, GLint v0) in _mesa_Uniform1iARB() 179 _mesa_Uniform2iARB(GLint location, GLint v0, GLint v1) in _mesa_Uniform2iARB() 189 _mesa_Uniform3iARB(GLint location, GLint v0, GLint v1, GLint v2) in _mesa_Uniform3iARB() 200 _mesa_Uniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) in _mesa_Uniform4iARB() 270 _mesa_Uniform1ui(GLint location, GLuint v0) in _mesa_Uniform1ui() 277 _mesa_Uniform2ui(GLint location, GLuint v0, GLuint v1) in _mesa_Uniform2ui() [all …]
|
/external/opencv3/modules/features2d/src/ |
D | fast_score.cpp | 89 int v0 = std::min(ptr[0] + threshold + delta, 255); in testCorner() local 132 __m128i v0 = _mm_loadu_si128((__m128i*)(d+k+1)); in cornerScore() local 226 __m128i v0 = _mm_loadu_si128((__m128i*)(d+k+1)); in cornerScore() local 303 __m128i v0 = _mm_loadu_si128((__m128i*)(d+1)); in cornerScore() local
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 913 int v0 = ptr[x]; in icvCalcHist_8u_C1R() local 955 int v0 = ptr0[x]; in icvCalcHist_8u_C1R() local 969 int v0 = ptr0[x]; in icvCalcHist_8u_C1R() local 992 int v0 = ptr0[x]; in icvCalcHist_8u_C1R() local 1007 int v0 = ptr0[x]; in icvCalcHist_8u_C1R() local 1168 int v0 = cvFloor(ptr[x]*a + b); in icvCalcHist_32f_C1R() local 1187 int v0 = cvFloor(ptr[x]*a + b); in icvCalcHist_32f_C1R() local 1197 int v0 = cvFloor(ptr[x]*a + b); in icvCalcHist_32f_C1R() local 1222 int v0 = cvFloor( ptr0[x]*a0 + b0 ); in icvCalcHist_32f_C1R() local 1236 int v0 = cvFloor( ptr0[x]*a0 + b0 ); in icvCalcHist_32f_C1R() local [all …]
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_triangle.c | 68 const SWvertex *v0, in _swsetup_edge_render_line_tri() 94 const SWvertex *v0, in _swsetup_edge_render_point_tri() 119 SWvertex *v0 = &verts[e0]; in _swsetup_render_tri() local 231 static void swsetup_line( struct gl_context *ctx, GLuint v0, GLuint v1 ) in swsetup_line()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | differ_block_sse2.cc | 28 __m128i v0; in BlockDifference_SSE2_W16() local 68 __m128i v0; in BlockDifference_SSE2_W32() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_unfilled.c | 57 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset); in compute_tri_direction() local 276 struct brw_indirect v0 = brw_indirect(0, 0); in emit_lines() local 345 struct brw_indirect v0 = brw_indirect(0, 0); in emit_points() local
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | matx.hpp | 488 Matx<_Tp, m, n>::Matx(_Tp v0) in Matx() 495 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1) in Matx() 503 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2) in Matx() 511 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() [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | vector_query.inl | 92 vecType<T, P> const & v0, 105 vecType<T, P> const & v0, 194 vecType<T, P> const & v0,
|
/external/eigen/test/ |
D | geo_orthomethods.cpp | 27 Vector3 v0 = Vector3::Random(), in orthomethods_3() local 76 VectorType v0 = VectorType::Random(size); in orthomethods() local
|
/external/boringssl/src/decrepit/des/ |
D | cfb64ede.c | 71 uint32_t v0, v1; in DES_ede3_cfb64_encrypt() local 135 uint32_t d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local
|
/external/smali/util/src/main/java/org/jf/util/ |
D | Utf8Utils.java | 94 int v0 = bytes[at] & 0xFF; in utf8BytesToString() local 202 int v0 = bytes[at] & 0xFF; in utf8BytesWithUtf16LengthToString() local
|
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 113 void GrGLProgramDataManager::set2f(UniformHandle u, float v0, float v1) const { in set2f() 142 void GrGLProgramDataManager::set3f(UniformHandle u, float v0, float v1, float v2) const { in set3f() 172 float v0, in set4f()
|