Searched refs:uv (Results 1 - 25 of 83) sorted by relevance

1234

/external/syslinux/com32/lua/src/
H A Dlfunc.c40 UpVal *uv = &luaC_newobj(L, LUA_TUPVAL, sizeof(UpVal), NULL, 0)->uv; local
41 uv->v = &uv->u.value;
42 setnilvalue(uv->v);
43 return uv;
51 UpVal *uv; local
64 uv = &luaC_newobj(L, LUA_TUPVAL, sizeof(UpVal), pp, 0)->uv;
65 uv
75 unlinkupval(UpVal *uv) argument
82 luaF_freeupval(lua_State *L, UpVal *uv) argument
90 UpVal *uv; local
[all...]
H A Dlfunc.h28 LUAI_FUNC void luaF_freeupval (lua_State *L, UpVal *uv);
H A Dlstate.h192 struct UpVal uv; member in union:GCObject
204 #define gco2u(o) (&rawgco2u(o)->uv)
211 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv))
/external/eigen/test/
H A DdenseLM.cpp30 VectorType model(const VectorType& uv, VectorType& x) argument
35 eigen_assert(uv.size()%2 == 0);
36 eigen_assert(uv.size() == n);
40 VectorBlock<const VectorType> u(uv, 0, half);
41 VectorBlock<const VectorType> v(uv, half, half);
56 int operator()(const VectorType& uv, VectorType& fvec) argument
61 eigen_assert(uv.size()%2 == 0);
62 eigen_assert(uv.size() == n);
65 VectorBlock<const VectorType> u(uv, 0, half);
66 VectorBlock<const VectorType> v(uv, hal
78 df(const VectorType& uv, JacobianType& fjac) argument
102 test_minimizeLM(FunctorType& functor, VectorType& uv) argument
115 test_lmder(FunctorType& functor, VectorType& uv) argument
128 test_minimizeSteps(FunctorType& functor, VectorType& uv) argument
[all...]
H A DsparseLM.cpp29 VectorType model(const VectorType& uv, VectorType& x) argument
34 eigen_assert(uv.size()%2 == 0);
35 eigen_assert(uv.size() == n);
39 VectorBlock<const VectorType> u(uv, 0, half);
40 VectorBlock<const VectorType> v(uv, half, half);
59 int operator()(const VectorType& uv, VectorType& fvec) argument
63 eigen_assert(uv.size()%2 == 0);
64 eigen_assert(uv.size() == n);
66 VectorBlock<const VectorType> u(uv, 0, half);
67 VectorBlock<const VectorType> v(uv, hal
83 df(const VectorType& uv, JacobianType& fjac) argument
[all...]
/external/autotest/site_utils/admin/scripts/
H A Dcli2hbs.sh25 cp -uv ${AUTOTEST_DIR}/client/setup_modules.py ${TARGET_DIR}/client
26 cp -uv ${AUTOTEST_TOOLS_DIR}/autotest/global_config.ini ${TARGET_DIR}/client
32 cp -uv ${AUTOTEST_DIR}/frontend/common.py \
36 cp -uv ${AUTOTEST_DIR}/frontend/afe/rpc_client_lib.py \
38 cp -uv \
/external/strace/tests/
H A Dnlattr_unix_diag_msg.c85 static const struct unix_diag_vfs uv = { local
91 UNIX_DIAG_VFS, pattern, uv,
93 major(uv.udiag_vfs_dev),
94 minor(uv.udiag_vfs_dev));
95 PRINT_FIELD_U(", ", uv, udiag_vfs_ino);
/external/strace/tests-m32/
H A Dnlattr_unix_diag_msg.c85 static const struct unix_diag_vfs uv = { local
91 UNIX_DIAG_VFS, pattern, uv,
93 major(uv.udiag_vfs_dev),
94 minor(uv.udiag_vfs_dev));
95 PRINT_FIELD_U(", ", uv, udiag_vfs_ino);
/external/strace/tests-mx32/
H A Dnlattr_unix_diag_msg.c85 static const struct unix_diag_vfs uv = { local
91 UNIX_DIAG_VFS, pattern, uv,
93 major(uv.udiag_vfs_dev),
94 minor(uv.udiag_vfs_dev));
95 PRINT_FIELD_U(", ", uv, udiag_vfs_ino);
/external/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h20 GrGLSLVarying *uv,
42 args.fVaryingHandler->addVarying("TextureCoords", uv);
43 args.fVertBuilder->codeAppendf("%s = unormTexCoords * %s;", uv->vsOut(), atlasSizeInvName);
17 append_index_uv_varyings(GrGLSLPrimitiveProcessor::EmitArgs& args, const char* inTexCoordsName, const char* atlasSizeInvName, GrGLSLVarying *uv, GrGLSLVarying *texIdx, GrGLSLVarying *st) argument
/external/skqp/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h20 GrGLSLVarying *uv,
40 args.fVaryingHandler->addVarying("TextureCoords", uv);
41 args.fVertBuilder->codeAppendf("%s = unormTexCoords * %s;", uv->vsOut(), atlasSizeInvName);
17 append_index_uv_varyings(GrGLSLPrimitiveProcessor::EmitArgs& args, const char* inTexCoordsName, const char* atlasSizeInvName, GrGLSLVarying *uv, GrGLSLVarying *texIdx, GrGLSLVarying *st) argument
/external/strace/
H A Dnetlink_unix_diag.c72 struct unix_diag_vfs uv; local
74 if (len < sizeof(uv))
76 if (umove_or_printaddr(tcp, addr, &uv))
79 PRINT_FIELD_DEV("{", uv, udiag_vfs_dev);
80 PRINT_FIELD_U(", ", uv, udiag_vfs_ino);
/external/clang/test/CXX/expr/expr.post/expr.const.cast/
H A Dp1-0x.cpp33 volatile unsigned uv; member in struct:A
43 unsigned &t3 = const_cast<unsigned&>(a.pred() ? a.ubf : a.uv); // expected-error {{const_cast from bit-field lvalue to reference type}}
/external/skia/src/gpu/
H A DGrPathUtils.h85 SkPoint* uv = reinterpret_cast<SkPoint*>(uvPtr); local
86 uv->fX = sx * xy->fX + kx * xy->fY + tx;
87 uv->fY = ky * xy->fX + sy * xy->fY + ty;
/external/skqp/src/gpu/
H A DGrPathUtils.h85 SkPoint* uv = reinterpret_cast<SkPoint*>(uvPtr); local
86 uv->fX = sx * xy->fX + kx * xy->fY + tx;
87 uv->fY = ky * xy->fX + sy * xy->fY + ty;
/external/webp/src/dsp/
H A Dyuv.h173 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { argument
174 uv = (uv + rounding + (128 << (YUV_FIX + 2))) >> (YUV_FIX + 2);
175 return ((uv & ~0xff) == 0) ? uv : (uv < 0) ? 0 : 255;
H A Dupsampling.c57 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
59 const uint32_t avg = tl_uv + t_uv + l_uv + uv + 0x00080008u; \
61 const uint32_t diag_03 = (avg + 2 * (tl_uv + uv)) >> 3; \
72 const uint32_t uv1 = (diag_12 + uv) >> 1; \
79 l_uv = uv; \
H A Dupsampling_mips_dsp_r2.c165 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
167 const uint32_t avg = tl_uv + t_uv + l_uv + uv + 0x00080008u; \
169 const uint32_t diag_03 = (avg + 2 * (tl_uv + uv)) >> 3; \
180 const uint32_t uv1 = (diag_12 + uv) >> 1; \
187 l_uv = uv; \
H A Dupsampling_neon.c176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \
178 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
180 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
184 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \
186 CONVERT1(FUNC, XSTEP, len, top_y, uv, top_dst, cur_x); \
188 CONVERT1(FUNC, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
/external/libxcam/cl_kernel/
H A Dkernel_defog_dcp.cl30 float8 uv = convert_float8(as_uchar8(convert_ushort4(read_imageui(input_uv, sampler, (int2)(pos_x, pos_y))))) - 128.0f;
32 uv_r.even = -0.001f * uv.even + 1.402f * uv.odd;
34 uv_g.even = -0.344f * uv.even - 0.714f * uv.odd;
36 uv_b.even = 1.772f * uv.even + 0.001f * uv.odd;
74 * output_uv: uv channel image2d_t as write only
/external/eigen/demos/opengl/
H A Dcamera.cpp246 Vector3f Camera::unProject(const Vector2f& uv, float depth) const argument
249 return unProject(uv, depth, inv);
252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const argument
257 Vector3f a(2.*uv.x()/float(mVpWidth)-1., 2.*uv.y()/float(mVpHeight)-1., 1.);
H A Dcamera.h90 Eigen::Vector3f unProject(const Eigen::Vector2f& uv, float depth, const Eigen::Matrix4f& invModelview) const;
91 Eigen::Vector3f unProject(const Eigen::Vector2f& uv, float depth) const;
/external/skia/tools/viewer/
H A DImGuiLayer.cpp112 SkTDArray<SkPoint> uv; local
119 pos.rewind(); uv.rewind(); color.rewind();
123 uv.push(SkPoint::Make(vert.uv.x, vert.uv.y));
160 pos.begin(), uv.begin(), color.begin(),
/external/skqp/tools/viewer/
H A DImGuiLayer.cpp112 SkTDArray<SkPoint> uv; local
119 pos.rewind(); uv.rewind(); color.rewind();
123 uv.push(SkPoint::Make(vert.uv.x, vert.uv.y));
160 pos.begin(), uv.begin(), color.begin(),
/external/eigen/bench/
H A Dspmv.cpp176 boost::numeric::ublas::vector<Scalar> uv(cols), ures(rows);
177 Map<Matrix<Scalar,Dynamic,1> >(&uv[0], cols) = dv;
180 SPMV_BENCH(ublas::axpy_prod(um, uv, ures, true));
183 SPMV_BENCH(ublas::axpy_prod(boost::numeric::ublas::trans(um), uv, ures, true));

Completed in 2283 milliseconds

1234