Home
last modified time | relevance | path

Searched refs:_si (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/dports/shells/bash/bash-5.1/include/
H A Dshmbutil.h327 mblength = mbrlen ((_src) + (_si), (_srcend) - ((_src)+(_si)), &state); \
345 # define COPY_CHAR_I(_dst, _di, _src, _srcend, _si) _dst[_di++] = _src[_si++] argument
370 mblength = mbrlen ((_src) + (_si), (_slen) - (_si), &state); \
417 mblength = mbrlen ((_src) + (_si), (_srcend) - ((_src) + (_si)), &state); \
430 (_si) += mblength; \
435 (_si)++; \
441 *(_dst)++ = _src[(_si)]; \
442 (_si)++
463 mblength = mbrlen ((_src) + (_si), (_srcsize) - (_si), &state); \
503 mblength = mbrlen ((_src) + (_si), (_srcsize) - (_si), &state); \
[all …]
/dports/lang/huc/huc-3.21/include/pce/
H A Dsprites.inc20 stw #\2,<_si
48 stz <_si+1
53 rol <_si+1
54 sta <_si
58 addw #\2,<_si
72 sta [_si],Y
81 sta [_si],Y
94 sta [_si]
99 sta [_si]
103 sta [_si],Y
[all …]
H A Dhuc_math.asm24 __stw <_si
37 __stw <_si
42 adc [_si],Y
53 __stw <_si
58 sbc [_si],Y
69 __stw <_si
103 __stw <_si
154 __stw <_si
155 ora <_si
238 __stw <_si
[all …]
H A Dlibrary.asm1433 incw <_si
1453 lda [_si]
1457 incw <_si
1469 lda [_si]
1473 incw <_si
1491 incw <_si
1507 sub [_si]
1517 incw <_si
1532 sub [_si]
1544 incw <_si
[all …]
H A Dhuc_bram.asm518 lda [_si],Y
522 lda [_si],Y
587 sta [_si],Y
591 sta [_si],Y
628 sta [_si]
631 sta [_si],Y
634 add [_si]
638 adc [_si],Y
810 lda [_si]
852 cmp [_si]
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/units/
H A Dcds.py36 from astropy.constants import si as _si unknown
51 (['a0'], _si.a0, "Bohr radius"),
58 (['atm'], _si.atm, "atmosphere"),
65 (['c'], _si.c, "speed of light", ['p']),
78 (['G'], _si.G, "Gravitation constant"),
85 (['\\h'], _si.h, "Planck constant"),
93 (['k'], _si.k_B, "Boltzmann"),
100 (['me'], _si.m_e, "electron mass"),
105 (['mp'], _si.m_p, "proton mass"),
108 (['muB'], _si.muB, "Bohr magneton"),
[all …]
H A Dastrophys.py11 from astropy.constants import si as _si unknown
29 def_unit(['pc', 'parsec'], _si.pc, namespace=_ns, prefixes=True,
32 def_unit(['solRad', 'R_sun', 'Rsun'], _si.R_sun, namespace=_ns,
36 _si.R_jup, namespace=_ns, prefixes=False, doc="Jupiter radius",
39 def_unit(['earthRad', 'R_earth', 'Rearth'], _si.R_earth, namespace=_ns,
44 def_unit(['lyr', 'lightyear'], (_si.c * si.yr).to(si.m),
46 def_unit(['lsec', 'lightsecond'], (_si.c * si.s).to(si.m),
53 def_unit(['solMass', 'M_sun', 'Msun'], _si.M_sun, namespace=_ns,
57 _si.M_jup, namespace=_ns, prefixes=False, doc="Jupiter mass",
73 (_si.Ryd * _si.c * _si.h.to(si.eV * si.s)).to(si.eV),
[all …]
H A Dequivalencies.py11 from astropy.constants import si as _si unknown
120 hc = _si.h.value * _si.c.value
128 (si.Hz, si.J, lambda x: _si.h.value * x, lambda x: x / _si.h.value),
612 factor = (2 * _si.k_B * si.K * nu**2 / _si.c**2).to(astrophys.Jy).value
616 factor = (astrophys.Jy / (2 * _si.k_B * nu**2 / _si.c**2)).to(si.K).value
624 factor = (2 * _si.k_B * si.K * nu**2 / _si.c**2).to(astrophys.Jy).value
628 factor = (astrophys.Jy / (2 * _si.k_B * nu**2 / _si.c**2)).to(si.K).value
702 x = _si.h * nu / _si.k_B / T_cmb
706 factor = (f(nu) * 2 * _si.k_B * si.K * nu**2 / _si.c**2).to_value(astrophys.Jy)
735 (si.K, si.eV, lambda x: x / (_si.e.value / _si.k_B.value),
[all …]
H A Dmisc.py11 from astropy.constants import si as _si unknown
51 def_unit(['Torr', 'torr'], _si.atm.value/760. * si.Pa, namespace=_ns,
59 def_unit(['M_p'], _si.m_p, namespace=_ns, doc="Proton mass",
61 def_unit(['M_e'], _si.m_e, namespace=_ns, doc="Electron mass",
64 def_unit(['u', 'Da', 'Dalton'], _si.u, namespace=_ns,
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dsaveload.cpp93 uint16 _si; in doLoadGame() local
94 for (_si = 0; _si < _vm->_numLocations; _si++) { in doLoadGame()
96 Common::strlcpy(_vm->_locationNames[_si], s.c_str(), 32); in doLoadGame()
99 _vm->_localFlags[_si] = atoi(s.c_str()); in doLoadGame()
106 for (_si = 0; _si < 30; _si++) { in doLoadGame()
164 for (uint16 _si = 0; _si < _vm->_numLocations; _si++) { in doSaveGame() local
165 sprintf(s, "%s\n%u\n", _vm->_locationNames[_si], _vm->_localFlags[_si]); in doSaveGame()
170 for (uint16 _si = 0; _si < 30; _si++) { in doSaveGame() local
171 item = _vm->getInventoryItem(_si); in doSaveGame()
H A Dparser_ns.cpp234 uint16 _si = 1; in DECLARE_ANIM_PARSER() local
238 _si++; in DECLARE_ANIM_PARSER()
750 _si++; in parseCommandFlags()
752 _si++; in parseCommandFlags()
758 _si++; in parseCommandFlags()
760 _si++; in parseCommandFlags()
964 int _si = 1; in DECLARE_LOCATION_PARSER() local
967 _si++; in DECLARE_LOCATION_PARSER()
998 _si++; in DECLARE_LOCATION_PARSER()
1000 _si++; in DECLARE_LOCATION_PARSER()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dsaveload.cpp93 uint16 _si; in doLoadGame() local
94 for (_si = 0; _si < _vm->_numLocations; _si++) { in doLoadGame()
96 Common::strlcpy(_vm->_locationNames[_si], s.c_str(), 32); in doLoadGame()
99 _vm->_localFlags[_si] = atoi(s.c_str()); in doLoadGame()
106 for (_si = 0; _si < 30; _si++) { in doLoadGame()
164 for (uint16 _si = 0; _si < _vm->_numLocations; _si++) { in doSaveGame() local
165 sprintf(s, "%s\n%u\n", _vm->_locationNames[_si], _vm->_localFlags[_si]); in doSaveGame()
170 for (uint16 _si = 0; _si < 30; _si++) { in doSaveGame() local
171 item = _vm->getInventoryItem(_si); in doSaveGame()
H A Dparser_ns.cpp234 uint16 _si = 1; in DECLARE_ANIM_PARSER() local
238 _si++; in DECLARE_ANIM_PARSER()
750 _si++; in parseCommandFlags()
752 _si++; in parseCommandFlags()
758 _si++; in parseCommandFlags()
760 _si++; in parseCommandFlags()
964 int _si = 1; in DECLARE_LOCATION_PARSER() local
967 _si++; in DECLARE_LOCATION_PARSER()
998 _si++; in DECLARE_LOCATION_PARSER()
1000 _si++; in DECLARE_LOCATION_PARSER()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DMEdge.h17 char _si[2]; // sorted indices variable
23 _si[0] = _si[1] = 0; in MEdge()
30 _si[0] = 1; in MEdge()
31 _si[1] = 0; in MEdge()
34 _si[0] = 0; in MEdge()
35 _si[1] = 1; in MEdge()
40 MVertex *getSortedVertex(std::size_t i) const { return _v[int(_si[i])]; } in getSortedVertex()
41 MVertex *getMinVertex() const { return _v[int(_si[0])]; } in getMinVertex()
42 MVertex *getMaxVertex() const { return _v[int(_si[1])]; } in getMaxVertex()
59 std::swap(_si[0], _si[1]); in alignWith()
/dports/math/py-claripy/claripy-9.0.5405/claripy/vsa/
H A Dvalueset.py213 self._si = self._si.union(region_base_addr + si)
255 vs._si = self._si.copy()
313 new_vs._si = self._si.__add__(other)
360 new_vs._si = self._si.__sub__(other)
383 new_vs._si = self._si.__mod__(other)
589 merged_vs._si = merged_vs._si.union(b._si)
595 merged_vs._si = merged_vs._si.union(b)
610 merged_vs._si = merged_vs._si.widen(b._si)
616 merged_vs._si = merged_vs._si.widen(b)
634 vs._si = vs._si.intersection(b._si)
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DVirtualFeatureSource.cpp42 _si = _sources.begin(); in VirtualFeatureCursor()
69 if ( _si == _sources.end() ) in advance()
73 if ( _si == _sources.begin() && !_si_cursor.valid() ) in advance()
75 _si_cursor = _si->_source->createFeatureCursor( _query, _progress.get() ); in advance()
82 if ( ++_si == _sources.end() ) in advance()
86 _si_cursor = _si->_source->createFeatureCursor( _query, _progress.get() ); in advance()
93 if ( !_si->_predicate.valid() || _si->_predicate->acceptFeature( f ) ) in advance()
101 FeatureSourceMappingVector::iterator _si; // points to current source member
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Ddecomposer.h68 : _current(&_si) in Decomposer()
73 _si.clear(); in begin()
74 _si <<= type; in begin()
79 _si.setName(name); in setName()
84 formatEach( _si, formatter ); in format()
88 SerializationInfo _si;
H A Ddeserializerbase.h63 _current = &_si; in begin()
64 _si.clear(); in begin()
70 _si.clear(); in clear()
74 { return &_si; } in si()
77 { return &_si; } in si()
109 SerializationInfo _si;
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/dcerpc/msrpc/
H A Dnetdfs.java56 int _si = _dst.index; in encode() local
59 _dst = _dst.derive(_si); in encode()
73 int _si = _src.index; in decode() local
80 _src = _src.derive(_si); in decode()
222 int _si = _dst.index; in encode() local
225 _dst = _dst.derive(_si); in encode()
239 int _si = _src.index; in decode() local
295 int _si = _dst.index; in encode() local
312 int _si = _src.index; in decode() local
371 int _si = _dst.index; in encode() local
[all …]
/dports/devel/py-qutip/qutip-4.6.2/qutip/tests/
H A Dtest_control_pulseoptim.py61 _si = qutip.identity(2) variable
83 initial=_si,
89 _qft_controls = [0.5*qutip.tensor(_sx, _si), 0.5*qutip.tensor(_sy, _si),
90 0.5*qutip.tensor(_si, _sx), 0.5*qutip.tensor(_si, _sy)]
101 _ising_system = (0.9*qutip.tensor(_sx, _si) + 0.7*qutip.tensor(_si, _sx)
102 + 0.8*qutip.tensor(_sz, _si) + 0.9*qutip.tensor(_si, _sz))
113 - qutip.tensor(_project_0, _si)
114 - qutip.tensor(_si, _project_0.dag()))
115 _l_adc_controls = [1j * (qutip.tensor(_si, _sz) - qutip.tensor(_sz, _si)),
116 1j * (qutip.tensor(_si, _sx) - qutip.tensor(_sx, _si))]
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dmapview_common.h112 int _t##_xi, _t##_yi, _t##_si, _t##_di; \
136 _t##_si = _t##_xi + _t##_yi; \
149 _c->tile[0] = map_pos_to_tile((_t##_si - 6) / 4, \
151 _c->tile[1] = map_pos_to_tile((_t##_si - 2) / 4, \
153 _c->tile[2] = map_pos_to_tile((_t##_si - 2) / 4, \
155 _c->tile[3] = map_pos_to_tile((_t##_si - 6) / 4, \
172 if (_t##_si % 4 == 0) { \
174 _e->tile[0] = map_pos_to_tile((_t##_si - 4) / 4, \
176 _e->tile[1] = map_pos_to_tile((_t##_si - 4) / 4, \
180 _e->tile[0] = map_pos_to_tile((_t##_si - 6) / 4, \
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dmapview_common.h112 int _t##_xi, _t##_yi, _t##_si, _t##_di; \
136 _t##_si = _t##_xi + _t##_yi; \
149 _c->tile[0] = map_pos_to_tile((_t##_si - 6) / 4, \
151 _c->tile[1] = map_pos_to_tile((_t##_si - 2) / 4, \
153 _c->tile[2] = map_pos_to_tile((_t##_si - 2) / 4, \
155 _c->tile[3] = map_pos_to_tile((_t##_si - 6) / 4, \
172 if (_t##_si % 4 == 0) { \
174 _e->tile[0] = map_pos_to_tile((_t##_si - 4) / 4, \
176 _e->tile[1] = map_pos_to_tile((_t##_si - 4) / 4, \
180 _e->tile[0] = map_pos_to_tile((_t##_si - 6) / 4, \
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/
H A DBinaryObjectInfo.cs24 internal SerializationInfo _si = null; field in System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo
54 _si = null; in InternalInit()
95 _si = new SerializationInfo(_objectType, converter); in InitSerialize()
109 ((ISerializable)obj).GetObjectData(_si, context); in InitSerialize()
174 siEnum = _si.GetEnumerator(); in InitSiWrite()
177 infoLength = _si.MemberCount; in InitSiWrite()
184 string fullTypeName = _si.FullTypeName; in InitSiWrite()
185 string assemblyString = _si.AssemblyName; in InitSiWrite()
188 if (!_si.IsFullTypeNameSetExplicit) in InitSiWrite()
195 if (!_si.IsAssemblyNameSetExplicit) in InitSiWrite()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dad7791.c67 #define __AD7991_CHANNEL(_si, _channel1, _channel2, _address, _bits, \ argument
81 .scan_index = (_si), \
91 #define AD7991_SHORTED_CHANNEL(_si, _channel, _address, _bits, \ argument
93 __AD7991_CHANNEL(_si, _channel, _channel, _address, _bits, \
97 #define AD7991_CHANNEL(_si, _channel, _address, _bits, \ argument
99 __AD7991_CHANNEL(_si, _channel, -1, _address, _bits, \
103 #define AD7991_DIFF_CHANNEL(_si, _channel1, _channel2, _address, _bits, \ argument
105 __AD7991_CHANNEL(_si, _channel1, _channel2, _address, _bits, \
109 #define AD7991_SUPPLY_CHANNEL(_si, _channel, _address, _bits, _storagebits, \ argument
111 __AD7991_CHANNEL(_si, _channel, -1, _address, _bits, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dad7791.c67 #define __AD7991_CHANNEL(_si, _channel1, _channel2, _address, _bits, \ argument
81 .scan_index = (_si), \
91 #define AD7991_SHORTED_CHANNEL(_si, _channel, _address, _bits, \ argument
93 __AD7991_CHANNEL(_si, _channel, _channel, _address, _bits, \
97 #define AD7991_CHANNEL(_si, _channel, _address, _bits, \ argument
99 __AD7991_CHANNEL(_si, _channel, -1, _address, _bits, \
103 #define AD7991_DIFF_CHANNEL(_si, _channel1, _channel2, _address, _bits, \ argument
105 __AD7991_CHANNEL(_si, _channel1, _channel2, _address, _bits, \
109 #define AD7991_SUPPLY_CHANNEL(_si, _channel, _address, _bits, _storagebits, \ argument
111 __AD7991_CHANNEL(_si, _channel, -1, _address, _bits, \

12345678910>>...36