Home
last modified time | relevance | path

Searched refs:LengthArray (Results 1 – 11 of 11) sorted by relevance

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Duser_boundary_history_rewriter.cc64 class LengthArray { class
88 bool Equal(const LengthArray &r) const { in Equal()
272 const LengthArray *value = in ResizeOrInsert()
273 reinterpret_cast<const LengthArray *>(storage_->Lookup(key)); in ResizeOrInsert()
275 LengthArray orig_value; in ResizeOrInsert()
312 LengthArray inserted_value; in ResizeOrInsert()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Duser_boundary_history_rewriter.cc64 class LengthArray { class
88 bool Equal(const LengthArray &r) const { in Equal()
272 const LengthArray *value = in ResizeOrInsert()
273 reinterpret_cast<const LengthArray *>(storage_->Lookup(key)); in ResizeOrInsert()
275 LengthArray orig_value; in ResizeOrInsert()
312 LengthArray inserted_value; in ResizeOrInsert()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Duser_boundary_history_rewriter.cc64 class LengthArray { class
88 bool Equal(const LengthArray &r) const { in Equal()
272 const LengthArray *value = in ResizeOrInsert()
273 reinterpret_cast<const LengthArray *>(storage_->Lookup(key)); in ResizeOrInsert()
275 LengthArray orig_value; in ResizeOrInsert()
312 LengthArray inserted_value; in ResizeOrInsert()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Duser_boundary_history_rewriter.cc64 class LengthArray { class
88 bool Equal(const LengthArray &r) const { in Equal()
272 const LengthArray *value = in ResizeOrInsert()
273 reinterpret_cast<const LengthArray *>(storage_->Lookup(key)); in ResizeOrInsert()
275 LengthArray orig_value; in ResizeOrInsert()
312 LengthArray inserted_value; in ResizeOrInsert()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Duser_boundary_history_rewriter.cc64 class LengthArray { class
88 bool Equal(const LengthArray &r) const { in Equal()
272 const LengthArray *value = in ResizeOrInsert()
273 reinterpret_cast<const LengthArray *>(storage_->Lookup(key)); in ResizeOrInsert()
275 LengthArray orig_value; in ResizeOrInsert()
312 LengthArray inserted_value; in ResizeOrInsert()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Duser_boundary_history_rewriter.cc64 class LengthArray { class
88 bool Equal(const LengthArray &r) const { in Equal()
272 const LengthArray *value = in ResizeOrInsert()
273 reinterpret_cast<const LengthArray *>(storage_->Lookup(key)); in ResizeOrInsert()
275 LengthArray orig_value; in ResizeOrInsert()
312 LengthArray inserted_value; in ResizeOrInsert()
/dports/math/gap/gap-4.11.0/lib/
H A Ddict.gi591 LengthArray := len,
601 T!.LengthArrayHalf := QuoInt(T!.LengthArray,2);
615 LengthArray := t!.LengthArray,
627 LengthArray := t!.LengthArray,
722 i := Random( 1, hash!.LengthArray );
762 index:=HashClashFct(intkey,i,hash!.LengthArray);
799 index:=HashClashFct(intkey,i,hash!.LengthArray);
821 #Print("Double from ",hash!.LengthArray,"\n");
843 hash!.LengthArray := NextPrimeInt(hash!.LengthArray * 2);
903 index:=HashClashFct(intkey,i,hash!.LengthArray);
[all …]
H A Ddict.gd503 ["KeyArray", "ValueArray", "HashFunct", "LengthArray",
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/tests/
H A Dtest_units.py14 LengthArray,
200 x = LengthArray(4.2, "ang")
255 l = LengthArray([1.0], "ang").to("bohr")
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dunits.py723 LengthArray = partial(ArrayWithUnit, unit_type="length") variable
/dports/lang/nim/nim-1.6.2/lib/
H A Dsystem.nim746 func len*(x: (type array)|array): int {.magic: "LengthArray".} =