Home
last modified time | relevance | path

Searched refs:_s1 (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/dports/math/linbox/linbox-1.6.3/linbox/matrix/sliced3/
H A Dsubmat-iterator.h9 size_t _s1; //stride from end of a row to beginning of next. member
12 SubMatIterator () : _me(0), _end(0), _s1(0), _s2(0) { in SubMatIterator()
16 : _me(loc), _end(loc+c), _s1(stride - c), _s2(stride) { in _me()
21 : _me(p._me), _end(p._end), _s1(p._s1), _s2(p._s2) { in SubMatIterator()
25 _me = p._me; _end = p._end; _s1 = p._s1; _s2 = p._s2;
44 std::ptrdiff_t r = n - q*(_s2 - _s1);
47 if (_end <= _me) { _me += _s1; _end += _s2; }
52 if (++_me == _end) { _me += _s1; _end += _s2; }
70 if (--_me == (_end - (_s2-_s1+1))) { _me -= _s1; _end -= _s2; }
89 size_t _s1, _s2; member
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/array/indexAccess/
H A Dbytes_index_access_memory.sol2 …function f(bytes memory _s1, uint i1, uint i2, uint i3) public returns (bytes1 c1, bytes1 c2, byte…
3 c1 = _s1[i1];
4 c2 = intern(_s1, i2);
5 c3 = internIndirect(_s1)[i3];
7 function intern(bytes memory _s1, uint i) public returns (bytes1 c) {
8 return _s1[i];
10 function internIndirect(bytes memory _s1) public returns (bytes memory) {
11 return _s1;
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/templates/
H A Dp_MemCmp.h19 const unsigned long* _s1 = ((unsigned long*) s1); \
82 _p_MemCmp_LengthTwo_Equal(0, _s1, _s2, actionE); \
90 _p_MemCmp_LengthThree_Equal(0, _s1, _s2, actionE); \
98 _p_MemCmp_LengthFour_Equal(0, _s1, _s2, actionE); \
106 _p_MemCmp_LengthFive_Equal(0, _s1, _s2, actionE); \
114 _p_MemCmp_LengthSix_Equal(0, _s1, _s2, actionE); \
122 _p_MemCmp_LengthSeven_Equal(0, _s1, _s2, actionE); \
139 _p_MemCmp_LengthGeneral_Equal(0, _s1, _s2, length, actionE); \
591 const unsigned long* _s1 = ((unsigned long*) s1); \
615 _v1 = _s1[i]; \
[all …]
H A Dp_MemAdd.h31 const unsigned long* _s1 = ((unsigned long*) s1); \
40 _p_MemSum_LengthTwo(_r, _s1, _s2); \
47 _p_MemSum_LengthThree(_r, _s1, _s2); \
54 _p_MemSum_LengthFour(_r, _s1, _s2); \
61 _p_MemSum_LengthFive(_r, _s1, _s2); \
68 _p_MemSum_LengthSix(_r, _s1, _s2); \
75 _p_MemSum_LengthSeven(_r, _s1, _s2); \
82 _p_MemSum_LengthEight(_r, _s1, _s2); \
216 _p_MemDiff_LengthTwo(_r, _s1, _s2); \
223 _p_MemDiff_LengthThree(_r, _s1, _s2); \
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DStringConcat.cs20 private string _s1, _s2, _s3, _s4; field
75 case 1: return _s1; in GetResult()
76 case 2: return string.Concat(_s1, _s2); in GetResult()
77 case 3: return string.Concat(_s1, _s2, _s3); in GetResult()
78 case 4: return string.Concat(_s1, _s2, _s3, _s4); in GetResult()
90 case 0: _s1 = s; break; in ConcatNoDelimiter()
98 strList.Add(_s1); in ConcatNoDelimiter()
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/source/
H A Dsvparam2.cc41 if (_type >= P1) _s0 = _s1 = 1.0f; in Svparam2()
42 else _s0 = _s1 = 0.0f; in Svparam2()
109 if (s != _s1) in prepare()
114 if (s > 1.4f * _s1) _s1 *= 1.25f; in prepare()
115 else if (_s1 > 1.4f * s) _s1 /= 1.25f; in prepare()
116 else _s1 = s; in prepare()
120 if (s > _s1 + 0.25f) _s1 += 0.2f; in prepare()
121 else if (s < _s1 - 0.25f) _s1 -= 0.2f; in prepare()
122 else _s1 = s; in prepare()
127 calcpar1 (nsamp, _f1, _g1, _s1); in prepare()
[all …]
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomMemOps.h33 long* _s1 = (long*) (p1); \
38 *_s1 = *_s2; \
41 _s1++; \
51 long* _s1 = (long*) (p1); \
54 *_s1++ = *_s2++; \
57 *_s1++ = *_s2++; \
58 *_s1++ = *_s2++; \
69 long* _s1 = (long*) (p1); \
74 *_s1++ = *_s2++; \
75 *_s1++ = *_s2++; \
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dspin-slider.cpp115 _s1(value, lower, upper, step_inc, climb_rate, digits, SPAttr::INVALID, tip_text1), in DualSpinSlider()
122 _s1.get_adjustment()->signal_value_changed().connect(_signal_value_changed.make_slot()); in DualSpinSlider()
124_s1.get_adjustment()->signal_value_changed().connect(sigc::mem_fun(*this, &DualSpinSlider::update_… in DualSpinSlider()
128 vb->add(_s1); in DualSpinSlider()
140 return _s1.get_as_attribute(); in get_as_attribute()
142 return _s1.get_as_attribute() + " " + _s2.get_as_attribute(); in get_as_attribute()
161 _s1.get_adjustment()->set_value(v1); in set_from_attribute()
176 return _s1; in get_spinslider1()
181 return _s1; in get_spinslider1()
196 _s1.remove_scale(); in remove_scale()
[all …]
H A Dspin-scale.cpp119_s1(label1, value, lower, upper, step_increment, page_increment, digits, SPAttr::INVALID, tip_text… in DualSpinScale()
127 _s1.get_adjustment()->signal_value_changed().connect(_signal_value_changed.make_slot()); in DualSpinScale()
129_s1.get_adjustment()->signal_value_changed().connect(sigc::mem_fun(*this, &DualSpinScale::update_l… in DualSpinScale()
134 vb->add(_s1); in DualSpinScale()
146 return _s1.get_as_attribute(); in get_as_attribute()
148 return _s1.get_as_attribute() + " " + _s2.get_as_attribute(); in get_as_attribute()
167 _s1.get_adjustment()->set_value(v1); in set_from_attribute()
182 return _s1; in get_SpinScale1()
187 return _s1; in get_SpinScale1()
209 _s2.set_value(_s1.get_value()); in update_linked()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/src/
H A DStringUtils.cc42 bool StartsWith(const std::string &_s1, const std::string &_s2) in StartsWith() argument
44 if (_s1.size() >= _s2.size()) in StartsWith()
46 return 0 == _s1.compare(0, _s2.size(), _s2); in StartsWith()
52 bool EndsWith(const std::string &_s1, const std::string &_s2) in EndsWith() argument
54 if (_s1.size() >= _s2.size()) in EndsWith()
56 return 0 == _s1.compare(_s1.size() - _s2.size(), _s2.size(), _s2); in EndsWith()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/decoders/
H A Dxa.cpp50 double _s1, _s2; member in Audio::XAStream
59 _s1 = _s2 = 0.0; in XAStream()
83 …_samples[i] = _samples[i] + _s1 * s_xaDataTable[_predictor][0] + _s2 * s_xaDataTable[_predictor][1… in readBuffer()
84 _s2 = _s1; in readBuffer()
85 _s1 = _samples[i]; in readBuffer()
129 …_samples[i] = _samples[i] + _s1 * s_xaDataTable[_predictor][0] + _s2 * s_xaDataTable[_predictor][1… in readBuffer()
130 _s2 = _s1; in readBuffer()
131 _s1 = _samples[i]; in readBuffer()
156 _s1 = _s2 = 0.0; in seekToPos()
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dxa.cpp50 double _s1, _s2; member in Audio::XAStream
59 _s1 = _s2 = 0.0; in XAStream()
83 …_samples[i] = _samples[i] + _s1 * s_xaDataTable[_predictor][0] + _s2 * s_xaDataTable[_predictor][1… in readBuffer()
84 _s2 = _s1; in readBuffer()
85 _s1 = _samples[i]; in readBuffer()
129 …_samples[i] = _samples[i] + _s1 * s_xaDataTable[_predictor][0] + _s2 * s_xaDataTable[_predictor][1… in readBuffer()
130 _s2 = _s1; in readBuffer()
131 _s1 = _samples[i]; in readBuffer()
156 _s1 = _s2 = 0.0; in seekToPos()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dxa.cpp50 double _s1, _s2; member in Audio::XAStream
59 _s1 = _s2 = 0.0; in XAStream()
83 …_samples[i] = _samples[i] + _s1 * s_xaDataTable[_predictor][0] + _s2 * s_xaDataTable[_predictor][1… in readBuffer()
84 _s2 = _s1; in readBuffer()
85 _s1 = _samples[i]; in readBuffer()
129 …_samples[i] = _samples[i] + _s1 * s_xaDataTable[_predictor][0] + _s2 * s_xaDataTable[_predictor][1… in readBuffer()
130 _s2 = _s1; in readBuffer()
131 _s1 = _samples[i]; in readBuffer()
156 _s1 = _s2 = 0.0; in seekToPos()
/dports/net/kamailio/kamailio-5.4.5/src/modules/domain/
H A Ddomain.h34 int is_from_local(struct sip_msg *_msg, char *_s1, char *_s2);
40 int is_uri_host_local(struct sip_msg *_msg, char *_s1, char *_s2);
52 int w_is_domain_local(struct sip_msg *_msg, char *_s1, char *_s2);
55 int w_lookup_domain(struct sip_msg *_msg, char *_s1, char *_s2);
56 int w_lookup_domain_no_prefix(struct sip_msg *_msg, char *_s1, char *_s2);
/dports/audio/zita-bls1/zita-bls1-0.3.3/source/
H A Dlfshelf2.cc37 _s1 (0) in LFshelf2()
86 if (s != _s1) in prepare()
89 if (s > _s1 + 0.3f) _s1 += 0.3f; in prepare()
90 else if (s < _s1 - 0.3f) _s1 -= 0.3f; in prepare()
91 else _s1 = s; in prepare()
97 calcpar1 (0, _g1, _f1, _s1); in prepare()
102 calcpar1 (nsamp, _g1, _f1, _s1); in prepare()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/fil4.lv2/src/
H A Dfilters.h35 _a = _s1 = _s2 = _z1 = _z2 = 0.0f; in init()
43 s1 = _s1; in proc()
55 _s1 = -cosf (6.283185f * f); in proc()
56 d1 = (_s1 - s1) / k; in proc()
104 float s1 () const { return _s1 * (1.f + _s2); } in s1()
111 float _s1, _s2, _a; variable
/dports/lang/php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h70 enum_mysqlnd_collected_stats _s1 = (statistic1);\
72 if (_s1 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s1, v1); \
84 enum_mysqlnd_collected_stats _s1 = (statistic1);\
87 if (_s1 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s1, v1); \
/dports/www/mod_php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h70 enum_mysqlnd_collected_stats _s1 = (statistic1);\
72 if (_s1 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s1, v1); \
84 enum_mysqlnd_collected_stats _s1 = (statistic1);\
87 if (_s1 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s1, v1); \
/dports/audio/amb-plugins/AMB-plugins-0.8.1/
H A Dambisonic2.cc116 _s1 = sinf (az); in calcpar()
117 _c2 = _c1 * _c1 - _s1 * _s1; in calcpar()
118 _s2 = 2 * _c1 * _s1; in calcpar()
136 s1 = _s1; in runproc()
147 ds = (_s1 - s1) / len; in runproc()
283 _s1 = sinf (az); in calcpar()
284 _c2 = _c1 * _c1 - _s1 * _s1; in calcpar()
285 _s2 = 2 * _c1 * _s1; in calcpar()
304 s1 = _s1; in runproc()
319 ds = (_s1 - s1) / len; in runproc()
H A Dambisonic3.cc137 _s1 = sinf (az); in calcpar()
138 _c2 = _c1 * _c1 - _s1 * _s1; in calcpar()
139 _s2 = 2 * _c1 * _s1; in calcpar()
140 _c3 = _c2 * _c1 - _s2 * _s1; in calcpar()
158 s1 = _s1; in runproc()
172 ds = (_s1 - s1) / len; in runproc()
377 _s1 = sinf (az); in calcpar()
378 _c2 = _c1 * _c1 - _s1 * _s1; in calcpar()
379 _s2 = 2 * _c1 * _s1; in calcpar()
401 s1 = _s1; in runproc()
[all …]
/dports/emulators/atari800/atari800-3.1.0/src/android/src/
H A DA800view.java130 private int _x1, _y1, _s1; field in A800view.SingleTouch
140 _s1 = 1; in onTouchEvent()
142 _s1 = 0; in onTouchEvent()
144 return NativeTouch(_x1, _y1, _s1, -1000, -1000, 0); in onTouchEvent()
149 private int _x1, _y1, _s1, _x2, _y2, _s2; field in A800view.MultiTouch
159 _s1 = 1; in onTouchEvent()
170 _s1 = _s2 = 0; in onTouchEvent()
173 _s1 = 0; in onTouchEvent()
178 return NativeTouch(_x1, _y1, _s1, _x2, _y2, _s2); in onTouchEvent()
/dports/graphics/radiance/radiance-baf2c40/src/
H A Dxoroshiro128plus.hpp44 constexpr xoroshiro128plus(uint64_t _s0, uint64_t _s1) in xoroshiro128plus()
45 : s0(_s0),s1(_s1){} in xoroshiro128plus()
49 static constexpr xoroshiro128plus sub_next(uint64_t _s0, uint64_t _s1) in sub_next()
51 return xoroshiro128plus(rotl<55>(_s0) ^ _s1 ^(_s1<<14),rotl<36>(_s1)); in sub_next()
/dports/lang/php73/php-7.3.33/ext/mysqlnd/
H A Dmysqlnd_statistics.h88 enum_mysqlnd_collected_stats _s1 = (statistic1);\
90 if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
102 enum_mysqlnd_collected_stats _s1 = (statistic1);\
105 if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dvg_libciface.h50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) argument
57 #define strcmp(_s1,_s2) VG_(strcmp)((_s1),(_s2)) argument
62 #define strncmp(_s1,_s2,_sz) VG_(strncmp)((_s1),(_s2),(_sz)) argument
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_demangle/
H A Dvg_libciface.h50 #define memcmp(_s1,_s2,_sz) VG_(memcmp)((_s1),(_s2),(_sz)) argument
57 #define strcmp(_s1,_s2) VG_(strcmp)((_s1),(_s2)) argument
62 #define strncmp(_s1,_s2,_sz) VG_(strncmp)((_s1),(_s2),(_sz)) argument

12345678910>>...36