Home
last modified time | relevance | path

Searched refs:nCommon (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/PgSQL/rdkit/
H A Dbfp_gin.c117 int32 i, nCommon = 0; in gin_bfp_consistent() local
120 ++nCommon; in gin_bfp_consistent()
130 result = nCommon >= threshold * nkeys; in gin_bfp_consistent()
137 result = 2.0 * nCommon >= threshold * (nCommon + nkeys); in gin_bfp_consistent()
166 int32 i, nCommon = 0, nCommonMaybe = 0; in gin_bfp_triconsistent() local
169 ++nCommon; in gin_bfp_triconsistent()
H A Dbfp_gist.c408 double nCommon, nDelta; in gbfp_inner_consistent() local
451 result = nCommon >= t*(nQuery + nDelta); in gbfp_inner_consistent()
463 result = 2.0 * nCommon >= t*(nQuery + nCommon + nDelta); in gbfp_inner_consistent()
478 double nCommon; in gbfp_leaf_consistent() local
494 result = nCommon / (nKey + nQuery - nCommon) >= t; in gbfp_leaf_consistent()
561 double nDelta, nQuery, nCommon, similarity; in gbfp_inner_distance() local
573 similarity = nCommon / (nQuery + nDelta); in gbfp_inner_distance()
579 similarity = 2.0 * nCommon / (nQuery + nCommon + nDelta); in gbfp_inner_distance()
593 double nKey, nQuery, nCommon, similarity; in gbfp_leaf_distance() local
604 similarity = nCommon / (nKey + nQuery - nCommon); in gbfp_leaf_distance()
[all …]
H A Drdkit_gist.c647 double nCommon, nQuery, nKey = 0.0; in rdkit_consistent() local
665 nCommon = nQuery; in rdkit_consistent()
673 nCommon = bitstringIntersectionWeight(siglen, k, q); in rdkit_consistent()
680 return calcConsistency(GIST_LEAF(entry), strategy, nCommon, nCommon, nKey, nQuery); in rdkit_consistent()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/dsd/
H A DdsdProc.c577 if ( nCommon == pSmallR->nDecs ) in dsdKernelDecompose_rec()
742 if ( nCommon ) in dsdKernelDecompose_rec()
819 if ( pLR->Type == DSD_NODE_PRIME && (nCommon == pLR->nDecs-1 || nCommon == pLR->nDecs) ) in dsdKernelDecompose_rec()
831 if ( nCommon == pLR->nDecs ) in dsdKernelDecompose_rec()
872 nCommon = 0; in dsdKernelDecompose_rec()
1177 if ( nCommon == 0 || nCommon == 1 ) in dsdKernelDecompose_rec()
1343 int nCommon = 0; in dsdKernelFindCommonComponents() local
1378 Common[nCommon++] = pL->pDecs[iCurL]; in dsdKernelFindCommonComponents()
1411 return nCommon; in dsdKernelFindCommonComponents()
1439 assert( nCommon > 0 ); in dsdKernelComputeSumOfComponents()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcDress3.c132 int nCommon = 0; in Abc_NtkAigToGiaTwo() local
145 Vec_IntPush( vMap2, Abc_NtkObj(pNtk1, Num)->iTemp ), nCommon++; in Abc_NtkAigToGiaTwo()
150 printf( "Matched %d vars by name.", nCommon ); in Abc_NtkAigToGiaTwo()
151 if ( nCommon != Abc_NtkCiNum(pNtk1) ) in Abc_NtkAigToGiaTwo()
152 printf( " Netlist1 has %d unmatched vars.", Abc_NtkCiNum(pNtk1) - nCommon ); in Abc_NtkAigToGiaTwo()
153 if ( nCommon != Abc_NtkCiNum(pNtk2) ) in Abc_NtkAigToGiaTwo()
154 printf( " Netlist2 has %d unmatched vars.", Abc_NtkCiNum(pNtk2) - nCommon ); in Abc_NtkAigToGiaTwo()
H A DabcPart.c515 int i, Entry, nCommon = 0; in Abc_NtkSuppCharCommon() local
517 nCommon += Abc_InfoHasBit(pBuffer, Entry); in Abc_NtkSuppCharCommon()
518 return nCommon; in Abc_NtkSuppCharCommon()
569 int i, nCommon, iBest; in Abc_NtkPartitionSmartFindPart() local
581 nCommon = Abc_NtkSuppCharCommon( (unsigned *)Vec_PtrEntry(vPartSuppsChar, i), vOne ); in Abc_NtkPartitionSmartFindPart()
584 if ( nCommon == 0 ) in Abc_NtkPartitionSmartFindPart()
587 if ( nCommon == Vec_IntSize(vOne) ) in Abc_NtkPartitionSmartFindPart()
593 Attract = 1000 * nCommon / Vec_IntSize(vOne); in Abc_NtkPartitionSmartFindPart()
H A DabcMiter.c1091 int nCommon, i; in Abc_NtkDemiter() local
1125 nCommon = 0; in Abc_NtkDemiter()
1127 nCommon += pNode->fMarkA; in Abc_NtkDemiter()
1131 …First cone = %6d. Second cone = %6d. Common = %6d.\n", vNodes1->nSize, vNodes2->nSize, nCommon ); in Abc_NtkDemiter()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/fra/
H A DfraPart.c53 int i, k, nCommon, CountOver, CountQuant; in Fra_ManPartitionTest() local
114 nCommon = Vec_IntTwoCountCommon(vSup, vSup2); in Fra_ManPartitionTest()
115 if ( nCommon < 2 ) in Fra_ManPartitionTest()
117 if ( nCommon > nComLim ) in Fra_ManPartitionTest()
/dports/editors/biew/biew-610/bin_rc/syntax/
H A Ddiff.stx17 alt=\nCommon...\n
18 alt=\nCommon...\n
/dports/math/stp/stp-2.3.3/lib/extlib-abc/aig/aig/
H A DaigPart.c424 int i, Entry, nCommon = 0; in Aig_ManSuppCharCommon() local
426 nCommon += Aig_InfoHasBit(pBuffer, Entry); in Aig_ManSuppCharCommon()
427 return nCommon; in Aig_ManSuppCharCommon()
445 int i, nCommon, iBest; in Aig_ManPartitionSmartFindPart() local
454 nCommon = Aig_ManSuppCharCommon( Vec_PtrEntry(vPartSuppsBit, i), vOne ); in Aig_ManPartitionSmartFindPart()
455 if ( nCommon == 0 ) in Aig_ManPartitionSmartFindPart()
457 if ( nCommon == Vec_IntSize(vOne) ) in Aig_ManPartitionSmartFindPart()
462 Attract = 1000 * nCommon / Vec_IntSize(vOne); in Aig_ManPartitionSmartFindPart()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/acec/
H A DacecCore.c299 int i, nCommon = 0; in Acec_MatchCountCommon() local
305 nCommon += Vec_IntTwoFindCommonReverse( vLevel1, vLevel2, vRes ); in Acec_MatchCountCommon()
308 return nCommon; in Acec_MatchCountCommon()
360 int nCommon = Acec_MatchCountCommon( vRes0, vRes1, 0 ); in Acec_MatchCheckShift() local
363 if ( nCommonPlus >= nCommonMinus && nCommonPlus > nCommon ) in Acec_MatchCheckShift()
370 else if ( nCommonMinus > nCommonPlus && nCommonMinus > nCommon ) in Acec_MatchCheckShift()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/aig/
H A DaigPart.c519 int i, Entry, nCommon = 0; in Aig_ManSuppCharCommon() local
521 nCommon += Abc_InfoHasBit(pBuffer, Entry); in Aig_ManSuppCharCommon()
522 return nCommon; in Aig_ManSuppCharCommon()
540 int i, nCommon, iBest; in Aig_ManPartitionSmartFindPart() local
549 nCommon = Aig_ManSuppCharCommon( (unsigned *)Vec_PtrEntry(vPartSuppsBit, i), vOne ); in Aig_ManPartitionSmartFindPart()
550 if ( nCommon == 0 ) in Aig_ManPartitionSmartFindPart()
552 if ( nCommon == Vec_IntSize(vOne) ) in Aig_ManPartitionSmartFindPart()
557 Attract = 1000 * nCommon / Vec_IntSize(vOne); in Aig_ManPartitionSmartFindPart()
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx19c.m190 …plmaptex( [], "ss/ss64ne_General_Text", 1.0, 0.0, 0.5, "Martinhoe\nCommon", minx, maxx, miny, maxy…
197 …plmaptex( [], "ss/ss64ne_General_Text", 1.0, 0.0, 0.5, "Woolhanger\nCommon", minx, maxx, miny, max…
198 …plmaptex( [], "ss/ss64ne_General_Text", 1.0, 0.0, 0.5, "West Ilkerton\nCommon", minx, maxx, miny, …
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx19c.m190 …plmaptex( [], "ss/ss64ne_General_Text", 1.0, 0.0, 0.5, "Martinhoe\nCommon", minx, maxx, miny, maxy…
197 …plmaptex( [], "ss/ss64ne_General_Text", 1.0, 0.0, 0.5, "Woolhanger\nCommon", minx, maxx, miny, max…
198 …plmaptex( [], "ss/ss64ne_General_Text", 1.0, 0.0, 0.5, "West Ilkerton\nCommon", minx, maxx, miny, …
/dports/math/plplot-ada/plplot-5.15.0/examples/ocaml/
H A Dx19.ml280 plmaptex "ss/ss64ne_General_Text" 1.0 0.0 0.5 "Martinhoe\nCommon" minx maxx miny maxy 42;
287 plmaptex "ss/ss64ne_General_Text" 1.0 0.0 0.5 "Woolhanger\nCommon" minx maxx miny maxy 60;
288 plmaptex "ss/ss64ne_General_Text" 1.0 0.0 0.5 "West Ilkerton\nCommon" minx maxx miny maxy 61;
/dports/math/plplot/plplot-5.15.0/examples/ocaml/
H A Dx19.ml280 plmaptex "ss/ss64ne_General_Text" 1.0 0.0 0.5 "Martinhoe\nCommon" minx maxx miny maxy 42;
287 plmaptex "ss/ss64ne_General_Text" 1.0 0.0 0.5 "Woolhanger\nCommon" minx maxx miny maxy 60;
288 plmaptex "ss/ss64ne_General_Text" 1.0 0.0 0.5 "West Ilkerton\nCommon" minx maxx miny maxy 61;
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go355 p("\nCommon")
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go356 p("\nCommon")
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/text/unicode/cldr/
H A Dmakexml.go356 p("\nCommon")

1234567