Home
last modified time | relevance | path

Searched refs:bigcell (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dcquthesis.cwl20 \bigcell{content}#t
/dports/math/aribas/aribas-1.64/src/
H A Daritaux.c166 struct bigcell *big;
181 big = (struct bigcell *)TAddress(p);
796 struct bigcell *big;
806 big = (struct bigcell *)TAddress(ptr);
H A Dstorage.c494 struct bigcell *ptr;
583 struct bigcell *big;
615 struct bigcell *big;
640 struct bigcell *big;
H A Dalloc.c958 len = ((struct bigcell *)ptr)->len;
H A Dcommon.h541 struct bigcell { /* for big integers or gf2nint's */ struct
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/tests/
H A Dtest_tensors.py226 bigcell = self.structure.copy()
227 bigcell.make_supercell([2, 2, 3])
228 trans_tensor = self.fit_r4.structure_transform(self.structure, bigcell)