Home
last modified time | relevance | path

Searched +defs:v1 +defs:d (Results 1 – 25 of 140) sorted by relevance

123456

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DArrayFieldVector.java92 public ArrayFieldVector(T[] d) in ArrayFieldVector()
109 public ArrayFieldVector(Field<T> field, T[] d) { in ArrayFieldVector()
135 public ArrayFieldVector(T[] d, boolean copyArray) in ArrayFieldVector()
158 public ArrayFieldVector(Field<T> field, T[] d, boolean copyArray) { in ArrayFieldVector()
169 public ArrayFieldVector(T[] d, int pos, int size) { in ArrayFieldVector()
216 public ArrayFieldVector(ArrayFieldVector<T> v1, ArrayFieldVector<T> v2) { in ArrayFieldVector() method in ArrayFieldVector
228 public ArrayFieldVector(ArrayFieldVector<T> v1, T[] v2) { in ArrayFieldVector() method in ArrayFieldVector
240 public ArrayFieldVector(T[] v1, ArrayFieldVector<T> v2) { in ArrayFieldVector()
260 public ArrayFieldVector(T[] v1, T[] v2) { in ArrayFieldVector()
279 public ArrayFieldVector(Field<T> field, T[] v1, T[] v2) { in ArrayFieldVector()
[all …]
DArrayRealVector.java80 public ArrayRealVector(double[] d) { in ArrayRealVector()
96 public ArrayRealVector(double[] d, boolean copyArray) { in ArrayRealVector()
106 public ArrayRealVector(double[] d, int pos, int size) { in ArrayRealVector()
119 public ArrayRealVector(Double[] d) { in ArrayRealVector()
132 public ArrayRealVector(Double[] d, int pos, int size) { in ArrayRealVector()
176 public ArrayRealVector(ArrayRealVector v1, ArrayRealVector v2) { in ArrayRealVector() method in ArrayRealVector
187 public ArrayRealVector(ArrayRealVector v1, RealVector v2) { in ArrayRealVector() method in ArrayRealVector
202 public ArrayRealVector(RealVector v1, ArrayRealVector v2) { in ArrayRealVector()
217 public ArrayRealVector(ArrayRealVector v1, double[] v2) { in ArrayRealVector() method in ArrayRealVector
230 public ArrayRealVector(double[] v1, ArrayRealVector v2) { in ArrayRealVector()
[all …]
/external/opencv3/modules/features2d/src/
Dfast_score.cpp90 int v1 = std::max(ptr[0] - threshold - delta, 0); in testCorner() local
124 short d[N]; in cornerScore() local
133 __m128i v1 = _mm_loadu_si128((__m128i*)(d+k+2)); in cornerScore() local
214 short d[N + 4]; in cornerScore() local
227 __m128i v1 = _mm_loadu_si128((__m128i*)(d+k+2)); in cornerScore() local
298 short d[N]; in cornerScore() local
304 __m128i v1 = _mm_loadu_si128((__m128i*)(d+2)); in cornerScore() local
/external/v8/test/mjsunit/regress/
Dregress-lazy-deopt-inlining2.js8 function f1(d) { argument
12 function f2(v0, v1, v2) { return v1; } argument
14 function f3(d) { argument
/external/opencv3/3rdparty/openexr/Imath/
DImathLineAlgo.h103 T d = 1 - d1d2 * d1d2; in closestPoints() local
126 const Vec3<T> &v1, in intersect()
172 T d = normal ^ (v0 - line.pos); in intersect() local
191 Vec3<T> d = (b - en * (en ^ b)); in intersect() local
206 Vec3<T> d = (b - en * (en ^ b)); in intersect() local
230 const Vec3<T> &v1, in closestVertex()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp7.cpp5 …auto d = 0, e = 0.0; // expected-error {{'int' in declaration of 'd' and deduced as 'double' in de… in f() local
7 auto v1 = 0, *p1 = &v1; in f() local
27 …auto d = 0, // expected-error {{'auto' deduced as 'int' in declaration of 'd' and deduced as 'doub… in g() local
41 auto c = T(), d = decltype(c)(0); in h() 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
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/guava/guava/src/com/google/common/hash/
DSipHashFunction.java41 private final int d; field in SipHashFunction
52 SipHashFunction(int c, int d, long k0, long k1) { in SipHashFunction()
100 private final int d; field in SipHashFunction.SipHasher
107 private long v1 = 0x646f72616e646f6dL; field in SipHashFunction.SipHasher
118 SipHasher(int c, int d, long k0, long k1) { in SipHasher()
/external/clang/test/Sema/
Dvector-cast.c12 t1 v1; in f() local
51 double d; in f4() local
/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], in compute_plane()
68 const GLfloat d = -(a * v0[0] + b * v0[1] + c * z0); in compute_plane() local
269 const SWvertex *v1, in rgba_aa_tri()
280 const SWvertex *v1, in general_aa_tri()
/external/libdivsufsort/lib/
Dtrsort.c101 saidx_t c, d, e; in tr_fixdown() 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
269 saidx_t *c, *d, *e; in tr_copy() local
292 saidx_t *c, *d, *e; in tr_partialcopy() local
331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; in tr_introsort() member
Dsssort.c196 saint_t c, d, e; in ss_fixdown() local
235 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()
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
669 struct { saidx_t *a, *b, *c; saint_t d; } stack[STACK_SIZE]; in ss_swapmerge() member
/external/pdfium/third_party/agg23/
Dagg_math_stroke.h91 const vertex_dist& v1, in stroke_calc_miter()
147 const vertex_dist& v1, in stroke_calc_cap()
187 const vertex_dist& v1, in stroke_calc_join()
221 FX_FLOAT d = (dx1 - dx2) * (dx1 - dx2) + (dy1 - dy2) * (dy1 - dy2); in stroke_calc_join() local
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_sse.hpp471 __m128i v1 = _mm_unpackhi_epi32(a.val, b.val); // b0 b1 0 0 in v_pack() local
485 __m128i v1 = _mm_unpackhi_epi32(a.val, b.val); // b0 b1 0 0 in v_pack() local
503 __m128i v1 = _mm_unpackhi_epi32(a1, b1); // b0 b1 0 0 in v_rshr_pack() local
536 __m128i v1 = _mm_unpackhi_epi32(a1, b1); // b0 b1 0 0 in v_rshr_pack() local
555 __m128 v1 = _mm_mul_ps(_mm_shuffle_ps(v.val, v.val, _MM_SHUFFLE(1, 1, 1, 1)), m1.val); in v_matmul() local
629 v_int32x4& c, v_int32x4& d) in v_mul_expand()
632 __m128i v1 = _mm_mulhi_epi16(a.val, b.val); in v_mul_expand() local
638 v_uint32x4& c, v_uint32x4& d) in v_mul_expand()
641 __m128i v1 = _mm_mulhi_epu16(a.val, b.val); in v_mul_expand() local
647 v_uint64x2& c, v_uint64x2& d) in v_mul_expand()
[all …]
Dintrin_neon.hpp353 v_int32x4& c, v_int32x4& d) in v_mul_expand()
360 v_uint32x4& c, v_uint32x4& d) in v_mul_expand()
367 v_uint64x2& c, v_uint64x2& d) in v_mul_expand()
376 int32x4_t d = vmull_s16(vget_high_s16(a.val), vget_high_s16(b.val)); in v_dotprod() local
586 uint64x2_t v1 = vpaddlq_u32(vpaddlq_u16(vpaddlq_u8(v0))); local
596 uint64x2_t v1 = vpaddlq_u32(vpaddlq_u16(v0)); in v_signmask() local
606 uint64x2_t v1 = vpaddlq_u32(v0); in v_signmask() local
683 uint16x4_t v1 = vget_low_u16(vmovl_u8(v0)); local
690 int16x4_t v1 = vget_low_s16(vmovl_s8(v0)); in v_load_expand_q() local
/external/clang/test/CodeGenCXX/
Dvtable-layout-abi-examples.cpp197 void D::d() { } in d() function in Test2::D
206 int v1; member
317 int d; member
Dvtable-layout.cpp240 struct V1 { int v1; }; member
241 struct V2 : virtual V1 { int v1; }; member
1047 int v1; member
1126 int d; member
1131 D d; variable
1305 void D::d() { } in d() function in Test26::D
1925 D d; variable
/external/clang/test/CodeGen/
Dmangle-windows.c49 void __fastcall f9(long long a, char b, char c, short d) {} in f9()
57 void __vectorcall v1(void) {} in v1() function
Dvectorcall.c4 void __vectorcall v1(int a, int b) {} in v1() function
39 void __vectorcall hfa3(double a, double b, double c, double d, double e, struct HFA2 f) {} in hfa3()
68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {} in hva3()
/external/opencv3/modules/calib3d/test/
Dtest_reproject_image_to_3d.cpp97 template<class U, class V> double error(const Vec<U, 3>& v1, const Vec<V, 3>& v2) const in error()
139 InT d = disp(y, x); in runCase() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c372 intelVertexPtr v1, intelVertexPtr v2, intelVertexPtr v3) in intel_draw_quad()
400 intelVertexPtr v0, intelVertexPtr v1, intelVertexPtr v2) in intel_draw_triangle()
414 intelVertexPtr v0, intelVertexPtr v1) in intel_draw_line()
518 intelVertexPtr v0, intelVertexPtr v1, intelVertexPtr v2) in intel_wpos_triangle()
530 intelVertexPtr v0, intelVertexPtr v1) in intel_wpos_line()
562 #define QUAD( a, b, c, d ) \ argument
571 #define LINE( v0, v1 ) \ argument
654 #define VERT_COPY_RGBA( v0, v1 ) if (coloroffset) v0->ui[coloroffset] = v1->ui[coloroffset] argument
659 #define VERT_COPY_SPEC( v0, v1 ) if (specoffset) COPY_3V(v0->ub4[specoffset], v1->ub4[specoffset]) argument
798 intelVertex * v0, intelVertex * v1, intelVertex * v2) in intel_fallback_tri()
[all …]
/external/opencv3/modules/core/include/opencv2/core/
Dmatx.hpp495 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()
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()
[all …]
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jar ... META-INF/services/org.xmlpull.v1.XmlPullParserFactory XPP3_1.1.4c_VERSION javax/ javax/ ...
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c509 #define QUAD( a, b, c, d ) radeon_quad( rmesa, a, b, c, d ) argument
565 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] argument
576 #define VERT_COPY_SPEC( v0, v1 ) \ argument
655 #define RENDER_LINE( v0, v1 ) \ argument
657 #define RENDER_TRI( v0, v1, v2 ) \ argument
659 #define RENDER_QUAD( v0, v1, v2, v3 ) \ argument
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c387 #define QUAD( a, b, c, d ) r200_quad( rmesa, a, b, c, d ) argument
443 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] argument
454 #define VERT_COPY_SPEC( v0, v1 ) \ argument
533 #define RENDER_LINE( v0, v1 ) \ argument
535 #define RENDER_TRI( v0, v1, v2 ) \ argument
537 #define RENDER_QUAD( v0, v1, v2, v3 ) \ argument

123456