Home
last modified time | relevance | path

Searched defs:u2 (Results 1 – 25 of 101) sorted by relevance

12345

/external/skia/tests/
DCPlusPlusEleven.cpp55 auto u2 = std::move(u); in DEF_TEST() local
63 auto u2 = std::move(u); in DEF_TEST() local
72 auto u2 = std::move(u); in DEF_TEST() local
80 auto u2 = std::move(u); in DEF_TEST() local
88 auto u2 = std::move(u); in DEF_TEST() local
96 auto u2 = std::move(u); in DEF_TEST() local
/external/elfutils/tests/
Dshow-die-info.c142 Dwarf_Word u2; in handle() local
170 Dwarf_Word u2; in handle() local
199 Dwarf_Word u2; in handle() local
228 Dwarf_Word u2; in handle() local
258 Dwarf_Word u2; in handle() local
/external/mesa3d/src/glx/
Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, in __indirect_glMap1d()
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, in __indirect_glMap1f()
172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d()
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f()
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DCodeOutput.java36 public void write(short u0, short u1, short u2); in write()
41 public void write(short u0, short u1, short u2, short u3); in write()
46 public void write(short u0, short u1, short u2, short u3, short u4); in write()
DShortArrayCodeOutput.java69 public void write(short u0, short u1, short u2) { in write()
76 public void write(short u0, short u1, short u2, short u3) { in write()
84 public void write(short u0, short u1, short u2, short u3, short u4) { in write()
/external/mesa3d/src/mesa/main/
Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1()
426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f()
434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d()
442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2()
526 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in _mesa_Map2f()
537 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in _mesa_Map2d()
828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f()
846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d()
853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f()
881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
/external/opencv3/modules/cudaoptflow/src/cuda/
Dtvl1flow.cu108 …__global__ void warpBackwardKernel(const PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrS… in warpBackwardKernel()
169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx, in warpBackward()
220 PtrStepf u1, PtrStepf u2, PtrStepf u3, PtrStepf error, in estimateUKernel()
299 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, PtrStepSzf error, in estimateU()
319 …__global__ void estimateDualVariablesKernel(const PtrStepSzf u1, const PtrStepf u2, const PtrStepS… in estimateDualVariablesKernel()
356 void estimateDualVariables(PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, in estimateDualVariables()
/external/e2fsprogs/lib/uuid/
Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
Dcompare.c40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); argument
/external/clang/test/SemaCXX/
Dcxx0x-nontrivial-union.cpp13 union u2 { union
16 u2(int k) : k(k) {} in u2() function
17 u2() : nt() {} in u2() function
/external/v8/test/mjsunit/
Dnever-optimize.js47 function u2() { function
/external/opencv3/modules/video/src/
Dtvl1flow.cpp237 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy, in warpBackward()
282 UMat &u2, UMat &error, float l_t, float theta, char calc_error) in estimateU()
322 bool cv_ocl_tvl1flow::estimateDualVariables(UMat &u1, UMat &u2, in estimateDualVariables()
610 Mat_<float> u2; member
633 void buildFlowMap(const Mat_<float>& u1, const Mat_<float>& u2, Mat_<float>& map1, Mat_<float>& map… in buildFlowMap()
877 Mat_<float> u2; member
910 …1w, const Mat_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat_<float>& u2, in calcGradRho()
945 Mat_<float> u2; member
1007 …at_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat_<float>& u2, const Mat… in estimateV()
1040 Mat_<float>& u1, Mat_<float>& u2, Mat_<float>& u3, in estimateU()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_string.h112 unsigned char u1, u2; in util_strcmp() local
128 unsigned char u1, u2; in util_strncmp() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java137 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2) { in Vector3D() method in Vector3D
153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() method in Vector3D
172 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() method in Vector3D
/external/clang/test/SemaTemplate/
Dfun-template-def.cpp38 U u2 = (T)i1; in f1() local
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} in B()
/external/webrtc/webrtc/base/
Drandom.cc77 double u2 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; in Gaussian() local
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vertex.h58 GLfloat u2, v2; member
67 GLfloat u2, v2, q2; member
/external/clang/test/CodeGen/
Ddesignated-initializers.c12 union { int i; double f; } u2 = { }; variable
154 union { int i; float f; } u2 = { }; in test1() local
/external/opencv/cvaux/src/
Dcveigenobjects.cpp286 float f = fu[l], u1 = bu1[ij], u2 = bu2[ij]; in icvCalcCovarMatrixEx_8u32fR() local
319 uchar u2 = bu2[ij]; in icvCalcCovarMatrixEx_8u32fR() local
337 float f = fu[l], u1 = bu1[ij], u2 = bu2[ij]; in icvCalcCovarMatrixEx_8u32fR() local
375 uchar u2 = bu2[l]; in icvCalcCovarMatrixEx_8u32fR() local
395 uchar u2 = bu2[l]; in icvCalcCovarMatrixEx_8u32fR() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DDSASigner.java135 BigInteger u2 = r.multiply(w).mod(q); in verifySignature() local
/external/clang/test/CXX/class/class.static/class.static.data/
Dp3.cpp40 U<NonLit> u2; // expected-note {{here}} variable
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java67 URL u2 = new URL("http://" in test_usingProxy() local
/external/opencv3/modules/video/test/
Dtest_tvl1optflow.cpp128 const Point2f u2 = flow2(i, j); in calcRMSE() local

12345