Home
last modified time | relevance | path

Searched refs:MStore (Results 1 – 22 of 22) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/
H A DStore.hs22 MStore(),
49 newtype MStore e = MStore (IORef (IntSet.IntSet, IntSet.IntSet, MV.IOVector e)) type
69 newStore :: IO (MStore e)
73 return (MStore new)
76 growStore :: MStore e -> IO ()
77 growStore (MStore ref) = do
85 growIfNeeded :: MStore e -> IO ()
86 growIfNeeded m@(MStore ref) = do
137 indicesM (MStore ref) = do
144 m2i (MStore ref) = do
[all …]
H A DRoomsAndClients.hs89 newtype MRoomsAndClients r c = MRoomsAndClients (MStore (Room r), MStore (Client c))
/dports/games/hedgewars/hedgewars-src-1.0.0/gameServer/
H A DStore.hs22 MStore(),
49 newtype MStore e = MStore (IORef (IntSet.IntSet, IntSet.IntSet, MV.IOVector e)) function
69 newStore :: IO (MStore e)
73 return (MStore new)
76 growStore :: MStore e -> IO ()
77 growStore (MStore ref) = do
85 growIfNeeded :: MStore e -> IO ()
86 growIfNeeded m@(MStore ref) = do
137 indicesM (MStore ref) = do
144 m2i (MStore ref) = do
[all …]
H A DRoomsAndClients.hs89 newtype MRoomsAndClients r c = MRoomsAndClients (MStore (Room r), MStore (Client c))
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dassociative_list.cpp130 MStore (key, valueC, false); in ParseStringRepresentation()
249 result->MStore (*(_String*)avl.Retrieve(key_value.get_index()), in Random()
477 if (!MStore (sr, inObject, repl, opCode)) { in MStore()
485 MStore (&f,inObject, repl); in MStore()
492 MStore (pair.key, pair.payload, true); in operator <<()
495 MStore (next_index, pair.payload, true); in operator <<()
505 MStore (pair.key, pair.payload, false); in operator <()
508 MStore (next_index, pair.payload, false); in operator <()
515 void _AssociativeList::MStore (const _String& obj, const _String& info) { in MStore() function in _AssociativeList
517 MStore (obj, inf, false); in MStore()
[all …]
H A Dtopology.cpp1398 result->MStore (kMPScore, new _Constant (total_score), false); in MaximumParsimony()
1399 result->MStore (kMPLabels, inferred_labels, false); in MaximumParsimony()
1401 result->MStore (kMPOutNodeScore, node_scores, false); in MaximumParsimony()
1707 ctl->MStore (nodeName, new _Constant (T1), false); in FindCOT()
1734 resList->MStore (kCOTCDF, &cotCDFPoints, true); in FindCOT()
1735 resList->MStore (kCOTToNode, ctl, false); in FindCOT()
2187 nodeList->MStore ("Children", childList, false); in AVLRepresentation()
2195 headerList->MStore ("Root", new _Constant(rootIndex), false); in AVLRepresentation()
2196 masterList->MStore ("0", headerList, false); in AVLRepresentation()
3643 resultList->MStore ("CLUSTERS", result, false); in SplitsIdentity()
[all …]
H A Dparser2.cpp395 …mmx->MStore (hC, vC, rhsValue, (code==HY_FORMULA_FORMULA_VALUE_INCREMENT)?HY_OP_CODE_ADD:HY_OP_COD… in ExecuteFormula()
398 …mmx->MStore (hC, vC, newF, (code==HY_FORMULA_FORMULA_VALUE_INCREMENT)?HY_OP_CODE_ADD:HY_OP_CODE_NO… in ExecuteFormula()
405 mmx->MStore (hC,vC, newP); in ExecuteFormula()
412 …mma->MStore (coordMx, rhsValue, true, (code==HY_FORMULA_FORMULA_VALUE_INCREMENT)?HY_OP_CODE_ADD:HY… in ExecuteFormula()
416 …mma->MStore (coordMx, newF.Compute(), true, (code==HY_FORMULA_FORMULA_VALUE_INCREMENT)?HY_OP_CODE_… in ExecuteFormula()
1043 … mmx->MStore (&hC, &vC, newF, (twoToken && s.get_char(i-1) =='+')?HY_OP_CODE_ADD:HY_OP_CODE_NONE); in Parse()
1051 …mma->MStore (coordIdx, newF.Compute(),true, (twoToken && s.get_char(i-1) =='+')?HY_OP_CODE_ADD:HY_… in Parse()
H A Dbatchlanruntime.cpp525 parameterInfo->MStore ("SEQUENCE_MAP", new _Matrix (map), false); in HandleGetDataInfo()
526 … parameterInfo->MStore ("UNIQUE_COUNTS", new _Matrix (counts), false); in HandleGetDataInfo()
1114 pairwise_alignment->MStore ("1", new _FString(result1), false); in HandleAlignSequences()
1115 pairwise_alignment->MStore ("2", new _FString(result2), false); in HandleAlignSequences()
1116 pairwise_alignment->MStore ("0", new _Constant (score), false); in HandleAlignSequences()
1117 aligned_strings->MStore (_String((long)index2-1L), pairwise_alignment, false); in HandleAlignSequences()
1147 pairwise_alignment->MStore ("1", new _FString (new _String( str1r )), false); in HandleAlignSequences()
1148 pairwise_alignment->MStore ("2", new _FString (new _String( str2r )), false); in HandleAlignSequences()
1154 pairwise_alignment->MStore ("0", new _Constant (score), false); in HandleAlignSequences()
1155 aligned_strings->MStore (_String((long)index2-1L), pairwise_alignment, false); in HandleAlignSequences()
[all …]
H A Dbatchlan2.cpp500 theList->MStore (&arrayKey,mxEntry,false); in InsertVarIDsInList()
521 theList->MStore (&arrayKey,mxEntry,false); in InsertStringListIntoAVL()
H A Dmatrix.cpp2381 definedCache->MStore (&aKey, cachedValues, false); in ScanForVariables2()
6546 void _Matrix::MStore (long ind1, long ind2, _Formula& f, long opCode) { in MStore() function in _Matrix
6574 void _Matrix::MStore (long ind1, long ind2, HBLObjectRef value, long opCode) { in MStore() function in _Matrix
6605 void _Matrix::MStore (HBLObjectRef p, HBLObjectRef p2, _Formula& f, long opCode) in MStore() function in _Matrix
6609 MStore (ind1,ind2,f, opCode); in MStore()
6614 void _Matrix::MStore (HBLObjectRef p, HBLObjectRef p2, HBLObjectRef poly) in MStore() function in _Matrix
6618 MStore (ind1,ind2,poly); in MStore()
6623 void _Matrix::MStore (long ind1, long ind2, HBLObjectRef poly) { in MStore() function in _Matrix
H A Dbatchlan.cpp1103 profileDump->MStore ("INSTRUCTION INDEX", instCounter, false); in CollectProfile()
1104 profileDump->MStore ("INSTRUCTION", descList, false); in CollectProfile()
1105 profileDump->MStore ("STATS", execProfile, false); in CollectProfile()
H A Dlikefunc2.cpp1343 …result->MStore (_String("Compute Template"), new _FString((_String*)(computeT?computeT->toStr(kFor… in CollectLFAttributes()
H A Ddataset.cpp1433 …mapping->MStore(*(_String *)id_mapping.Retrieve (filter_key_value.get_index()), *(_String*)filter_… in StoreADataSet()
H A Dlikefunc.cpp4983 … parameters-> MStore (*GetIthIndependentName(i), new _Constant (GetIthIndependent(i, false)));
5973 mapMethod->MStore (&varKeyName, &varMapMethod, true);
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dassociative_list.h118 …bool MStore (_String*, HBLObjectRef, bool = true, long = HY_OP_CODE…
119 …void MStore (HBLObjectRef, HBLObjectRef, bool = true, long = HY_OP_CODE…
122 void MStore (const _String& , HBLObjectRef, bool = true);
131 void MStore (const _String& , const _String&);
H A Dmatrix.h232 void MStore (long, long, _Formula&, long = -1);
233 void MStore (long, long, HBLObjectRef, long);
243 void MStore (HBLObjectRef, HBLObjectRef, _Formula&, long = HY_OP_CODE_NONE);
253 void MStore (long, long, HBLObjectRef);
254 void MStore (HBLObjectRef, HBLObjectRef, HBLObjectRef);
/dports/biology/hyphy/hyphy-2.5.33/src/mains/
H A Dunix.cpp571 kwargs.MStore(key, replacement_list, false); in ProcessKWStr()
574 kwargs.MStore(key, new _FString (conf2), false); in ProcessKWStr()
/dports/biology/hyphy/hyphy-2.5.33/src/new/
H A Dbayesgraph2.cpp324 cache_export->MStore (&aKey, orphan_score, true); // make a dynamic copy in ExportCache()
327 … cache_export->MStore (&aKey, single_parent_scores, true); // make a dynamic copy in ExportCache()
330 cache_export->MStore (&aKey, family_scores, true); // make a dynamic copy in ExportCache()
H A Dscfg.cpp989 theList->MStore (kAddSCFGInfoStats, stats, false); in AddSCFGInfo()
991 theList->MStore (kAddSCFGInfoProbabilities, stats, true); in AddSCFGInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4896 const auto *MStore = cast<MaskedStoreSDNode>(Op); in lowerMaskedStore() local
4897 Val = MStore->getValue(); in lowerMaskedStore()
4898 Mask = MStore->getMask(); in lowerMaskedStore()
/dports/editors/lazarus/docs/chm/
H A Drtl.xct9210 0MStore
9221 0MStore
9267 0MStore
9484 3MStore
/dports/editors/lazarus-qt5/docs/chm/
H A Drtl.xct9210 0MStore
9221 0MStore
9267 0MStore
9484 3MStore