Home
last modified time | relevance | path

Searched refs:localR (Results 1 – 25 of 86) sorted by relevance

1234

/dports/games/numptyphysics/numptyphysics/Box2D/Source/Collision/
H A Db2Shape.cpp406 b2Mat22 localR(def->localRotation); in b2PolyShape() local
416 m_vertices[0] = b2Mul(localR, b2Vec2(h.x, h.y)); in b2PolyShape()
417 m_vertices[1] = b2Mul(localR, b2Vec2(-h.x, h.y)); in b2PolyShape()
418 m_vertices[2] = b2Mul(localR, b2Vec2(-h.x, -h.y)); in b2PolyShape()
419 m_vertices[3] = b2Mul(localR, b2Vec2(h.x, -h.y)); in b2PolyShape()
427 m_localCentroid = def->localPosition + b2Mul(localR, centroid) - newOrigin; in b2PolyShape()
430 m_vertices[i] = b2Mul(localR, poly->vertices[i] - centroid); in b2PolyShape()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/views/
H A DSkWindow.cpp74 bool SkWindow::handleInval(const SkRect* localR) { in handleInval() argument
77 if (localR) { in handleInval()
83 fMatrix.mapRect(&devR, *localR); in handleInval()
/dports/math/gap/gap-4.11.0/pkg/LocalizeRingForHomalg-2019.09.02/gap/
H A DFakeLocalizeRing.gi778 local indets, Y, k, Q, fracR, RP, localR, baseR, n_gens, gens;
834localR := CreateHomalgRing( globalR, [ TheTypeHomalgFakeLocalRing, TheTypeMatrixOverHomalgFakeLoca…
862 SetConstructorForHomalgMatrices( localR,
895 localR!.description := " (fake) local";
898 SetBaseRing(localR, baseR);
903 SetGeneratorsOfPrimeIdeal( localR, gens );
905 localR!.AssociatedGlobalRing := globalR;
906 localR!.AssociatedComputationRing := fracR;
907 localR!.AssociatedResidueClassRing := globalR / LeftSubmodule( p );
909 SetRingProperties( localR );
[all …]
H A DLocalizeRing.gi918 local RP, localR, n_gens, gens;
961localR := CreateHomalgRing( globalR, [ TheTypeHomalgLocalRing, TheTypeHomalgLocalMatrix ], HomalgL…
963 SetConstructorForHomalgMatrices( localR,
996 localR!.description := " local";
998 SetIsLocal( localR, true );
1003 SetGeneratorsOfMaximalLeftIdeal( localR, gens );
1005 SetGeneratorsOfMaximalRightIdeal( localR, gens );
1007 localR!.AssociatedGlobalRing := globalR;
1008 localR!.AssociatedComputationRing := globalR;
1010 SetRingProperties( localR );
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DCircuitsAndDynamics.F90412 REAL(KIND=dp) :: localC, value, circ_eq_coeff, localR !, localL local
490 Comp % Resistance = Comp % Resistance + localR
492 CALL AddToMatrixElement(CM, VvarId, IvarId, localR)
669 REAL(KIND=dp) :: localR !, localL local
762 localR = Comp % N_j **2 * IP % s(t)*detJ/C(3,3)/Comp % VoltageFactor
776 Comp % Resistance = Comp % Resistance + localR
1290 REAL(KIND=dp) :: localR !, localL local
1366 Comp % Resistance = Comp % Resistance + localR
1550 REAL(KIND=dp) :: localR local
1628 localR = Comp % N_j **2 * IP % s(t)*detJ/C(3,3) / Comp % VoltageFactor
[all …]
/dports/devel/liblognorm/liblognorm-2.0.6/src/
H A Dv1_ptree.c655 int localR; in ln_v1_normalizeRec() local
710 localR = ln_iptablesParser(tree, str, strLen, &i, json); in ln_v1_normalizeRec()
713 if(localR == 0) { in ln_v1_normalizeRec()
737 localR = node->parser(str, strLen, &i, node, &parsed, &value); in ln_v1_normalizeRec()
738 LN_DBGPRINTF(tree->ctx, "parser returns %d, parsed %zu", localR, parsed); in ln_v1_normalizeRec()
739 if(localR == 0) { in ln_v1_normalizeRec()
H A Dpdag.c1543 int localR; in ln_normalizeRec() local
1571 localR = tryParser(npb, dag, &i, &parsed, &value, prs); in ln_normalizeRec()
1572 if(localR == 0) { in ln_normalizeRec()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubBulkRequestHandler.java302 int localR= size - nonRepeat; in updateResult() local
304 for (int r = 0 ; r < localR ; r++) { in updateResult()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubBulkRequestHandler.java302 int localR= size - nonRepeat; in updateResult() local
304 for (int r = 0 ; r < localR ; r++) { in updateResult()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DMonad.hs44 f -> localR (mapRedEnvSt inEnv inState) (f x)
/dports/math/mfem/mfem-4.3/fem/
H A Dfespace.cpp1618 localR[g].SetSize(coarse_dofs, fine_dofs, num_fine_elems[g]); in DerefinementOperator()
1632 DenseMatrix &lR = localR[g](lR_offset+s); in DerefinementOperator()
1639 DenseMatrix &lR = localR[g](lR_offset+s); in DerefinementOperator()
1675 const DenseMatrix &lR = localR[geom](lR_offset+s); in Mult()
1686 DenseTensor &localR) const in GetLocalDerefinementMatrices()
1701 localR.SetSize(ldof, ldof, nmat); in GetLocalDerefinementMatrices()
1705 fe->GetLocalRestriction(isotr, localR(i)); in GetLocalDerefinementMatrices()
1721 DenseTensor localR[Geometry::NumGeom]; in DerefinementMatrix() local
1724 GetLocalDerefinementMatrices(elem_geoms[i], localR[elem_geoms[i]]); in DerefinementMatrix()
1730 localR[elem_geoms[0]].SizeI()); in DerefinementMatrix()
[all …]
H A Dfespace.hpp303 DenseTensor localR[Geometry::NumGeom]; member in mfem::FiniteElementSpace::DerefinementOperator
331 DenseTensor &localR) const;
H A Dpfespace.cpp2738 DenseTensor localR[Geometry::NumGeom]; in ParallelDerefinementMatrix() local
2741 GetLocalDerefinementMatrices(elem_geoms[i], localR[elem_geoms[i]]); in ParallelDerefinementMatrix()
2761 DenseMatrix &lR = localR[geom](emb.matrix); in ParallelDerefinementMatrix()
2811 DenseMatrix &lR = localR[geom](emb.matrix); in ParallelDerefinementMatrix()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindidriver.cpp315 …"localhost", ((uint)port), ui->localR->isChecked() ? DeviceManager::M_LOCAL : DeviceManager::M_SER… in processLocalTree()
H A Ddrivermanager.cpp588 connectionMode = ui->localR->isChecked() ? SERVER_CLIENT : SERVER_ONLY; in processLocalTree()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs3969 localR :: (ReduceEnv -> ReduceEnv) -> ReduceM a -> ReduceM a
3970 localR f = ReduceM . local f . unReduceM function
/dports/astro/kstars/kstars-3.5.6/po/th/
H A Dkstars.po25405 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/se/
H A Dkstars.po24431 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/si/
H A Dkstars.po24578 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/zh_CN/
H A Dkstars.po25173 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/nn/
H A Dkstars.po24492 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/uk/
H A Dkstars.po26687 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/az/
H A Dkstars.po24937 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/be/
H A Dkstars.po24995 #. i18n: ectx: property (text), widget (QRadioButton, localR)
/dports/astro/kstars/kstars-3.5.6/po/km/
H A Dkstars.po24496 #. i18n: ectx: property (text), widget (QRadioButton, localR)

1234