Home
last modified time | relevance | path

Searched refs:allocatable (Results 1 – 25 of 3145) sorted by relevance

12345678910>>...126

/dports/devel/ice37/ice-3.7.2/cpp/src/IceGrid/
H A DAllocatable.cpp152 _allocatable(allocatable || (parent && parent->isAllocatable())), in Allocatable()
264 AllocatablePtr allocatable; in release() local
267 allocatable = dequeueAllocationAttempt(request); in release()
268 if(!allocatable) in release()
285 …if((request && allocatable->allocate(request, true)) || (!request && allocatable->canTryAllocate()… in release()
293 allocatable = 0; in release()
305 allocatable = p->first; in release()
312 if(!allocatable) in release()
322 assert(allocatable && request); in release()
368 _requests.push_back(make_pair(allocatable, request)); in queueAllocationAttempt()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DAllocatable.cpp152 _allocatable(allocatable || (parent && parent->isAllocatable())), in Allocatable()
264 AllocatablePtr allocatable; in release() local
267 allocatable = dequeueAllocationAttempt(request); in release()
268 if(!allocatable) in release()
285 …if((request && allocatable->allocate(request, true)) || (!request && allocatable->canTryAllocate()… in release()
293 allocatable = 0; in release()
305 allocatable = p->first; in release()
312 if(!allocatable) in release()
322 assert(allocatable && request); in release()
368 _requests.push_back(make_pair(allocatable, request)); in queueAllocationAttempt()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DAllocatable.cpp152 _allocatable(allocatable || (parent && parent->isAllocatable())), in Allocatable()
264 AllocatablePtr allocatable; in release() local
267 allocatable = dequeueAllocationAttempt(request); in release()
268 if(!allocatable) in release()
285 …if((request && allocatable->allocate(request, true)) || (!request && allocatable->canTryAllocate()… in release()
293 allocatable = 0; in release()
305 allocatable = p->first; in release()
312 if(!allocatable) in release()
322 assert(allocatable && request); in release()
368 _requests.push_back(make_pair(allocatable, request)); in queueAllocationAttempt()
[all …]
/dports/science/tinker/tinker/other/
H A Dmpole.qi42 integer, allocatable :: ipole(:)
43 integer, allocatable :: polsiz(:)
44 integer, allocatable :: pollist(:)
45 integer, allocatable :: zaxis(:)
46 integer, allocatable :: xaxis(:)
47 integer, allocatable :: yaxis(:)
48 real*8, allocatable :: pole(:,:)
49 real*8, allocatable :: rpole(:,:)
54 c real*8, allocatable :: spole(:,:)
55 c real*8, allocatable :: srpole(:,:)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_node_status.py60 allocatable=None, argument
89 if allocatable is not None:
90 self.allocatable = allocatable
138 def allocatable(self): member in V1NodeStatus
149 @allocatable.setter
150 def allocatable(self, allocatable): argument
160 self._allocatable = allocatable
/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceGrid/allocation/
H A DAllTests.cpp400 session2->releaseObject(allocatable); in allTests()
438 session1->releaseObject(allocatable); in allTests()
453 session1->releaseObject(allocatable); in allTests()
467 session2->releaseObject(allocatable); in allTests()
471 session1->releaseObject(allocatable); in allTests()
649 session1->releaseObject(allocatable); in allTests()
871 session2->releaseObject(allocatable); in allTests()
876 session1->releaseObject(allocatable); in allTests()
890 session2->releaseObject(allocatable); in allTests()
899 session1->releaseObject(allocatable); in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/IceGrid/allocation/
H A DAllTests.cpp400 session2->releaseObject(allocatable); in allTests()
438 session1->releaseObject(allocatable); in allTests()
453 session1->releaseObject(allocatable); in allTests()
467 session2->releaseObject(allocatable); in allTests()
471 session1->releaseObject(allocatable); in allTests()
649 session1->releaseObject(allocatable); in allTests()
871 session2->releaseObject(allocatable); in allTests()
876 session1->releaseObject(allocatable); in allTests()
890 session2->releaseObject(allocatable); in allTests()
899 session1->releaseObject(allocatable); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceGrid/allocation/
H A DAllTests.cpp400 session2->releaseObject(allocatable); in allTests()
438 session1->releaseObject(allocatable); in allTests()
453 session1->releaseObject(allocatable); in allTests()
467 session2->releaseObject(allocatable); in allTests()
471 session1->releaseObject(allocatable); in allTests()
649 session1->releaseObject(allocatable); in allTests()
871 session2->releaseObject(allocatable); in allTests()
876 session1->releaseObject(allocatable); in allTests()
890 session2->releaseObject(allocatable); in allTests()
899 session1->releaseObject(allocatable); in allTests()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dkubelet_resources.go44 allocatable := node.Status.Allocatable
45 klog.InfoS("Allocatable", "allocatable", allocatable)
48 resource.MergeContainerResourceLimits(&outputPod.Spec.Containers[idx], allocatable)
54 resource.MergeContainerResourceLimits(outputContainer, allocatable)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DArithmeticLIRGenerator.java91 AllocatableValue allocatable = asAllocatable(b); in emitAddOrSub() local
92 resultKind = bKind.makeDerivedReference(allocatable); in emitAddOrSub()
93 b = allocatable; in emitAddOrSub()
99 AllocatableValue allocatable = asAllocatable(a); in emitAddOrSub() local
100 resultKind = aKind.makeDerivedReference(allocatable); in emitAddOrSub()
101 a = allocatable; in emitAddOrSub()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_amd64_specific_sse2.erl39 allocatable/1,
40 allocatable/2,
122 allocatable(Ctx) -> function
123 allocatable('normal', Ctx).
125 allocatable('normal', _) -> function
127 allocatable('linearscan', _) -> function
135 allocatable(Ctx).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_amd64_specific_sse2.erl39 allocatable/1,
40 allocatable/2,
122 allocatable(Ctx) -> function
123 allocatable('normal', Ctx).
125 allocatable('normal', _) -> function
127 allocatable('linearscan', _) -> function
135 allocatable(Ctx).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_amd64_specific_sse2.erl39 allocatable/1,
40 allocatable/2,
122 allocatable(Ctx) -> function
123 allocatable('normal', Ctx).
125 allocatable('normal', _) -> function
127 allocatable('linearscan', _) -> function
135 allocatable(Ctx).
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cm/devicemanager/
H A Dmanager_test.go117 capacity, allocatable, _ := m.GetCapacity()
133 capacity, allocatable, _ = m.GetCapacity()
150 capacity, allocatable, _ = m.GetCapacity()
187 capacity, allocatable, _ := m.GetCapacity()
203 capacity, allocatable, _ = m.GetCapacity()
220 capacity, allocatable, _ = m.GetCapacity()
382 capacity, allocatable, removed := testManager.GetCapacity()
405 capacity, allocatable, removed = testManager.GetCapacity()
409 val, ok = allocatable[v1.ResourceName(resourceName2)]
426 capacity, allocatable, removed = testManager.GetCapacity()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/rdmft/
H A Dwfn1_wfn.fh19 double precision, allocatable :: dcnta(:) ! alpha electron
21 double precision, allocatable :: dcntb(:) ! beta electron
27 integer, allocatable :: icnfa(:) ! the alpha electron
29 integer, allocatable :: icnfb(:) ! the alpha electron
/dports/science/nwchem-data/nwchem-7.0.2-release/src/rdmft/
H A Dwfn1_wfn.fh19 double precision, allocatable :: dcnta(:) ! alpha electron
21 double precision, allocatable :: dcntb(:) ! beta electron
27 integer, allocatable :: icnfa(:) ! the alpha electron
29 integer, allocatable :: icnfb(:) ! the alpha electron
/dports/devel/p5-Tickit/Tickit-0.72/lib/Tickit/
H A DUtils.pm254 my $allocatable = $total - $fixed_total;
255 my $spare = $allocatable - $base_total;
298 elsif( $allocatable > 0 ) {
309 $amount = $b->{base} * $allocatable / $base_total;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/
H A DRegisterAttributes.java38 private final boolean allocatable; field in RegisterAttributes
43 this.allocatable = isAllocatable; in RegisterAttributes()
85 return allocatable; in isAllocatable()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/
H A DRegisterAttributes.java38 private final boolean allocatable; field in RegisterAttributes
43 this.allocatable = isAllocatable; in RegisterAttributes()
85 return allocatable; in isAllocatable()

12345678910>>...126