Home
last modified time | relevance | path

Searched refs:twoStep (Results 1 – 18 of 18) sorted by relevance

/dports/finance/R-cran-gmm/gmm/man/
H A DmomentEstim.Rd2 \alias{momentEstim.baseGmm.twoStep}
3 \alias{momentEstim.baseGmm.twoStep.formula}
4 \alias{momentEstim.sysGmm.twoStep.formula}
5 \alias{momentEstim.tsls.twoStep.formula}
19 \method{momentEstim}{baseGmm.twoStep}(object, ...)
20 \method{momentEstim}{baseGmm.twoStep.formula}(object, ...)
21 \method{momentEstim}{sysGmm.twoStep.formula}(object, ...)
22 \method{momentEstim}{tsls.twoStep.formula}(object, ...)
H A Dgmm.Rd13 gmm(g,x,t0=NULL,gradv=NULL, type=c("twoStep","cue","iterative"),
/dports/finance/R-cran-gmm/gmm/
H A DNAMESPACE15 print.specTest, momentEstim.baseGmm.twoStep,
16 momentEstim.baseGmm.twoStep.formula,
26 momentEstim.sysGmm.twoStep.formula, momentEstim.tsls.twoStep.formula,
76 S3method(momentEstim, baseGmm.twoStep)
78 S3method(momentEstim, baseGmm.twoStep.formula)
79 S3method(momentEstim, tsls.twoStep.formula)
80 S3method(momentEstim, sysGmm.twoStep.formula)
/dports/misc/ompl/ompl-1.5.2/demos/quotientspace/
H A DQuotientSpacePlanningHyperCubeBenchmark.cpp162 std::vector<int> twoStep; in getHypercubeAdmissibleProjections() local
163 boost::push_back(twoStep, boost::irange(2, dim + 1, 2)); in getHypercubeAdmissibleProjections()
164 if (twoStep.back() != dim) in getHypercubeAdmissibleProjections()
165 twoStep.push_back(dim); in getHypercubeAdmissibleProjections()
169 projections.push_back(twoStep); in getHypercubeAdmissibleProjections()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Map/
H A DDefaults.java535 static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b, in twoStep() method in Defaults
597 assertNull(map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
608 assertEquals(99L, (long)map.computeIfPresent(two, twoStep(b, f, g))); in testConcurrentMap_computeIfPresent_racy()
655 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
665 assertEquals(44L, (long)map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
676 assertNull(map.compute(two, twoStep(b, f, g))); in testConcurrentMap_compute_racy()
706 assertEquals(45L, (long)map.merge(two, 3L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
712 assertEquals(55L, (long)map.merge(two, 55L, twoStep(b, f, g))); in testConcurrentMap_merge_racy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp1269 …onst TestParams& testParams, bool twoStep = false) : ImageClearingTestInstance (context, testParam… in ClearColorImageTestInstance() argument
1427 …onst TestParams& testParams, bool twoStep = false) : ImageClearingTestInstance (context, testParam… in ClearDepthStencilImageTestInstance() argument
2011 bool twoStep; in createImageClearingTestsCommon() member
2189 if (!imageLayerParamsToTest[imageLayerParamsIndex].twoStep) in createImageClearingTestsCommon()
2275 if (!imageLayerParamsToTest[imageLayerParamsIndex].twoStep) in createImageClearingTestsCommon()
2301 if (!imageLayerParamsToTest[imageLayerParamsIndex].twoStep) in createImageClearingTestsCommon()
2390 if (!imageLayerParamsToTest[imageLayerParamsIndex].twoStep) in createImageClearingTestsCommon()
/dports/net-mgmt/observium/observium/mibs/raisecom/
H A DRAISECOM-PTP-MIB152 in the clock device. When the flag is twoStep mode,
/dports/net-mgmt/observium/observium/mibs/aos/
H A DTIMETRA-PTP-MIB209 twoStep (2) - The Clock provides time information using the
216 twoStep (2)
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/alcatel/
H A Dtimetra-ptp-mib.mib229 twoStep (2) - The Clock provides time information using the
236 twoStep (2)
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/huawei/
H A DHUAWEI-PTP-MIB4171 twoStep(1)
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-PTP-MIB4199 twoStep(1)