Home
last modified time | relevance | path

Searched refs:numObjs (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/
H A DCombinations.php18 * @param mixed $numObjs Number of different objects
23 public static function withoutRepetition($numObjs, $numInSet) argument
26 $numObjs = Helpers::validateNumericNullSubstitution($numObjs, null);
29 Helpers::validateNotNegative($numObjs - $numInSet);
34 …return round(Factorial::fact($numObjs) / Factorial::fact($numObjs - $numInSet)) / Factorial::fact(…
46 * @param mixed $numObjs Number of different objects
54 $numObjs = Helpers::validateNumericNullSubstitution($numObjs, null);
57 Helpers::validateNotNegative($numObjs);
58 $numObjs = (int) $numObjs;
63 if ($numObjs === 0) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/
H A DPermutations.php21 * @param mixed $numObjs Integer number of different objects
26 public static function PERMUT($numObjs, $numInSet) argument
28 $numObjs = Functions::flattenSingleValue($numObjs);
32 $numObjs = StatisticalValidations::validateInt($numObjs);
38 if ($numObjs < $numInSet) {
41 …$result = round(MathTrig\Factorial::fact($numObjs) / MathTrig\Factorial::fact($numObjs - $numInSet…
57 public static function PERMUTATIONA($numObjs, $numInSet) argument
59 $numObjs = Functions::flattenSingleValue($numObjs);
63 $numObjs = StatisticalValidations::validateInt($numObjs);
69 if ($numObjs < 0 || $numInSet < 0) {
[all …]
/dports/databases/pglogical/pglogical-REL2_4_0/pglogical_dump/
H A Dpg_dump_sort.c131 int numObjs,
155 for (i = 0; i < numObjs; i++) in findFirstEqualType()
169 return numObjs - 1; in findFirstDifferentType()
190 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
248 if (numObjs > 1) in sortDumpableObjectsByTypeName()
349 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
432 int numObjs, in TopoSort() argument
462 if (numObjs <= 0) in TopoSort()
478 for (i = 0; i < numObjs; i++) in TopoSort()
506 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump_sort.c151 int numObjs,
175 for (i = 0; i < numObjs; i++) in findFirstEqualType()
189 return numObjs - 1; in findFirstDifferentType()
210 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
268 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 if (numObjs > 1) in sortDumpableObjectsByTypeOid()
483 int numObjs, in TopoSort() argument
513 if (numObjs <= 0) in TopoSort()
529 for (i = 0; i < numObjs; i++) in TopoSort()
557 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/games/pioneer/pioneer-20210723/src/collider/
H A DBVHTree.cpp11 BVHTree::BVHTree(int numObjs, const objPtr_t *objPtrs, const Aabb *objAabbs) in BVHTree() argument
17 std::vector<int> activeObjIdxs(numObjs); in BVHTree()
18 for (int i = 0; i < numObjs; i++) in BVHTree()
21 m_objPtrAlloc = new objPtr_t[numObjs]; in BVHTree()
23 m_objPtrAllocMax = numObjs; in BVHTree()
25 m_bvhNodes = new BVHNode[numObjs * 2 + 1]; in BVHTree()
27 m_nodeAllocMax = numObjs * 2 + 1; in BVHTree()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++) in findFirstEqualType()
139 for (i = start; i < numObjs; i++) in findFirstDifferentType()
142 return numObjs - 1; in findFirstDifferentType()
163 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
221 if (numObjs > 1) in sortDumpableObjectsByTypeName()
405 int numObjs, in TopoSort() argument
435 if (numObjs <= 0) in TopoSort()
451 for (i = 0; i < numObjs; i++) in TopoSort()
479 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++) in findFirstEqualType()
139 for (i = start; i < numObjs; i++) in findFirstDifferentType()
142 return numObjs - 1; in findFirstDifferentType()
163 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
221 if (numObjs > 1) in sortDumpableObjectsByTypeName()
405 int numObjs, in TopoSort() argument
435 if (numObjs <= 0) in TopoSort()
451 for (i = 0; i < numObjs; i++) in TopoSort()
479 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++) in findFirstEqualType()
139 for (i = start; i < numObjs; i++) in findFirstDifferentType()
142 return numObjs - 1; in findFirstDifferentType()
163 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
221 if (numObjs > 1) in sortDumpableObjectsByTypeName()
405 int numObjs, in TopoSort() argument
435 if (numObjs <= 0) in TopoSort()
451 for (i = 0; i < numObjs; i++) in TopoSort()
479 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++) in findFirstEqualType()
139 for (i = start; i < numObjs; i++) in findFirstDifferentType()
142 return numObjs - 1; in findFirstDifferentType()
163 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
221 if (numObjs > 1) in sortDumpableObjectsByTypeName()
405 int numObjs, in TopoSort() argument
435 if (numObjs <= 0) in TopoSort()
451 for (i = 0; i < numObjs; i++) in TopoSort()
479 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++) in findFirstEqualType()
139 for (i = start; i < numObjs; i++) in findFirstDifferentType()
142 return numObjs - 1; in findFirstDifferentType()
163 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
221 if (numObjs > 1) in sortDumpableObjectsByTypeName()
405 int numObjs, in TopoSort() argument
435 if (numObjs <= 0) in TopoSort()
451 for (i = 0; i < numObjs; i++) in TopoSort()
479 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++)
139 for (i = start; i < numObjs; i++)
142 return numObjs - 1;
163 if (numObjs <= 1)
221 if (numObjs > 1)
405 int numObjs,
435 if (numObjs <= 0)
451 for (i = 0; i < numObjs; i++)
479 for (i = numObjs; --i >= 0;)
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_dump/
H A Dpg_dump_sort.c104 int numObjs,
128 for (i = 0; i < numObjs; i++) in findFirstEqualType()
139 for (i = start; i < numObjs; i++) in findFirstDifferentType()
142 return numObjs - 1; in findFirstDifferentType()
163 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
221 if (numObjs > 1) in sortDumpableObjectsByTypeName()
405 int numObjs, in TopoSort() argument
435 if (numObjs <= 0) in TopoSort()
451 for (i = 0; i < numObjs; i++) in TopoSort()
479 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump_sort.c99 int numObjs,
123 for (i = 0; i < numObjs; i++) in findFirstEqualType()
134 for (i = start; i < numObjs; i++) in findFirstDifferentType()
137 return numObjs - 1; in findFirstDifferentType()
158 if (numObjs <= 1) in sortDataAndIndexObjectsBySize()
216 if (numObjs > 1) in sortDumpableObjectsByTypeName()
400 int numObjs, in TopoSort() argument
430 if (numObjs <= 0) in TopoSort()
446 for (i = 0; i < numObjs; i++) in TopoSort()
474 for (i = numObjs; --i >= 0;) in TopoSort()
[all …]

1234567891011