Home
last modified time | relevance | path

Searched refs:sp2 (Results 1 – 25 of 3029) sorted by relevance

12345678910>>...122

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsartime.c133 char *sp2, *sp3; in SARParseTimeOfDay() local
169 sp2 = lstring; in SARParseTimeOfDay()
182 sp2 = NULL; in SARParseTimeOfDay()
184 if(sp2 == NULL) in SARParseTimeOfDay()
200 sp2 = NULL; in SARParseTimeOfDay()
202 if(sp2 == NULL) in SARParseTimeOfDay()
241 char *sp2, *sp3; in SARParseLatitudeDMS() local
295 sp2 = NULL; in SARParseLatitudeDMS()
312 sp2 = NULL; in SARParseLatitudeDMS()
329 sp2 = NULL; in SARParseLatitudeDMS()
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/align/sitemask/
H A Dfind_cpg.c17 if ( sp1[pos - 1] != 'C' && sp2[pos - 1] != 'C' && in is_cpg()
18 sp1[pos + 1] == 'G' && sp2[pos + 1] == 'G' && in is_cpg()
20 if ( sp1[pos + 1] != 'G' && sp2[pos + 1] != 'G' && in is_cpg()
21 sp1[pos - 1] == 'C' && sp2[pos - 1] == 'C' && in is_cpg()
32 ( sp1[pos - 1] != 'C' && sp2[pos - 1] != 'C' && in is_non_cpg()
33 sp1[pos + 1] != 'G' && sp2[pos + 1] != 'G' ); in is_non_cpg()
38 return !is_non_cpg( sp1, sp2, pos ); in is_cpg_restricted()
45 if( func(sp1, sp2, start) ) in next()
53 int next_cpg( char * sp1, char * sp2, int start) in next_cpg() argument
55 return next( sp1, sp2, start, &is_cpg); in next_cpg()
[all …]
H A D_cpg.pyx13 def find_cpg( sp1, sp2, start ): argument
20 bytes_sp1, bytes_sp2 = sp1, sp2
34 bytes_sp1, bytes_sp2 = sp1, sp2
41 def find_non_cpg( sp1, sp2, start ): argument
48 bytes_sp1, bytes_sp2 = sp1, sp2
55 def list_cpg( sp1, sp2 ): argument
62 bytes_sp1, bytes_sp2 = sp1, sp2
74 def list_cpg_restricted( sp1, sp2 ): argument
81 bytes_sp1, bytes_sp2 = sp1, sp2
93 def list_non_cpg( sp1, sp2 ): argument
[all …]
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dreconstruct.c75 sp2 = s + lx; in recv()
96 sp2+= lx2; in recv()
107 sp2 = s+lx; in recvc()
120 sp2+= lx2; in recvc()
132 sp2 = s+lx; in recva()
152 sp2+= lx2; in recva()
163 sp2 = s+lx; in recvac()
175 sp2+= lx2; in recvac()
299 sp2 = s+lx; in rec4()
320 sp2+= lx2; in rec4()
[all …]
/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A Drecon.c618 sp2 = s+lx;
639 sp2+= lx2;
652 sp2 = s+lx;
665 sp2+= lx2;
678 sp2 = s+lx;
699 sp2+= lx2;
712 sp2 = s+lx;
739 sp2 = s+lx;
775 sp2 = s+lx;
803 sp2 = s+lx;
[all …]
/dports/devel/ppl/ppl-1.2/tests/Partially_Reduced_Product/
H A Dsmashproduct1.cc43 SProduct sp2(3, EMPTY); in test01() local
45 bool ok = (sp1 != sp2); in test01()
53 ok = (sp1 == sp2); in test01()
74 SProduct sp2 = sp1; in test02() local
285 SProduct sp2(1); in test11() local
290 bool smash_ok1 = sp1.contains(sp2) && sp1.strictly_contains(sp2); in test11()
341 SProduct sp2(3); in test12() local
386 SProduct sp2(1); in test13() local
422 SProduct sp2(3); in test14() local
487 SProduct sp2(1); in test15() local
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/
H A Dreconstruct.c633 sp2 = s + lx; in recv()
654 sp2+= lx2; in recv()
665 sp2 = s+lx; in recvc()
690 sp2 = s+lx; in recva()
721 sp2 = s+lx; in recvac()
733 sp2+= lx2; in recvac()
857 sp2 = s+lx; in rec4()
878 sp2+= lx2; in rec4()
891 sp2 = s+lx; in rec4c()
904 sp2+= lx2; in rec4c()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract_f.c52 mlib_u32 *sp2; in mlib_v_ImageChannelExtract_U8_2_1() local
97 mlib_u32 *sp2; in mlib_v_ImageChannelExtract_U8_3_2() local
215 mlib_u32 *sp2; in mlib_v_ImageChannelExtract_U8_4_2() local
257 sp2++; in mlib_v_ImageChannelExtract_U8_4_2()
266 sp2++; in mlib_v_ImageChannelExtract_U8_4_2()
275 sp2++; in mlib_v_ImageChannelExtract_U8_4_2()
297 mlib_d64 *sp2; in mlib_v_ImageChannelExtract_32_2_1() local
333 mlib_d64 *sp2; in mlib_v_ImageChannelExtract_32_3_1() local
354 sp2 += 3; in mlib_v_ImageChannelExtract_32_3_1()
376 mlib_d64 *sp2; in mlib_v_ImageChannelExtract_32_3_2() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract_f.c52 mlib_u32 *sp2; in mlib_v_ImageChannelExtract_U8_2_1() local
97 mlib_u32 *sp2; in mlib_v_ImageChannelExtract_U8_3_2() local
215 mlib_u32 *sp2; in mlib_v_ImageChannelExtract_U8_4_2() local
257 sp2++; in mlib_v_ImageChannelExtract_U8_4_2()
266 sp2++; in mlib_v_ImageChannelExtract_U8_4_2()
275 sp2++; in mlib_v_ImageChannelExtract_U8_4_2()
297 mlib_d64 *sp2; in mlib_v_ImageChannelExtract_32_2_1() local
333 mlib_d64 *sp2; in mlib_v_ImageChannelExtract_32_3_1() local
354 sp2 += 3; in mlib_v_ImageChannelExtract_32_3_1()
376 mlib_d64 *sp2; in mlib_v_ImageChannelExtract_32_3_2() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Security.Permissions/
H A DStorePermissionTest.cs201 sp2.Flags = (StorePermissionFlags) i; in Intersect_Unrestricted()
203 Assert.AreEqual (sp2.Flags, result.Flags, "target " + sp2.Flags.ToString ()); in Intersect_Unrestricted()
213 sp2.Flags = (StorePermissionFlags) i; in Intersect_Unrestricted()
215 Assert.AreEqual (sp2.Flags, result.Flags, "source " + sp2.Flags.ToString ()); in Intersect_Unrestricted()
244 sp2.Flags = (StorePermissionFlags) i; in IsSubset_None()
245 Assert.IsTrue (sp1.IsSubsetOf (sp2), "target " + sp2.Flags.ToString ()); in IsSubset_None()
253 Assert.IsFalse (sp2.IsSubsetOf (sp1), "source " + sp2.Flags.ToString ()); in IsSubset_None()
285 Assert.IsFalse (sp1.IsSubsetOf (sp2), "target " + sp2.Flags.ToString ()); in IsSubset_Unrestricted()
296 Assert.IsTrue (sp2.IsSubsetOf (sp1), "source " + sp2.Flags.ToString ()); in IsSubset_Unrestricted()
336 Assert.AreEqual (sp2.Flags, union.Flags, "target.Level " + sp2.Flags.ToString ()); in Union_None()
[all …]
/dports/lang/pcc/pcc-1.1.0/arch/i86/
H A Dcode.c191 sp2 = sp[i]; in bfcode()
192 sz = tsize(sp2->stype, sp2->sdf, sp2->sap); in bfcode()
215 sp2 = sp[i]; in bfcode()
217 if (ISSOU(sp2->stype) && sp2->sclass == REGISTER) { in bfcode()
219 sz = tsize(sp2->stype, sp2->sdf, sp2->sap); in bfcode()
235 } else if (cisreg(sp2->stype) && !ISSOU(sp2->stype) && in bfcode()
236 ((cqual(sp2->stype, sp2->squal) & VOL) == 0)) { in bfcode()
240 sp2->sdf, sp2->sap); in bfcode()
241 if (ISLONGLONG(sp2->stype)|| sp2->stype == LONG || sp2->stype == ULONG) in bfcode()
249 sp2->sdf, sp2->sap); in bfcode()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSlicing.hpp104 inline bool equal_layering(const SlicingParameters &sp1, const SlicingParameters &sp2) in equal_layering() argument
107 assert(sp2.valid); in equal_layering()
108 return sp1.base_raft_layers == sp2.base_raft_layers && in equal_layering()
109 sp1.interface_raft_layers == sp2.interface_raft_layers && in equal_layering()
110 sp1.base_raft_layer_height == sp2.base_raft_layer_height && in equal_layering()
111 sp1.interface_raft_layer_height == sp2.interface_raft_layer_height && in equal_layering()
112 sp1.contact_raft_layer_height == sp2.contact_raft_layer_height && in equal_layering()
113 sp1.contact_raft_layer_height_bridging == sp2.contact_raft_layer_height_bridging && in equal_layering()
114 sp1.layer_height == sp2.layer_height && in equal_layering()
115 sp1.min_layer_height == sp2.min_layer_height && in equal_layering()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/modules/Amber/test/2ALA/
H A Dleaprc22 { "O" "O" "sp2" }
23 { "O2" "O" "sp2" }
29 { "C" "C" "sp2" }
30 { "C*" "C" "sp2" }
31 { "CA" "C" "sp2" }
32 { "CB" "C" "sp2" }
33 { "CC" "C" "sp2" }
34 { "CN" "C" "sp2" }
35 { "CM" "C" "sp2" }
36 { "CK" "C" "sp2" }
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/modules/Amber/test/ALA/
H A Dleaprc22 { "O" "O" "sp2" }
23 { "O2" "O" "sp2" }
29 { "C" "C" "sp2" }
30 { "C*" "C" "sp2" }
31 { "CA" "C" "sp2" }
32 { "CB" "C" "sp2" }
33 { "CC" "C" "sp2" }
34 { "CN" "C" "sp2" }
35 { "CM" "C" "sp2" }
36 { "CK" "C" "sp2" }
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dbonds.py74 sp2 = list(self.site2.species.keys())[0]
76 return get_bond_order(sp1, sp2, dist, tol, default_bl)
99 sp2 = list(site2.species.keys())[0]
101 syms = tuple(sorted([sp1.symbol, sp2.symbol]))
137 if isinstance(sp2, Element):
138 sp2 = sp2.symbol
139 syms = tuple(sorted([sp1, sp2]))
189 def get_bond_length(sp1, sp2, bond_order: float = 1): argument
206 sp2 = Element(sp2) if isinstance(sp2, str) else sp2
208 all_lengths = obtain_all_bond_lengths(sp1, sp2)
[all …]
/dports/biology/garlic/garlic-1.6/
H A Dcolors.script7 ato sp2
19 ato sp2
25 ato sp2
31 ato sp2
37 ato sp2
43 ato sp2
49 ato sp2
55 ato sp2
61 ato sp2
67 ato sp2
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/storage/
H A Dstorage_file.c181 struct smf *sp2; in insfree() local
197 AZ(sp2->alloc); in insfree()
266 sp2 = malloc(sizeof *sp2); in alloc_smf()
267 XXXAN(sp2); in alloc_smf()
269 *sp2 = *sp; in alloc_smf()
276 sp2->alloc = 1; in alloc_smf()
280 return (sp2); in alloc_smf()
309 free(sp2); in free_smf()
316 (sp->ptr == sp2->ptr + sp2->size) && in free_smf()
317 (sp->offset == sp2->offset + sp2->size)) { in free_smf()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Permissions/
H A DSecurityPermissionTest.cs185 sp2.Flags = spf; in Intersect_None()
214 sp2.Flags = spf; in Intersect_Unrestricted()
220 sp2.Flags = spf; in Intersect_Unrestricted()
249 sp2.Flags = spf; in IsSubset_None()
254 sp2.Flags = spf; in IsSubset_None()
281 sp2.Flags = spf; in IsSubset_Unrestricted()
289 sp2.Flags = spf; in IsSubset_Unrestricted()
314 sp2.Flags = spf; in Union_None()
320 sp2.Flags = spf; in Union_None()
345 sp2.Flags = spf; in Union_Unrestricted()
[all …]
/dports/mail/sma/sma-1.4/
H A Dutils.c315 if (sp1->num < sp2->num) in comp_env()
317 if (sp1->num > sp2->num) in comp_env()
333 if (sp1->num < sp2->num) in comp_rel()
335 if (sp1->num > sp2->num) in comp_rel()
351 if (sp1->num < sp2->num) in comp_in()
418 if (sp1->num < sp2->num) in comp_s()
420 if (sp1->num > sp2->num) in comp_s()
429 if (sp1->num < sp2->num) in comp_r()
431 if (sp1->num > sp2->num) in comp_r()
440 if (sp1->num < sp2->num) in comp_rrel()
[all …]
/dports/lang/pcc/pcc-1.1.0/arch/i386/
H A Dcode.c196 struct symtab *sp2; local
282 sp2 = sp[i];
283 sz = tsize(sp2->stype, sp2->sdf, sp2->sap);
306 sp2 = sp[i];
308 if (ISSOU(sp2->stype) && sp2->sclass == REGISTER) {
310 sz = tsize(sp2->stype, sp2->sdf, sp2->sap);
326 } else if (cisreg(sp2->stype) && !ISSOU(sp2->stype) &&
327 ((cqual(sp2->stype, sp2->squal) & VOL) == 0) && xtemps) {
331 sp2->sdf, sp2->sap);
341 sp2->sdf, sp2->sap);
[all …]
/dports/science/openbabel/openbabel-3.1.1/data/
H A Dgaff.prm68 atom [c] ca "sp2 C in aromatic ring"
76 atom [#6X3] c2 "sp2 C in aliphatic system"
250 atom [#7X2] n2 "sp2 N"
251 atom [#7X2](=[#6])[#1] n2 "sp2 N"
252 atom [#7X2](=[#8])[F,Cl,Br,I] n2 "sp2 N"
280 atom [#7X3&H0]([#7])[F,Cl,Br,I] n2 "sp2 N"
297 atom [#7X3]-[CX3]=[O,S] n "sp2 N in amides"
309 atom [OX1] o "sp2 O"
310 atom [OX1][#16] o "sp2 O"
343 atom [SX2]=* s2 "sp2 sulphur"
[all …]
/dports/science/gromacs/gromacs-2021.4/share/top/amber03.ff/
H A Datomtypes.atp3 C 12.01000 ; sp2 C carbonyl group
4 CA 12.01000 ; sp2 C pure aromatic (benzene)
5 CB 12.01000 ; sp2 aromatic C, 5&6 membered ring junction
6 CC 12.01000 ; sp2 aromatic C, 5 memb. ring HIS
7 CK 12.01000 ; sp2 C 5 memb.ring in purines
8 CM 12.01000 ; sp2 C pyrimidines in pos. 5 & 6
11 CR 12.01000 ; sp2 arom as CQ but in HIS
35 N 14.01000 ; sp2 nitrogen in amide groups
36 NA 14.01000 ; sp2 N in 5 memb.ring w/H atom (HIS)
39 N2 14.01000 ; sp2 N in amino groups
[all …]
/dports/science/gromacs/gromacs-2021.4/share/top/amber99.ff/
H A Datomtypes.atp2 C 12.01000 ; sp2 C carbonyl group
3 CA 12.01000 ; sp2 C pure aromatic (benzene)
4 CB 12.01000 ; sp2 aromatic C, 5&6 membered ring junction
5 CC 12.01000 ; sp2 aromatic C, 5 memb. ring HIS
6 CK 12.01000 ; sp2 C 5 memb.ring in purines
7 CM 12.01000 ; sp2 C pyrimidines in pos. 5 & 6
8 CN 12.01000 ; sp2 C aromatic 5&6 memb.ring junct.(TRP)
10 CR 12.01000 ; sp2 arom as CQ but in HIS
34 N 14.01000 ; sp2 nitrogen in amide groups
38 N2 14.01000 ; sp2 N in amino groups
[all …]
/dports/science/gromacs/gromacs-2021.4/share/top/amber94.ff/
H A Datomtypes.atp2 C 12.01000 ; sp2 C carbonyl group
3 CA 12.01000 ; sp2 C pure aromatic (benzene)
4 CB 12.01000 ; sp2 aromatic C, 5&6 membered ring junction
5 CC 12.01000 ; sp2 aromatic C, 5 memb. ring HIS
6 CK 12.01000 ; sp2 C 5 memb.ring in purines
7 CM 12.01000 ; sp2 C pyrimidines in pos. 5 & 6
8 CN 12.01000 ; sp2 C aromatic 5&6 memb.ring junct.(TRP)
10 CR 12.01000 ; sp2 arom as CQ but in HIS
34 N 14.01000 ; sp2 nitrogen in amide groups
38 N2 14.01000 ; sp2 N in amino groups
[all …]
/dports/science/gromacs/gromacs-2021.4/share/top/amber96.ff/
H A Datomtypes.atp2 C 12.01000 ; sp2 C carbonyl group
3 CA 12.01000 ; sp2 C pure aromatic (benzene)
4 CB 12.01000 ; sp2 aromatic C, 5&6 membered ring junction
5 CC 12.01000 ; sp2 aromatic C, 5 memb. ring HIS
6 CK 12.01000 ; sp2 C 5 memb.ring in purines
7 CM 12.01000 ; sp2 C pyrimidines in pos. 5 & 6
8 CN 12.01000 ; sp2 C aromatic 5&6 memb.ring junct.(TRP)
10 CR 12.01000 ; sp2 arom as CQ but in HIS
34 N 14.01000 ; sp2 nitrogen in amide groups
38 N2 14.01000 ; sp2 N in amino groups
[all …]

12345678910>>...122