Home
last modified time | relevance | path

Searched refs:temp_zone (Results 1 – 25 of 101) sorted by relevance

12345

/dports/comms/direwolf/direwolf-1.6/external/geotranz/
H A Dutm.c196 long temp_zone; in Convert_Geodetic_To_UTM() local
227 if (temp_zone > 60) in Convert_Geodetic_To_UTM()
228 temp_zone = 1; in Convert_Geodetic_To_UTM()
232 temp_zone = 31; in Convert_Geodetic_To_UTM()
235 temp_zone = 32; in Convert_Geodetic_To_UTM()
237 temp_zone = 31; in Convert_Geodetic_To_UTM()
239 temp_zone = 33; in Convert_Geodetic_To_UTM()
241 temp_zone = 35; in Convert_Geodetic_To_UTM()
243 temp_zone = 37; in Convert_Geodetic_To_UTM()
253 if (((temp_zone-2) <= UTM_Override) && (UTM_Override <= (temp_zone+2))) in Convert_Geodetic_To_UTM()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/geotrans/
H A Dutm.c199 long temp_zone; in Convert_Geodetic_To_UTM() local
226 if (temp_zone > 60) in Convert_Geodetic_To_UTM()
227 temp_zone = 1; in Convert_Geodetic_To_UTM()
231 temp_zone = 31; in Convert_Geodetic_To_UTM()
234 temp_zone = 32; in Convert_Geodetic_To_UTM()
236 temp_zone = 31; in Convert_Geodetic_To_UTM()
238 temp_zone = 33; in Convert_Geodetic_To_UTM()
240 temp_zone = 35; in Convert_Geodetic_To_UTM()
242 temp_zone = 37; in Convert_Geodetic_To_UTM()
250 else if (((temp_zone-1) <= UTM_Override) && (UTM_Override <= (temp_zone+1))) in Convert_Geodetic_To_UTM()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimUtm.c196 long temp_zone; in Convert_Geodetic_To_UTM() local
223 if (temp_zone > 60) in Convert_Geodetic_To_UTM()
224 temp_zone = 1; in Convert_Geodetic_To_UTM()
228 temp_zone = 31; in Convert_Geodetic_To_UTM()
231 temp_zone = 32; in Convert_Geodetic_To_UTM()
233 temp_zone = 31; in Convert_Geodetic_To_UTM()
235 temp_zone = 33; in Convert_Geodetic_To_UTM()
237 temp_zone = 35; in Convert_Geodetic_To_UTM()
239 temp_zone = 37; in Convert_Geodetic_To_UTM()
247 else if (((temp_zone-1) <= UTM_Override) && (UTM_Override <= (temp_zone+1))) in Convert_Geodetic_To_UTM()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dpipeline.cc1158 NodeVector roots(temp_zone); in Run()
1183 NodeVector roots(temp_zone); in Run()
1264 NodeVector roots(temp_zone); in Run()
1364 NodeVector roots(temp_zone); in Run()
1418 NodeVector roots(temp_zone); in Run()
1467 NodeVector roots(temp_zone); in Run()
1512 NodeVector roots(temp_zone); in Run()
1523 NodeVector roots(temp_zone); in Run()
1621 temp_zone); in Run()
1632 temp_zone); in Run()
[all …]
H A Dstore-store-elimination.cc132 RedundantStoreFinder(JSGraph* js_graph, Zone* temp_zone);
150 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anon45dcf95a0311::RedundantStoreFinder
210 AllNodes all(temp_zone(), jsgraph()->graph()); in Find()
234 RedundantStoreFinder finder(js_graph, temp_zone); in Run()
284 return uses.Add(observation, temp_zone()); in RecomputeSet()
310 return uses.RemoveSameOffset(offset, temp_zone()); in RecomputeSet()
340 temp_zone_(temp_zone), in RedundantStoreFinder()
341 revisit_(temp_zone), in RedundantStoreFinder()
342 in_revisit_(js_graph->graph()->NodeCount(), temp_zone), in RedundantStoreFinder()
345 to_remove_(temp_zone), in RedundantStoreFinder()
[all …]
H A Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
21 temp_zone_(temp_zone), in ValueNumberingReducer()
36 entries_ = temp_zone()->NewArray<Node*>(kInitialCapacity); in Reduce()
156 entries_ = temp_zone()->NewArray<Node*>(capacity_); in Grow()
H A Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
31 Zone* temp_zone() const { return temp_zone_; } in NON_EXPORTED_BASE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dpipeline.cc1420 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1450 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1607 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1688 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1742 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1797 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1967 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1979 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1993 temp_zone, data->graph(), in DECL_PIPELINE_PHASE_CONSTANTS()
2129 temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
H A Dstore-store-elimination.cc163 Zone* temp_zone) in RedundantStoreFinder() argument
166 temp_zone_(temp_zone), in RedundantStoreFinder()
167 revisit_(temp_zone), in RedundantStoreFinder()
168 in_revisit_(js_graph->graph()->NodeCount(), temp_zone), in RedundantStoreFinder()
171 to_remove_(temp_zone), in RedundantStoreFinder()
173 UnobservablesSet::VisitedEmpty(temp_zone)) {} in RedundantStoreFinder()
218 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anon184479df0111::RedundantStoreFinder
252 AllNodes all(temp_zone(), jsgraph()->graph()); in Find()
296 return uses.Add(observation, temp_zone()); in RecomputeSet()
311 return uses.RemoveSameOffset(offset, temp_zone()); in RecomputeSet()
[all …]
H A Dscheduled-machine-lowering.cc18 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in ScheduledMachineLowering() argument
22 graph_assembler_(js_graph, temp_zone, schedule), in ScheduledMachineLowering()
24 memory_lowering_(js_graph, temp_zone, &graph_assembler_, poison_level), in ScheduledMachineLowering()
25 reducers_({&select_lowering_, &memory_lowering_}, temp_zone), in ScheduledMachineLowering()
H A Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
21 temp_zone_(temp_zone), in ValueNumberingReducer()
36 entries_ = temp_zone()->NewArray<Node*>(kInitialCapacity); in Reduce()
156 entries_ = temp_zone()->NewArray<Node*>(capacity_); in Grow()
H A Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
31 Zone* temp_zone() const { return temp_zone_; } in NON_EXPORTED_BASE()
H A Dmemory-optimizer.cc95 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode() argument
96 ZoneQueue<Node*> queue(temp_zone); in SearchAllocatingNode()
97 ZoneSet<Node*> visited(temp_zone); in SearchAllocatingNode()
119 bool CanLoopAllocate(Node* loop_effect_phi, Zone* temp_zone) { in CanLoopAllocate() argument
124 temp_zone) != nullptr) { in CanLoopAllocate()
142 Zone* temp_zone) { in WriteBarrierAssertFailed() argument
154 allocating_node = SearchAllocatingNode(node, object_position, temp_zone); in WriteBarrierAssertFailed()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dpipeline.cc1443 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1454 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1487 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1522 NodeVector cached_nodes(temp_zone); in DECL_MAIN_THREAD_PIPELINE_PHASE_CONSTANTS()
1635 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1784 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1837 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1900 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1909 data->jsgraph(), temp_zone, in DECL_PIPELINE_PHASE_CONSTANTS()
2151 temp_zone, data->graph(), in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
H A Dstore-store-elimination.cc169 Zone* temp_zone) in RedundantStoreFinder() argument
172 temp_zone_(temp_zone), in RedundantStoreFinder()
173 revisit_(temp_zone), in RedundantStoreFinder()
174 in_revisit_(js_graph->graph()->NodeCount(), temp_zone), in RedundantStoreFinder()
177 to_remove_(temp_zone), in RedundantStoreFinder()
179 UnobservablesSet::VisitedEmpty(temp_zone)) {} in RedundantStoreFinder()
224 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anonbeb4a6190111::RedundantStoreFinder
258 AllNodes all(temp_zone(), jsgraph()->graph()); in Find()
302 return uses.Add(observation, temp_zone()); in RecomputeSet()
317 return uses.RemoveSameOffset(offset, temp_zone()); in RecomputeSet()
[all …]
H A Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
21 temp_zone_(temp_zone), in ValueNumberingReducer()
36 entries_ = temp_zone()->NewArray<Node*>(kInitialCapacity); in Reduce()
156 entries_ = temp_zone()->NewArray<Node*>(capacity_); in Grow()
H A Deffect-control-linearizer.h27 JSGraph* graph, Schedule* schedule, Zone* temp_zone,
35 JSGraph* graph, Schedule* schedule, Zone* temp_zone,
H A Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
31 Zone* temp_zone() const { return temp_zone_; } in NON_EXPORTED_BASE()
H A Dmemory-optimizer.cc98 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode() argument
99 ZoneQueue<Node*> queue(temp_zone); in SearchAllocatingNode()
100 ZoneSet<Node*> visited(temp_zone); in SearchAllocatingNode()
122 bool CanLoopAllocate(Node* loop_effect_phi, Zone* temp_zone) { in CanLoopAllocate() argument
127 temp_zone) != nullptr) { in CanLoopAllocate()
145 Zone* temp_zone) { in WriteBarrierAssertFailed() argument
157 allocating_node = SearchAllocatingNode(node, object_position, temp_zone); in WriteBarrierAssertFailed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dpipeline.cc1485 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1518 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1553 NodeVector cached_nodes(temp_zone); in DECL_MAIN_THREAD_PIPELINE_PHASE_CONSTANTS()
1693 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1777 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1832 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
1892 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
2065 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
2077 NodeVector roots(temp_zone); in DECL_PIPELINE_PHASE_CONSTANTS()
2091 temp_zone, data->graph(), in DECL_PIPELINE_PHASE_CONSTANTS()
[all …]
H A Dstore-store-elimination.cc167 Zone* temp_zone) in RedundantStoreFinder() argument
170 temp_zone_(temp_zone), in RedundantStoreFinder()
171 revisit_(temp_zone), in RedundantStoreFinder()
172 in_revisit_(js_graph->graph()->NodeCount(), temp_zone), in RedundantStoreFinder()
175 to_remove_(temp_zone), in RedundantStoreFinder()
177 UnobservablesSet::VisitedEmpty(temp_zone)) {} in RedundantStoreFinder()
222 Zone* temp_zone() const { return temp_zone_; } in temp_zone() function in v8::internal::compiler::__anonc4b41a440111::RedundantStoreFinder
256 AllNodes all(temp_zone(), jsgraph()->graph()); in Find()
300 return uses.Add(observation, temp_zone()); in RecomputeSet()
315 return uses.RemoveSameOffset(offset, temp_zone()); in RecomputeSet()
[all …]
H A Dscheduled-machine-lowering.cc18 JSGraph* js_graph, Schedule* schedule, Zone* temp_zone, in ScheduledMachineLowering() argument
22 graph_assembler_(js_graph, temp_zone, base::nullopt, schedule), in ScheduledMachineLowering()
24 memory_lowering_(js_graph, temp_zone, &graph_assembler_, poison_level), in ScheduledMachineLowering()
25 reducers_({&select_lowering_, &memory_lowering_}, temp_zone), in ScheduledMachineLowering()
H A Dvalue-numbering-reducer.cc17 ValueNumberingReducer::ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone) in ValueNumberingReducer() argument
21 temp_zone_(temp_zone), in ValueNumberingReducer()
36 entries_ = temp_zone()->NewArray<Node*>(kInitialCapacity); in Reduce()
156 entries_ = temp_zone()->NewArray<Node*>(capacity_); in Grow()
H A Dvalue-numbering-reducer.h19 explicit ValueNumberingReducer(Zone* temp_zone, Zone* graph_zone); in NON_EXPORTED_BASE()
31 Zone* temp_zone() const { return temp_zone_; } in NON_EXPORTED_BASE()
H A Dmemory-optimizer.cc96 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode() argument
97 ZoneQueue<Node*> queue(temp_zone); in SearchAllocatingNode()
98 ZoneSet<Node*> visited(temp_zone); in SearchAllocatingNode()
120 bool CanLoopAllocate(Node* loop_effect_phi, Zone* temp_zone) { in CanLoopAllocate() argument
125 temp_zone) != nullptr) { in CanLoopAllocate()
143 Zone* temp_zone) { in WriteBarrierAssertFailed() argument
155 allocating_node = SearchAllocatingNode(node, object_position, temp_zone); in WriteBarrierAssertFailed()

12345