Home
last modified time | relevance | path

Searched refs:indR (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_trimesh/
H A Dimport_raw.h259 size_t indR = (i+1) + ((j) * colCount); in fillHoles() local
265 (m.vert[indR].P() != vcg::Point3<MESH_TYPE::ScalarType>(0,0,0)) && in fillHoles()
269 …m.vert[ind].P() = ( m.vert[indL].P() + m.vert[indR].P() + m.vert[indT].P() + m.vert[indB].P() ) * … in fillHoles()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_trimesh/
H A Dimport_raw.h259 size_t indR = (i+1) + ((j) * colCount); in fillHoles() local
265 (m.vert[indR].P() != vcg::Point3<MESH_TYPE::ScalarType>(0,0,0)) && in fillHoles()
269 …m.vert[ind].P() = ( m.vert[indL].P() + m.vert[indR].P() + m.vert[indT].P() + m.vert[indB].P() ) * … in fillHoles()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/ITMImporter/
H A DITMImporter.cpp62 int indR = core->LoadSymbol("race"); in Initializer() local
63 Holder<SymbolMgr> sm = core->GetSymbol(indR); in Initializer()
64 if (!tm2 || !sm || indR == -1) { in Initializer()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dpriv_tytypes.h76 UWord indR; member
H A Dtytypes.c91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); in ML_()
489 r = UWord__cmp(te1->Te.INDIR.indR, te2->Te.INDIR.indR); in ML_()
H A Dreaddwarf3.c3878 vg_assert(ent->Te.INDIR.indR < cuOff); in chase_cuOff()
3880 return ent->Te.INDIR.indR; in chase_cuOff()
3911 te->Te.INDIR.indR in TyEnt__subst_R_fields()
3912 = chase_cuOff( &b, ents, ents_cache, te->Te.INDIR.indR ); in TyEnt__subst_R_fields()
4027 vg_assert(ent->Te.INDIR.indR < ent->cuOff); in dedup_types_commoning_pass()
4048 ent->Te.INDIR.indR = old->cuOff; in dedup_types_commoning_pass()
4104 ent->Te.INDIR.indR ); in dedup_types()
4144 ent->Te.INDIR.indR ); in resolve_variable_types()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dpriv_tytypes.h76 UWord indR; member
H A Dtytypes.c91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); in ML_()
489 r = UWord__cmp(te1->Te.INDIR.indR, te2->Te.INDIR.indR); in ML_()
H A Dreaddwarf3.c3878 vg_assert(ent->Te.INDIR.indR < cuOff); in chase_cuOff()
3880 return ent->Te.INDIR.indR; in chase_cuOff()
3911 te->Te.INDIR.indR in TyEnt__subst_R_fields()
3912 = chase_cuOff( &b, ents, ents_cache, te->Te.INDIR.indR ); in TyEnt__subst_R_fields()
4027 vg_assert(ent->Te.INDIR.indR < ent->cuOff); in dedup_types_commoning_pass()
4048 ent->Te.INDIR.indR = old->cuOff; in dedup_types_commoning_pass()
4104 ent->Te.INDIR.indR ); in dedup_types()
4144 ent->Te.INDIR.indR ); in resolve_variable_types()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp134 int* indR = (int*)alignPtr(buf, sizeof(int)); in JacobiImpl_() local
135 int* indC = indR + n; in JacobiImpl_()
149 indR[k] = m; in JacobiImpl_()
166 for( k = 0, mv = std::abs(A[indR[0]]), i = 1; i < n-1; i++ ) in JacobiImpl_()
168 _Tp val = std::abs(A[astep*i + indR[i]]); in JacobiImpl_()
172 int l = indR[k]; in JacobiImpl_()
226 indR[idx] = m; in JacobiImpl_()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dcompound_constraints.cpp1042 RelativeOffset(unsigned indL, unsigned indR, vpsc::Dim dim, in RelativeOffset() argument
1045 varIndex2(indR), in RelativeOffset()
/dports/math/gap/gap-4.11.0/pkg/MatricesForHomalg-2020.01.02/gap/
H A DHomalgRing.gi2402 local R, d, indetsR, indetsS, indR, indS, z, coeffs, monoms, diff;
2425 indR := List( indetsR, String );
2428 if not IsSubset( indS, indR ) then
2432 z := Difference( indS, indR );