Home
last modified time | relevance | path

Searched defs:uv (Results 1 – 25 of 77) sorted by relevance

1234

/external/lua/src/
Dlfunc.c52 UpVal *uv = gco2upv(o); in luaF_initupvals() local
67 UpVal *uv = gco2upv(o); in newupval() local
151 TValue *uv = s2v(level); /* value being closed */ in callclosemth() local
215 void luaF_unlinkupval (UpVal *uv) { in luaF_unlinkupval()
224 UpVal *uv; in luaF_close() local
Dlgc.c300 UpVal *uv = gco2upv(o); in reallymarkobject() local
371 UpVal *uv; in remarkupvals() local
603 UpVal *uv = cl->upvals[i]; in traverseLclosure() local
623 UpVal *uv; in traversethread() local
759 static void freeupval (lua_State *L, UpVal *uv) { in freeupval()
/external/llvm-project/clang/test/Sema/
Dsign-compare-enum.c33 unsigned uv = 2; in test_pos() local
64 unsigned uv = 2; in test_neg() local
/external/eigen/test/
DdenseLM.cpp102 int test_minimizeLM(FunctorType& functor, VectorType& uv) in test_minimizeLM()
115 int test_lmder(FunctorType& functor, VectorType& uv) in test_lmder()
128 int test_minimizeSteps(FunctorType& functor, VectorType& uv) in test_minimizeSteps()
153 VectorType uv(inputs),uv_ref(inputs); in test_denseLM_T() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h131 void *uv; member
135 void *uv; member
142 void *uv; member
146 void *uv; member
157 void *uv; member
/external/skqp/src/gpu/effects/
DGrAtlasedShaderHelpers.h20 GrGLSLVarying *uv, in append_index_uv_varyings()
DGrDistanceFieldGeoProc.cpp70 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode() local
347 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode() local
652 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode() local
/external/strace/tests/
Dnlattr_unix_diag_msg.c78 static const struct unix_diag_vfs uv = { in main() local
/external/skia/src/gpu/effects/
DGrAtlasedShaderHelpers.h22 GrGLSLVarying* uv, in append_index_uv_varyings()
DGrDistanceFieldGeoProc.cpp70 GrGLSLVarying uv, texIdx, st; in onEmitCode() local
345 GrGLSLVarying uv, texIdx, st; in onEmitCode() local
634 GrGLSLVarying uv, texIdx, st; in onEmitCode() local
/external/strace/tests-mx32/
Dnlattr_unix_diag_msg.c78 static const struct unix_diag_vfs uv = { in main() local
/external/strace/tests-m32/
Dnlattr_unix_diag_msg.c78 static const struct unix_diag_vfs uv = { in main() local
/external/eigen/demos/opengl/
Dcamera.cpp246 Vector3f Camera::unProject(const Vector2f& uv, float depth) const in unProject() argument
252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const in unProject() argument
/external/llvm-project/clang/test/CXX/expr/expr.post/expr.const.cast/
Dp1-0x.cpp33 volatile unsigned uv; member
/external/clang/test/CXX/expr/expr.post/expr.const.cast/
Dp1-0x.cpp33 volatile unsigned uv; member
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DProjectionDecoderTest.java74 float[] uv = subMesh.textureCoords; in testSubMesh() local
/external/skqp/src/gpu/
DGrPathUtils.h80 SkPoint* uv = reinterpret_cast<SkPoint*>(uvPtr); in apply() local
/external/webp/src/dsp/
Dupsampling_neon.c176 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument
184 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument
/external/eigen/bench/
Dspmv.cpp176 boost::numeric::ublas::vector<Scalar> uv(cols), ures(rows); in main() local
/external/strace/
Dnetlink_unix_diag.c72 struct unix_diag_vfs uv; in decode_unix_diag_vfs() local
/external/deqp/framework/common/
DtcuTextureUtil.hpp139 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
/external/skia/src/gpu/geometry/
DGrPathUtils.h95 SkPoint* uv = reinterpret_cast<SkPoint*>(uvPtr); in apply() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DG_M_A_P_.py29 def __init__(self, uv=0, cid=0, gid=0, ggid=0, name=""): argument
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion_simd.inl180 __m128 uv = _mm_sub_ps(_mm_mul_ps(q_swp0, v_swp1), _mm_mul_ps(q_swp1, v_swp0)); local
/external/skqp/tools/viewer/
DImGuiLayer.cpp117 SkTDArray<SkPoint> uv; in onPaint() local

1234