Home
last modified time | relevance | path

Searched refs:Rehash (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dlogic_ifoperations.hh72 then_tree.Rehash(); in ConstantFolding_IfOperations()
78 else_tree.Rehash(); in ConstantFolding_IfOperations()
105 then_tree.Rehash(); in ConstantFolding_IfOperations()
111 else_tree.Rehash(); in ConstantFolding_IfOperations()
131 cond_tree.Rehash(); in ConstantFolding_IfOperations()
147 not_tree.Rehash(); in ConstantFolding_IfOperations()
153 cond_tree.Rehash(); in ConstantFolding_IfOperations()
189 changed_if.Rehash(); in ConstantFolding_IfOperations()
260 branch1.Rehash(); in ConstantFolding_IfOperations()
261 branch2.Rehash(); in ConstantFolding_IfOperations()
[all …]
H A Dtransformations.cc57 tmp.Rehash(); in ChangeIntoRootChain()
71 tmp.Rehash(); in ChangeIntoRootChain()
463 log2.Rehash(); in RecreateInversionsAndNegations()
557 mulgroup.Rehash(); in RecreateInversionsAndNegations()
571 mulgroup.Rehash(); in RecreateInversionsAndNegations()
619 mulgroup.Rehash(); in RecreateInversionsAndNegations()
646 divgroup.Rehash(); in RecreateInversionsAndNegations()
673 divgroup.Rehash(); in RecreateInversionsAndNegations()
824 mul.Rehash(); in RecreateInversionsAndNegations()
904 log.Rehash(); in RecreateInversionsAndNegations()
[all …]
H A Dlogic_collections.hh308 new_exp.Rehash(); in CollectMulGroup()
454 mul.Rehash(); in ConstantFolding_MulGrouping()
463 cbrt.Rehash(); in ConstantFolding_MulGrouping()
472 sqrt.Rehash(); in ConstantFolding_MulGrouping()
490 inv.Rehash(); in ConstantFolding_MulGrouping()
499 pow.Rehash(); in ConstantFolding_MulGrouping()
516 mul.Rehash(); in ConstantFolding_MulGrouping()
521 pow.Rehash(); in ConstantFolding_MulGrouping()
570 tmp.Rehash(); in ConstantFolding_AddGrouping()
655 group.Rehash(); in ConstantFolding_AddGrouping()
[all …]
H A Dconstantfolding.cc260 p1.Rehash(); in ConstantFolding()
265 p2.Rehash(); in ConstantFolding()
278 p1.Rehash(); in ConstantFolding()
283 p2.Rehash(); in ConstantFolding()
326 p2.Rehash(); in ConstantFolding()
339 p1.Rehash(); in ConstantFolding()
658 pow.Rehash(); in ConstantFolding()
668 abs.Rehash(); in ConstantFolding()
674 pow.Rehash(); in ConstantFolding()
689 abs.Rehash(); in ConstantFolding()
[all …]
H A Dlogic_powoperations.hh109 mulgroup.Rehash(); in ConstantFolding_PowOperations()
164 mulgroup.Rehash(); in ConstantFolding_PowOperations()
168 newpow.Rehash(false); in ConstantFolding_PowOperations()
191 newbase.Rehash(); in ConstantFolding_PowOperations()
H A Dmakebytecode.cc147 invtree.Rehash(false); in SynthesizeByteCode()
181 subtree.Rehash(false); in SynthesizeByteCode()
189 tree.Rehash(false); in SynthesizeByteCode()
272 tmp.Rehash(); in SynthesizeByteCode()
310 synthed_tree.Rehash(false); in SynthesizeByteCode()
328 synthed_tree.Rehash(false); in SynthesizeByteCode()
H A Dreadbytecode.cc197 sinh.SetOpcode(cSinh); sinh.AddParam(newnode.GetParam(0)); sinh.Rehash(); in Eat()
198 cosh.SetOpcode(cCosh); cosh.AddParamMove(newnode.GetParam(0)); cosh.Rehash(); in Eat()
203 pow.Rehash(); in Eat()
215 sin.SetOpcode(cSin); sin.AddParam(newnode.GetParam(0)); sin.Rehash(); in Eat()
216 cos.SetOpcode(cCos); cos.AddParamMove(newnode.GetParam(0)); cos.Rehash(); in Eat()
221 pow.Rehash(); in Eat()
246 pow.Rehash(); in Eat()
262 newnode.Rehash(!keep_powi); in Eat()
289 newnode.Rehash(false); in EatFunc()
H A Dhash.cc46 tree.Rehash(); in FixIncompletes()
60 void CodeTree<Value_t>::Rehash(bool constantfolding) in Rehash() function in FPoptimizer_CodeTree::CodeTree
255 template void CodeTree<type>::Rehash(bool); \
/dports/games/vavoom/vavoom-1.33/libs/core/
H A Dmap.h44 void Rehash() in Rehash() function
46 guardSlow(TMap::Rehash); in Rehash()
73 Rehash(); in Relax()
83 Rehash(); in TMap()
92 Rehash(); in TMap()
112 Rehash();
136 Rehash(); in Set()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dswiss-name-dictionary.cc42 Handle<SwissNameDictionary> SwissNameDictionary::Rehash( in Rehash() function in v8::internal::SwissNameDictionary
193 return Rehash(isolate, table, new_capacity); in Shrink()
211 void SwissNameDictionary::Rehash(IsolateT* isolate) { in Rehash() function in v8::internal::SwissNameDictionary
304 SwissNameDictionary::Rehash(LocalIsolate* isolate,
308 SwissNameDictionary::Rehash(Isolate* isolate, Handle<SwissNameDictionary> table,
311 template V8_EXPORT_PRIVATE void SwissNameDictionary::Rehash(
313 template V8_EXPORT_PRIVATE void SwissNameDictionary::Rehash(Isolate* isolate);
H A Dordered-hash-table.cc89 return Derived::Rehash(isolate, table, new_capacity); in EnsureGrowable()
304 return Base::Rehash(isolate, table, new_capacity); in Rehash()
307 MaybeHandle<OrderedHashSet> OrderedHashSet::Rehash( in Rehash() function in v8::internal::OrderedHashSet
309 return Base::Rehash(isolate, table); in Rehash()
312 MaybeHandle<OrderedHashMap> OrderedHashMap::Rehash( in Rehash() function in v8::internal::OrderedHashMap
314 return Base::Rehash(isolate, table); in Rehash()
320 return Base::Rehash(isolate, table, new_capacity); in Rehash()
327 Base::Rehash(isolate, table, new_capacity); in Rehash()
620 OrderedNameDictionary::Rehash(Isolate* isolate,
1030 SmallOrderedHashTable<SmallOrderedHashSet>::Rehash(
[all …]
H A Dordered-hash-table.h214 static MaybeHandle<Derived> Rehash(IsolateT* isolate, Handle<Derived> table);
216 static MaybeHandle<Derived> Rehash(IsolateT* isolate, Handle<Derived> table,
285 static MaybeHandle<OrderedHashSet> Rehash(Isolate* isolate,
288 static MaybeHandle<OrderedHashSet> Rehash(Isolate* isolate,
329 static MaybeHandle<OrderedHashMap> Rehash(Isolate* isolate,
332 static MaybeHandle<OrderedHashMap> Rehash(Isolate* isolate,
504 static Handle<Derived> Rehash(Isolate* isolate, Handle<Derived> table,
667 static Handle<SmallOrderedHashSet> Rehash(Isolate* isolate,
701 static Handle<SmallOrderedHashMap> Rehash(Isolate* isolate,
798 static MaybeHandle<OrderedNameDictionary> Rehash(
[all …]
/dports/java/jikes/jikes-1.22/src/
H A Dlookup.h219 void Rehash();
260 void Rehash();
515 void Rehash();
549 void Rehash();
617 void Rehash();
678 void Rehash();
729 void Rehash();
775 void Rehash();
821 void Rehash();
866 void Rehash();
H A Dlookup.cpp210 Rehash(); in InsertDirectorySymbol()
297 Rehash(); in InsertEntry()
353 Rehash(); in InsertCaseInsensitiveEntry()
455 Rehash(); in FindOrInsertName()
545 Rehash(); in InsertType()
813 Rehash(); in FindOrInsert()
1010 Rehash(); in FindOrInsert()
1107 Rehash(); in FindOrInsert()
1204 Rehash(); in FindOrInsert()
1407 Rehash(); in FindOrInsert()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_sheet_path.h146 Rehash(); in clear()
156 Rehash(); in pop_back()
163 Rehash(); in push_back()
169 void Rehash();
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dordered-hash-table.cc87 return Derived::Rehash(isolate, table, new_capacity); in EnsureGrowable()
300 return Base::Rehash(isolate, table, new_capacity); in Rehash()
303 MaybeHandle<OrderedHashSet> OrderedHashSet::Rehash( in Rehash() function in v8::internal::OrderedHashSet
305 return Base::Rehash(isolate, table); in Rehash()
308 MaybeHandle<OrderedHashMap> OrderedHashMap::Rehash( in Rehash() function in v8::internal::OrderedHashMap
310 return Base::Rehash(isolate, table); in Rehash()
316 return Base::Rehash(isolate, table, new_capacity); in Rehash()
322 Base::Rehash(isolate, table, new_capacity); in Rehash()
979 return Derived::Rehash(isolate, table, capacity / 2); in Shrink()
1032 SmallOrderedHashTable<SmallOrderedHashSet>::Rehash(
[all …]
H A Dordered-hash-table.h210 static MaybeHandle<Derived> Rehash(Isolate* isolate, Handle<Derived> table);
211 static MaybeHandle<Derived> Rehash(Isolate* isolate, Handle<Derived> table,
281 static MaybeHandle<OrderedHashSet> Rehash(Isolate* isolate,
284 static MaybeHandle<OrderedHashSet> Rehash(Isolate* isolate,
322 static MaybeHandle<OrderedHashMap> Rehash(Isolate* isolate,
325 static MaybeHandle<OrderedHashMap> Rehash(Isolate* isolate,
497 static Handle<Derived> Rehash(Isolate* isolate, Handle<Derived> table,
660 static Handle<SmallOrderedHashSet> Rehash(Isolate* isolate,
694 static Handle<SmallOrderedHashMap> Rehash(Isolate* isolate,
780 static MaybeHandle<OrderedNameDictionary> Rehash(
[all …]
/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/squirrel/
H A Dsqtable.cpp33 Rehash(false); in Remove()
49 void SQTable::Rehash(bool force) in Rehash() function in SQTable
152 Rehash(true); in NewSlot()
200 Rehash(true); in Clear()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/squirrel/
H A Dsqtable.cpp28 Rehash(false); in Remove()
44 void SQTable::Rehash(bool force) in Rehash() function in SQTable
147 Rehash(true); in NewSlot()
195 Rehash(true); in Clear()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/squirrel/
H A Dsqtable.cpp29 Rehash(false); in Remove()
46 void SQTable::Rehash(bool force) in Rehash() function in SQTable
172 Rehash(true); in NewSlot()
220 Rehash(true); in Clear()
/dports/lang/squirrel/squirrel3/squirrel/
H A Dsqtable.cpp29 Rehash(false); in Remove()
46 void SQTable::Rehash(bool force) in Rehash() function in SQTable
172 Rehash(true); in NewSlot()
220 Rehash(true); in Clear()
/dports/games/simutrans/simutrans-121.0/squirrel/squirrel/
H A Dsqtable.cc29 Rehash(false); in Remove()
46 void SQTable::Rehash(bool force) in Rehash() function in SQTable
172 Rehash(true); in NewSlot()
220 Rehash(true); in Clear()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/squirrel/
H A Dsqtable.cpp29 Rehash(false); in Remove()
46 void SQTable::Rehash(bool force) in Rehash() function in SQTable
172 Rehash(true); in NewSlot()
220 Rehash(true); in Clear()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dordered-hash-table.cc56 return Derived::Rehash(isolate, table, in EnsureGrowable()
198 MaybeHandle<Derived> OrderedHashTable<Derived, entrysize>::Rehash( in Rehash() function in v8::internal::OrderedHashTable
246 MaybeHandle<OrderedHashSet> OrderedHashSet::Rehash(Isolate* isolate, in Rehash() function in v8::internal::OrderedHashSet
249 return OrderedHashTable<OrderedHashSet, 1>::Rehash(isolate, table, in Rehash()
260 MaybeHandle<OrderedNameDictionary> OrderedNameDictionary::Rehash( in Rehash() function in v8::internal::OrderedNameDictionary
818 Handle<SmallOrderedHashSet> SmallOrderedHashSet::Rehash( in Rehash() function in v8::internal::SmallOrderedHashSet
824 Handle<SmallOrderedHashMap> SmallOrderedHashMap::Rehash( in Rehash() function in v8::internal::SmallOrderedHashMap
846 return Derived::Rehash(isolate, table, capacity / 2); in Shrink()
873 return Derived::Rehash(isolate, table, new_capacity); in Grow()
897 SmallOrderedHashTable<SmallOrderedHashSet>::Rehash(
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A Dfpoptimizer.cc2659 r.Rehash(); in ConstantFolding_LogicCommon()
2667 r.Rehash(); in ConstantFolding_LogicCommon()
2688 r.Rehash(); in ConstantFolding_LogicCommon()
3215 mul.Rehash(); in ConstantFolding_MulGrouping()
3260 pow.Rehash(); in ConstantFolding_MulGrouping()
3277 mul.Rehash(); in ConstantFolding_MulGrouping()
3282 pow.Rehash(); in ConstantFolding_MulGrouping()
3462 mul.Rehash(); in ConstantFolding_AddGrouping()
8210 tree.Rehash(); in FixIncompletes()
11766 tmp.Rehash(); in ChangeIntoRootChain()
[all …]

12345678910>>...19