Home
last modified time | relevance | path

Searched refs:spg (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dsymmtry.cxx387 if (spg[0][0] == 'd' && spg[1][0] == 'd' && spg[2][0] == 'd') { in orthorhombic()
392 if (spg[0][0] == 'n' && spg[1][0] == 'n' && spg[2][0] == 'n') { in orthorhombic()
397 if (spg[0][0] == 'b' && spg[1][0] == 'a' && spg[2][0] == 'n') { in orthorhombic()
403 if (spg[0][0] == 'n' && spg[1][0] == 'n' && spg[2][0] == 'b') { in orthorhombic()
409 if (spg[0][0] == 'c' && spg[1][0] == 'n' && spg[2][0] == 'a') { in orthorhombic()
415 if (spg[0][0] == 'm' && spg[1][0] == 'm' && spg[2][0] == 'n') { in orthorhombic()
421 if (spg[0][0] == 'm' && spg[1][0] == 'n' && spg[2][0] == 'm') { in orthorhombic()
427 if (spg[0][0] == 'n' && spg[1][0] == 'm' && spg[2][0] == 'm') { in orthorhombic()
433 if (spg[0][0] == 'c' && spg[1][0] == 'c' && spg[2][0] == 'a') { in orthorhombic()
439 if (spg[0][0] == 'c' && spg[1][0] == 'c' && spg[2][0] == 'b') { in orthorhombic()
[all …]
/dports/math/gap/gap-4.11.0/pkg/format-1.4.3/lib/
H A Dcovering.gi42 spg := SpecialPcgs( g );
71 system.sph := spg;
77 # Add(system.Ffirst, LGHeads(spg)[2] - LGFirst(spg)[2] + Length(index));
81 spg{[ head..Length(spg) ]} ) );
101 localspcgs[i] := NormalizedPcgs( spg, InducedPcgs( spg, locals[i] ) );
192 spg{[ hhead..Length(spg) ]} ) );
245 max := Length( spg );
291 spg{[ head..Length(spg) ]} ) );
296 for i in [Position(LGFirst( spg ), head)..Length(LGFirst( spg ))-1] do
303 pcgsN := InducedPcgsByPcSequenceNC( spg, spg{[first..max]} );
[all …]
H A Dnormalizer.gi12 function( spg, pcgs )
191 for head in LGHeads( spg ){ [ 2 .. Length( LGHeads( spg ) ) ] } do
277 pcgsN := InducedPcgsByPcSequenceNC( spg, spg{[first..max]} );
278 pcgsM := InducedPcgsByPcSequenceNC( spg, spg{[next..max]} );
371 max := Length( spg );
381 localspcgs[i] := NormalizedPcgs( spg, InducedPcgs( spg, locals[i] ) );
394 system.sph := spg;
409 p := LGWeights( spg )[LGFirst( spg )[i]][3];
423 if LGFirst( spg )[i] in LGTails( spg ) then
427 j := Position( LGTails( spg ), LGFirst( spg )[i] );
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Dcelldlg.cc322 if (!spg || spg->GetId () < 143 || spg->GetId () > 194) in OnTypeChanged()
340 if (!spg || spg->GetId () < 75 || spg->GetId () > 142 || name[0] != 'P') in OnTypeChanged()
344 if (!spg || spg->GetId () < 75 || spg->GetId () > 142 || name[0] != 'I') in OnTypeChanged()
366 if (!spg || spg->GetId () < 16 || spg->GetId () > 74 || name[0] != 'P') in OnTypeChanged()
370 if (!spg || spg->GetId () < 16 || spg->GetId () > 74 || name[0] != 'I') in OnTypeChanged()
374 if (!spg || spg->GetId () < 16 || spg->GetId () > 74 || name[0] != 'F') in OnTypeChanged()
390 if (!spg || spg->GetId () < 143 || spg->GetId () > 194) in OnTypeChanged()
404 if (!spg || spg->GetId () < 3 || spg->GetId () > 16 || name[0] != 'P') in OnTypeChanged()
408 if (!spg || spg->GetId () < 3 || spg->GetId () > 16 || name[0] == 'P') in OnTypeChanged()
423 if (!spg || spg->GetId () > 2) in OnTypeChanged()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/pages/
H A Dimportpages.cpp1032 for (QDomElement spg = spf.firstChildElement(); !spg.isNull(); spg = spg.nextSiblingElement()) in parseDocReference() local
1130 if (!spg.isNull()) in parseStyleSheets()
1139 if (!spg.isNull()) in parseStyleSheets()
1148 if (!spg.isNull()) in parseStyleSheets()
1230 if (!spg.isNull()) in parseStyleSheets()
1239 if (!spg.isNull()) in parseStyleSheets()
1248 if (!spg.isNull()) in parseStyleSheets()
1257 if (!spg.isNull()) in parseStyleSheets()
1339 if (!spg.isNull()) in parseStyleSheets()
1701 … for (QDomElement spg = spf.firstChildElement(); !spg.isNull(); spg = spg.nextSiblingElement()) in parseObjReference() local
[all …]
/dports/science/py-ase/ase-3.22.0/ase/spacegroup/
H A Dspacegroup.py627 spg._no = no
628 spg._symbol = symbol.strip()
629 spg._setting = setting
644 spg._subtrans = np.array(
653 spg._nsymop = nsym
655 spg._translations = symop[:, 9:]
876 spg._nsubtrans = spg._subtrans.shape[0]
878 spg._rotations, spg._translations = parse_sitesym(sitesym)
887 if spg._rotations.shape[0] != spg._translations.shape[0]:
890 spg._nsymop = spg._rotations.shape[0]
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.sonymobile.com13 Disallow: /spg.jsp
14 Disallow: /global-en/spg.jsp
15 Disallow: /se/spg.jsp
16 Disallow: /ch-fr/spg.jsp
17 Disallow: /au/spg.jsp
18 Disallow: /it/spg.jsp
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/python/spglib/
H A Dspglib.py35 from . import _spglib as spg unknown
45 return tuple(spg.version())
353 num_atom_std = spg.standardize_cell(lattice,
389 num_atom_std = spg.refine_cell(lattice,
416 num_atom_prim = spg.primitive(lattice,
500 if spg.ir_reciprocal_mesh(
554 if spg.stabilized_reciprocal_mesh(
576 spg.grid_points_by_rotations(
596 spg.BZ_grid_points_by_rotations(
639 num_bz_ir = spg.BZ_grid_address(
[all …]
/dports/science/spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py35 from . import _spglib as spg unknown
48 return tuple(spg.version())
448 num_atom_std = spg.standardize_cell(lattice,
485 num_atom_std = spg.refine_cell(lattice,
513 num_atom_prim = spg.primitive(lattice,
616 if spg.ir_reciprocal_mesh(
690 if spg.stabilized_reciprocal_mesh(
745 spg.grid_points_by_rotations(
806 spg.BZ_grid_points_by_rotations(
864 num_bz_ir = spg.BZ_grid_address(
[all …]
/dports/science/py-spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py35 from . import _spglib as spg unknown
48 return tuple(spg.version())
448 num_atom_std = spg.standardize_cell(lattice,
485 num_atom_std = spg.refine_cell(lattice,
513 num_atom_prim = spg.primitive(lattice,
616 if spg.ir_reciprocal_mesh(
690 if spg.stabilized_reciprocal_mesh(
745 spg.grid_points_by_rotations(
806 spg.BZ_grid_points_by_rotations(
864 num_bz_ir = spg.BZ_grid_address(
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/symmetry/
H A Dgroups.py235 for spg in SpaceGroup.SYMM_OPS:
236 if int_symbol in [spg["hermann_mauguin"], spg["universal_h_m"]]:
244 self.point_group = spg["schoenflies"]
245 self.int_number = spg["number"]
318 for spg in SpaceGroup.SYMM_OPS:
321 re.split(r"\(|:", spg["universal_h_m"])[0],
323 int_number = spg["number"]
326 for spg in SpaceGroup.SYMM_OPS:
327 if int_number == spg["number"]:
328 symbols.append(spg["hermann_mauguin"])
[all …]
/dports/science/clipper/clipper-2.1/clipper/mtz/
H A Dmap_io.cpp55 int dtyp, nsec, spg; in open_read() local
58 …rfms, grid, &gfms0[0], &gfms1[0], &gfms0[1], &gfms1[1], &gfms0[2], &nsec, &spg, cp, &min, &max, &m… in open_read()
178 int dtyp, nsec, spg; in import_xmap() local
220 int dtyp, nsec, spg; in export_xmap() local
225 spg = xmap.spacegroup().descr().spacegroup_number(); // spacegroup in export_xmap()
228 switch ( spg ) { in export_xmap()
250 …r(), title, dtyp, orderfms, grid, gfms0[0], gfms1[0], gfms0[1], gfms1[1], gfms0[2], nsec, spg, cp); in export_xmap()
295 int dtyp, nsec, spg; in import_nxmap() local
337 int dtyp, nsec, spg; in export_nxmap() local
342 spg = 1; // spacegroup in export_nxmap()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/
H A Dsprite_he.cpp70 if (spg->scaling) { in getSpriteBounds()
71 x1 = spi->tx * spg->scale_x_ratio_mul / spg->scale_x_ratio_div - spr_wiz_x + spg->tx; in getSpriteBounds()
72 y1 = spi->ty * spg->scale_y_ratio_mul / spg->scale_y_ratio_div - spr_wiz_y + spg->ty; in getSpriteBounds()
1074 spg->priority = 0; in resetGroup()
1075 spg->tx = spg->ty = 0; in resetGroup()
1077 spg->flags &= ~kSGFClipBox; in resetGroup()
1080 spg->image = 0; in resetGroup()
1081 spg->scaling = 0; in resetGroup()
1287 if (spg->scaling) { in processImages()
1288 wiz.img.x1 = spi->tx * spg->scale_x_ratio_mul / spg->scale_x_ratio_div - spr_wiz_x + spg->tx; in processImages()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/
H A Dsprite_he.cpp70 if (spg->scaling) { in getSpriteBounds()
71 x1 = spi->tx * spg->scale_x_ratio_mul / spg->scale_x_ratio_div - spr_wiz_x + spg->tx; in getSpriteBounds()
72 y1 = spi->ty * spg->scale_y_ratio_mul / spg->scale_y_ratio_div - spr_wiz_y + spg->ty; in getSpriteBounds()
1074 spg->priority = 0; in resetGroup()
1075 spg->tx = spg->ty = 0; in resetGroup()
1077 spg->flags &= ~kSGFClipBox; in resetGroup()
1080 spg->image = 0; in resetGroup()
1081 spg->scaling = 0; in resetGroup()
1287 if (spg->scaling) { in processImages()
1288 wiz.img.x1 = spi->tx * spg->scale_x_ratio_mul / spg->scale_x_ratio_div - spr_wiz_x + spg->tx; in processImages()
[all …]
/dports/x11-fonts/font-manager/font-manager-0.8.7/src/font-manager/preferences/
H A DDesktop.vala183 var spg = new SubpixelGeometry();
184 spg_revealer.add(spg);
185 spg.show();
186 spg.options[0].hide();
187 spg.rgba = _settings.get_enum(setting.key);
188 spg.notify["rgba"].connect(() => {
189 _settings.set_enum(setting.key, spg.rgba);
195 if (spg.rgba != new_value)
196 spg.rgba = new_value;
/dports/science/py-spglib/spglib-1.16.2/ruby/
H A DsymPoscar.rb57 spgnum, spg, hallnum, hall_symbol, setting, t_mat, o_shift,
63 print "#{spg.strip} (#{spgnum})"
65 puts "#{spg.strip} (#{spgnum}) / #{ptg_symbol} / #{hall_symbol.strip} (#{hallnum}) / #{setting}"
293 spgnum, spg, hallnum, hall_symbol, setting, t_mat, o_shift,
296 …puts "#{i + 1}: #{spg.strip} (#{spgnum}) / #{ptg_symbol} / #{hall_symbol.strip} (#{hallnum}) / #{s…
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/ruby/
H A DsymPoscar.rb57 spgnum, spg, hallnum, hall_symbol, setting, t_mat, o_shift,
63 print "#{spg.strip} (#{spgnum})"
65 puts "#{spg.strip} (#{spgnum}) / #{ptg_symbol} / #{hall_symbol.strip} (#{hallnum}) / #{setting}"
293 spgnum, spg, hallnum, hall_symbol, setting, t_mat, o_shift,
296 …puts "#{i + 1}: #{spg.strip} (#{spgnum}) / #{ptg_symbol} / #{hall_symbol.strip} (#{hallnum}) / #{s…
/dports/science/spglib/spglib-1.16.2/ruby/
H A DsymPoscar.rb57 spgnum, spg, hallnum, hall_symbol, setting, t_mat, o_shift,
63 print "#{spg.strip} (#{spgnum})"
65 puts "#{spg.strip} (#{spgnum}) / #{ptg_symbol} / #{hall_symbol.strip} (#{hallnum}) / #{setting}"
293 spgnum, spg, hallnum, hall_symbol, setting, t_mat, o_shift,
296 …puts "#{i + 1}: #{spg.strip} (#{spgnum}) / #{ptg_symbol} / #{hall_symbol.strip} (#{hallnum}) / #{s…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/
H A Dsample_and_watermark.go53 func (spg SampleAndWaterMarkPairGenerator) Generate(waiting1, executing1 float64, labelValues []str…
55 …RequestsWaiting: spg.urGenerator.Generate(0, waiting1, append([]string{labelValueWaiting}, label…
56 …RequestsExecuting: spg.urGenerator.Generate(0, executing1, append([]string{labelValueExecuting}, l…
60 func (spg SampleAndWaterMarkPairGenerator) metrics() Registerables {
61 return spg.urGenerator.metrics()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/util/flowcontrol/metrics/
H A Dsample_and_watermark.go53 func (spg SampleAndWaterMarkPairGenerator) Generate(waiting1, executing1 float64, labelValues []str…
55 …RequestsWaiting: spg.urGenerator.Generate(0, waiting1, append([]string{labelValueWaiting}, label…
56 …RequestsExecuting: spg.urGenerator.Generate(0, executing1, append([]string{labelValueExecuting}, l…
60 func (spg SampleAndWaterMarkPairGenerator) metrics() Registerables {
61 return spg.urGenerator.metrics()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/pat/
H A Dcpa-test.c45 long lpg, gpg, spg, exec; member
54 s->lpg = s->gpg = s->spg = s->exec = 0; in print_split()
82 s->spg++; in print_split()
96 s->spg, s->lpg, s->gpg, s->exec, in print_split()
101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/pat/
H A Dcpa-test.c45 long lpg, gpg, spg, exec; member
54 s->lpg = s->gpg = s->spg = s->exec = 0; in print_split()
82 s->spg++; in print_split()
96 s->spg, s->lpg, s->gpg, s->exec, in print_split()
101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/pat/
H A Dcpa-test.c45 long lpg, gpg, spg, exec; member
54 s->lpg = s->gpg = s->spg = s->exec = 0; in print_split()
82 s->spg++; in print_split()
96 s->spg, s->lpg, s->gpg, s->exec, in print_split()
101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/edit/
H A DTextFlowEdit.as450 … the method fails and returns false because a spg cannot own children of the same class as itself.…
479 //splitting a spg which is contained within the same type of spg as the curFBE's parent.
526 // part way through it - so that a) does into parent and b) goes into spg
567 * <spg><span>ABCDEF</span></spg>
572 * <spg><span>ABC</span><span>DEF</span></spg>
576 * <spg><span>ABC</span></spg><spg><span>DEF</span></spg>
730 //add them to the newSPB because a spg cannot contain a child of the same class
758 // since <b> is a spg, we need to walk it's contents and remove any <a> elements
829 …* embedded within another spg and this removal would break the parent spg, then the method does no…
834 …* Because E is a child of a spg (tcy), and removing the link from E would split the parent spg (l…
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/fio/
H A Dtest_cif.py483 spg = blocks[0].get_spacegroup(False)
484 assert int(spg) == 166
485 assert spg.setting == ref_setting

12345678910>>...19