Home
last modified time | relevance | path

Searched refs:temporaries (Results 1 – 25 of 3075) sorted by relevance

12345678910>>...123

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dbasic-math.cs75 double[] temporaries = new double[3]; in test_0_sqrt_precision_and_not_spill()
82 temporaries [i] = Math.Sqrt (temporaries [i]); in test_0_sqrt_precision_and_not_spill()
83 expected = temporaries [i]; in test_0_sqrt_precision_and_not_spill()
88 expected = temporaries [2]; in test_0_sqrt_precision_and_not_spill()
100 double[] temporaries = new double[9]; in test_0_sqrt_precision_and_spill()
107 temporaries [i] = Math.Sqrt (temporaries [i]); in test_0_sqrt_precision_and_spill()
108 expected = temporaries [i]; in test_0_sqrt_precision_and_spill()
113 expected = temporaries [8]; in test_0_sqrt_precision_and_spill()
125 double[] temporaries = new double[9]; in test_0_div_precision_and_spill()
132 expected = temporaries [i]; in test_0_div_precision_and_spill()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/compatibility-lib/mzlib/private/
H A Dcontract-object.rkt113 (with-syntax ([(req-vars ...) (generate-temporaries req-stx)]
114 [(ths) (generate-temporaries (syntax (ths)))])
115 (let loop ([opt-vars (generate-temporaries opt-stx)])
137 [(this-var) (generate-temporaries (syntax (this-var)))])
143 [(rst-var) (generate-temporaries (syntax (rst)))]
155 (with-syntax ([(arg-vars ...) (generate-temporaries doms-val)]
163 (with-syntax ([(args-vars ...) (generate-temporaries doms-val)])
169 (with-syntax ([(arg-vars ...) (generate-temporaries doms-val)]
183 (with-syntax ([(arg-vars ...) (generate-temporaries doms-val)]
271 [(method-ctc-var ...) (generate-temporaries mtds)]
[all …]
H A Dcontract-arr-obj-helpers.rkt351 (with-syntax ([(dom-x ...) (generate-temporaries (syntax (dom ...)))]
356 [(arg-x ...) (generate-temporaries (syntax (dom ...)))])
444 (with-syntax ([(rng-x) (generate-temporaries (syntax (rng)))]
448 [(res-x) (generate-temporaries (syntax (rng)))])
493 (with-syntax ([(dom-x ...) (generate-temporaries (syntax (dom ...)))]
496 [(arg-x ...) (generate-temporaries (syntax (dom ...)))]
504 [(rng-x ...) (generate-temporaries (syntax (rng ...)))]
509 [(res-x ...) (generate-temporaries (syntax (rng ...)))]
566 (with-syntax ([(dom-x ...) (generate-temporaries (syntax (dom ...)))]
631 (with-syntax ([(rng-x) (generate-temporaries (syntax (rng)))]
[all …]
H A Dcontract-arrow.rkt192 [(args ...) (generate-temporaries (syntax (doms ...)))]
193 [(dom-ctc ...) (generate-temporaries (syntax (doms ...)))])
196 (with-syntax ([(ignored) (generate-temporaries (syntax (rng)))])
207 (with-syntax ([(rng-x ...) (generate-temporaries (syntax (rngs ...)))]
221 (with-syntax ([(rng-ctc) (generate-temporaries (syntax (rng)))])
282 [(args ...) (generate-temporaries (syntax (doms ...)))]
283 [(dom-ctc ...) (generate-temporaries (syntax (doms ...)))])
284 (with-syntax ([(dom-x ...) (generate-temporaries (syntax (doms ...)))]
285 [(args ...) (generate-temporaries (syntax (doms ...)))]
286 [(rst-x) (generate-temporaries (syntax (rst)))]
[all …]
H A Dcontract-struct.rkt28 (with-syntax ([(ctc-x ...) (generate-temporaries (syntax (args ...)))]
29 [(ctc-name-x ...) (generate-temporaries (syntax (args ...)))]
30 [(ctc-pred-x ...) (generate-temporaries (syntax (args ...)))]
31 [(ctc-app-x ...) (generate-temporaries (syntax (args ...)))]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java84 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
102 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
146 if (temporaries != null && temporaries.length != 0) { in toString()
149 for (Value op : temporaries) { in toString()
174 if (temporaries.length == 0) { in getTemporaries()
175 return temporaries; in getTemporaries()
177 return temporaries.clone(); in getTemporaries()
228 temporaries = temporaryLocations; in finalizeAddress()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java84 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
102 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
146 if (temporaries != null && temporaries.length != 0) { in toString()
149 for (Value op : temporaries) { in toString()
174 if (temporaries.length == 0) { in getTemporaries()
175 return temporaries; in getTemporaries()
177 return temporaries.clone(); in getTemporaries()
228 temporaries = temporaryLocations; in finalizeAddress()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java86 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
117 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
164 if (temporaries != null && temporaries.length != 0) { in toString()
167 for (Value op : temporaries) { in toString()
202 if (temporaries.length == 0) { in getTemporaries()
203 return temporaries; in getTemporaries()
205 return temporaries.clone(); in getTemporaries()
256 temporaries = temporaryLocations; in finalizeAddress()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java86 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
118 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
165 if (temporaries != null && temporaries.length != 0) { in toString()
168 for (Value op : temporaries) { in toString()
208 if (temporaries.length == 0) { in getTemporaries()
209 return temporaries; in getTemporaries()
211 return temporaries.clone(); in getTemporaries()
262 temporaries = temporaryLocations; in finalizeAddress()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java86 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
117 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
164 if (temporaries != null && temporaries.length != 0) { in toString()
167 for (Value op : temporaries) { in toString()
202 if (temporaries.length == 0) { in getTemporaries()
203 return temporaries; in getTemporaries()
205 return temporaries.clone(); in getTemporaries()
256 temporaries = temporaryLocations; in finalizeAddress()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java86 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
118 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
165 if (temporaries != null && temporaries.length != 0) { in toString()
168 for (Value op : temporaries) { in toString()
208 if (temporaries.length == 0) { in getTemporaries()
209 return temporaries; in getTemporaries()
211 return temporaries.clone(); in getTemporaries()
262 temporaries = temporaryLocations; in finalizeAddress()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotForeignCallLinkageImpl.java86 private Value[] temporaries = AllocatableValue.NONE; field in HotSpotForeignCallLinkageImpl
118 linkage.temporaries = foreignCalls.getNativeABICallerSaveRegisters(); in create()
165 if (temporaries != null && temporaries.length != 0) { in toString()
168 for (Value op : temporaries) { in toString()
208 if (temporaries.length == 0) { in getTemporaries()
209 return temporaries; in getTemporaries()
211 return temporaries.clone(); in getTemporaries()
262 temporaries = temporaryLocations; in finalizeAddress()
/dports/graphics/Coin/coin-Coin-4.0.0/src/soscxml/
H A DScXMLCoinEvaluator.cpp74 std::map<const char *, ScXMLDataObj *> temporaries; member in ScXMLCoinEvaluator::PImpl
151 PRIVATE(this)->temporaries.find(handle); in setAtLocation()
152 if (it != PRIVATE(this)->temporaries.end()) { in setAtLocation()
154 PRIVATE(this)->temporaries.erase(it); // erase it in setAtLocation()
182 PRIVATE(this)->temporaries.insert(entry); in setAtLocation()
293 PRIVATE(this)->temporaries.find(varname.getString()); in locate()
294 if (it == PRIVATE(this)->temporaries.end()) { in locate()
304 if (it != PRIVATE(this)->temporaries.end()) { in locate()
402 while (it != PRIVATE(this)->temporaries.end()) { in clearTemporaryVariables()
406 PRIVATE(this)->temporaries.clear(); in clearTemporaryVariables()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dredundant_pattern_matching_drop_order.stderr8 = note: this will change drop order of the result, as well as all temporaries
17 = note: this will change drop order of the result, as well as all temporaries
26 = note: this will change drop order of the result, as well as all temporaries
35 = note: this will change drop order of the result, as well as all temporaries
68 = note: this will change drop order of the result, as well as all temporaries
77 = note: this will change drop order of the result, as well as all temporaries
86 = note: this will change drop order of the result, as well as all temporaries
95 = note: this will change drop order of the result, as well as all temporaries
122 = note: this will change drop order of the result, as well as all temporaries
131 = note: this will change drop order of the result, as well as all temporaries
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/blox/browser/
H A DDebugSupport.st42 and/or temporaries can be defined (that is, the method and each
44 arguments and temporaries for the method, the second lists them
82 varNames which will record arguments and temporaries for
126 "Answer whether block is an RBBlockNode with no temporaries and
131 and: [block body temporaries isEmpty and: [block arguments size = numArgs]]
176 "Answer the names of the arguments and temporaries in the receiver.
190 "Answer the names of the arguments and temporaries in the receiver."
206 "Answer the names of the arguments and temporaries in the receiver."
/dports/lang/racket/racket-8.3/share/pkgs/class-iop-lib/racket/class/
H A Diop.rkt48 (with-syntax ([(dynamic-name) (generate-temporaries #'(name))])
132 (with-syntax ([(name-internal) (generate-temporaries #'(name))]
168 (let ([temporaries (generate-temporaries #'(arg ...))])
169 (with-syntax ([(temp ...) temporaries]
173 temporaries)])
194 (with-syntax ([(name-internal) (generate-temporaries #'(name))])
210 (with-syntax ([(id-internal) (generate-temporaries #'(id))])
222 (with-syntax ([(id-internal) (generate-temporaries #'(id))])
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed/
H A Duntyped-utils.rkt31 (with-syntax* ([(typed-name ...) (generate-temporaries #'(name ...))]
33 [(untyped2-name ...) (generate-temporaries #'(name ...))]
34 [(untyped3-name ...) (generate-temporaries #'(name ...))]
35 [(macro-name ...) (generate-temporaries #'(name ...))]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/oldobject/
H A DTestLargeRootSet.java58 public List<StackObject[]> temporaries = new ArrayList<>(maxDepth); field in TestLargeRootSet.RootThread
72 temporaries.add(stackObject); // make sure object escapes in buildRootObjects()
75 temporaries.clear(); in buildRootObjects()
/dports/lang/mosh/mosh-0.2.7/boot/runtimes/srfi-mosh/lib.rnrs/core/
H A Dprimitives.ss17 (ex:generate-temporaries generate-temporaries)
44 ex:free-identifier=? ex:generate-temporaries ex:datum->syntax ex:syntax->datum
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/oldobject/
H A DTestLargeRootSet.java58 public List<StackObject[]> temporaries = new ArrayList<>(maxDepth); field in TestLargeRootSet.RootThread
72 temporaries.add(stackObject); // make sure object escapes in buildRootObjects()
75 temporaries.clear(); in buildRootObjects()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/oldobject/
H A DTestLargeRootSet.java58 public List<StackObject[]> temporaries = new ArrayList<>(maxDepth); field in TestLargeRootSet.RootThread
72 temporaries.add(stackObject); // make sure object escapes in buildRootObjects()
75 temporaries.clear(); in buildRootObjects()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/oldobject/
H A DTestLargeRootSet.java58 public List<StackObject[]> temporaries = new ArrayList<>(maxDepth); field in TestLargeRootSet.RootThread
72 temporaries.add(stackObject); // make sure object escapes in buildRootObjects()
75 temporaries.clear(); in buildRootObjects()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/oldobject/
H A DTestLargeRootSet.java58 public List<StackObject[]> temporaries = new ArrayList<>(maxDepth); field in TestLargeRootSet.RootThread
72 temporaries.add(stackObject); // make sure object escapes in buildRootObjects()
75 temporaries.clear(); in buildRootObjects()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/oldobject/
H A DTestLargeRootSet.java58 public List<StackObject[]> temporaries = new ArrayList<>(maxDepth); field in TestLargeRootSet.RootThread
72 temporaries.add(stackObject); // make sure object escapes in buildRootObjects()
75 temporaries.clear(); in buildRootObjects()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dtree.h180 tree_node temporaries; member
193 tree_node temporaries; member
232 tree_node temporaries,
402 tree_node temporaries,

12345678910>>...123