Home
last modified time | relevance | path

Searched refs:rightExtent (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DViewgenContext.cs103 EntitySetBase rightExtent = leftCellWrapper.RightExtent; in ViewgenContext()
104 rightKB.CreateVariableConstraints(rightExtent, rightDomainMap, m_edmItemCollection); in ViewgenContext()
105 … rightKB.CreateAssociationConstraints(rightExtent, rightDomainMap, m_edmItemCollection); in ViewgenContext()
H A DCellCreator.cs201 MemberPath rightExtent = originalCell.GetRightQuery(viewTarget).SourceExtentMemberPath; in TryCreateAdditionalCellWithCondition()
247 …CellQuery rightQuery = new CellQuery(rightSlots, rightQueryWhereClause, rightExtent, originalCell.… in TryCreateAdditionalCellWithCondition()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddposutil.c248 posSearch->posDescMatrix[i][j].rightExtent = querySize; in CddposAllocateMemory()
257 posSearch->posExtents[j].rightExtent = querySize; in CddposAllocateMemory()
702 posSearch->posDescMatrix[seqIndex+1][qplace].rightExtent = in CddposComputeExtents()
703 posSearch->posDescMatrix[seqIndex+1][qplace + 1].rightExtent; in CddposComputeExtents()
705 posSearch->posDescMatrix[seqIndex+1][qplace].rightExtent = qplace; in CddposComputeExtents()
711 posSearch->posExtents[qplace].rightExtent = MIN(posSearch->posExtents[qplace].rightExtent, in CddposComputeExtents()
712 posSearch->posDescMatrix[seqIndex+1][qplace].rightExtent); in CddposComputeExtents()
730 if(posSearch->posExtents[qplace2].rightExtent >= qplace) in CddposComputeExtents()
807 i <= posSearch->posExtents[qplace].rightExtent; i++) { in CddposComputeSequenceWeights()
1102 posSearch->posDescMatrix[0][c].rightExtent = length; in CddposDenseDiagDemographics()
[all …]
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dposit.c533 posSearch->posDescMatrix[i][j].rightExtent = querySize; in posAllocateMemory()
542 posSearch->posExtents[j].rightExtent = querySize; in posAllocateMemory()
1130 posSearch->posDescMatrix[0][c].rightExtent = length; in posDemographics()
1265 posSearch->posDescMatrix[seqIndex+1][qplace].rightExtent = in posComputeExtents()
1266 posSearch->posDescMatrix[seqIndex+1][qplace + 1].rightExtent; in posComputeExtents()
1268 posSearch->posDescMatrix[seqIndex+1][qplace].rightExtent = qplace; in posComputeExtents()
1276 posSearch->posExtents[qplace].rightExtent = MIN(posSearch->posExtents[qplace].rightExtent, in posComputeExtents()
1277 posSearch->posDescMatrix[seqIndex+1][qplace].rightExtent); in posComputeExtents()
1386 i <= posSearch->posExtents[qplace].rightExtent; i++) { in posComputeSequenceWeights()
1429 (posSearch->posExtents[qplace].rightExtent - in posComputeSequenceWeights()
[all …]
H A Dposit.h278 Int4 rightExtent; /*How far right do same sequences match?*/ member
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/
H A DErrorPatternMatcher.cs312 EntitySetBase rightExtent = firstLeftCWrapper.RightCellQuery.Extent; in MatchSplitErrors()
317 if (!leftCellWrapper.RightCellQuery.Extent.EdmEquals(rightExtent)) in MatchSplitErrors()
324 …r.LeftExtent.ToString(), leftCellWrapper.RightCellQuery.Extent.ToString(), rightExtent.ToString()), in MatchSplitErrors()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Structures/
H A DCellQuery.cs337 EntitySet rightExtent = rightCellQuery.Extent as EntitySet; in CheckForProjectedNotNullSlots()
338 if (rightExtent != null) in CheckForProjectedNotNullSlots()
342 … (MetadataHelper.GetOppositeEnd(end).EntitySet.EdmEquals(rightExtent)))))) in CheckForProjectedNotNullSlots()
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Drasterized_outline2_packer.h606 … int rightExtent = mInnerLeftHorizon[pos.Y() + i] + mInnerLeftExtent[pos.Y() + i] - tmpHor; in placePoly() local
607 if (leftExtent >= 0 && rightExtent >= 0) { in placePoly()
608 if (leftExtent > rightExtent) { in placePoly()
612 mInnerLeftExtent[pos.Y() + i] = rightExtent; in placePoly()