Home
last modified time | relevance | path

Searched refs:_sn (Results 1 – 25 of 86) sorted by relevance

1234

/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dstddev.H40 _sn = sn;
49 double s0 = _sn; in insert()
59 _sn = s0 + (val - m0) * (val - _mn); in insert()
66 double s0 = _sn - (val - m0) * (val - _mn); in remove()
84 _sn = s0; in remove()
88 _sn = stddev(); in finalize()
102 return(_sn * _sn); in variance()
104 return((_nn < 2) ? (0.0) : (_sn / (_nn-1))); in variance()
109 return(_sn); in stddev()
116 double _sn; // "sum of variances" variable
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dlntransport.py143 o = self._sn
144 self._sn += 1
145 if self._sn == 1000:
147 self._sn = 0
152 self._sn = 0
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/
H A DWORequestHandler.m334 - (void)addCookiesForSession:(WOSession *)_sn
343 if (![_sn storesIDsInCookies])
370 value = [_sn isTerminating]
372 : [_sn sessionID];
377 domain:[_sn domainForIDCookies]
378 expires:[_sn expirationDateForIDCookies]
H A DWORequestHandler+private.h32 - (void)addCookiesForSession:(WOSession *)_sn
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/
H A DWORequestHandler.m334 - (void)addCookiesForSession:(WOSession *)_sn
343 if (![_sn storesIDsInCookies])
370 value = [_sn isTerminating]
372 : [_sn sessionID];
377 domain:[_sn domainForIDCookies]
378 expires:[_sn expirationDateForIDCookies]
H A DWORequestHandler+private.h32 - (void)addCookiesForSession:(WOSession *)_sn
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-spell.c230 int _sn, _bn; errr r; in get_spell() local
233 if (!(r = get_spell_by_name(&_bn, &_sn, bookless ? FALSE : TRUE, FALSE, FALSE))) in get_spell()
236 i = _sn; in get_spell()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dpart.h131 int _sn; variable
159 void setSn(int n) { _sn = n; } in setSn()
161 int sn() const { return _sn; } in sn()
H A Dpart.cpp174 _clonemaster_sn = this->_sn; in unchainClone()
198 this->_clonemaster_sn = p->_sn; in chainClone()
413 _sn = newSn(); in Part()
414 _clonemaster_sn = _sn; in Part()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dplamp.m13 sn_name = strcat(samname,"_sn.txt");
72 sn2_name = strcat(samname2,"_sn.txt");
H A Dcodec2_demo.m32 sn_name = strcat(samname,"_sn.txt");
H A Dplnlp.m9 sn_name = strcat(samname,"_sn.txt");
H A Dpllpcpf.m23 sn_name = strcat(samname,"_sn.txt");
H A Dnewamp1_fbf.m31 sn_name = strcat(samname,"_sn.txt");
H A Dplphase.m9 sn_name = strcat(samname,"_sn.txt");
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/
H A Dpdu_storage.ex64 pdus = for {_sn, {_ex, pdu}} <- ETS.tab2list(storage.by_sequence_number), do: pdu
/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Drotor.h145 std::vector<std::vector<double> > _sn,_cs,_t; //!< the rotation matrix (see Precalc()) variable
330 …Set(coordinates, _sn[conformer][idx], _cs[conformer][idx], _t[conformer][idx], _invmag[conformer]); in Set()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/apps/iodemo/
H A Dio_demo.cc287 _server(NULL), _conn(NULL), _sn(0), _data_size(0), _chunk_cnt(0) { in IoWriteResponseCallback()
295 _sn = sn; in init()
305 _server->send_io_message(_conn, IO_COMP, _sn, _data_size); in operator ()()
313 uint32_t _sn; member in DemoServer::IoWriteResponseCallback
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_event.h153 …te_subclass(_e, _eid, _sn) switch_event_create_subclass_detailed(__FILE__, (const char * )__SWITCH… argument
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Daudio-subs.c63 struct _sn {
120 struct _sn sn;
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/SoObjects/
H A DSoObjectRequestHandler.m492 session:(WOSession *)_sn
504 if (_sn) [self debugWithFormat:@"session 0x%p: %@", _sn, _sn];
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/SoObjects/
H A DSoObjectRequestHandler.m492 session:(WOSession *)_sn
504 if (_sn) [self debugWithFormat:@"session 0x%p: %@", _sn, _sn];
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dnhwc_pooling.hpp38 size_t strided_offset(const int _n, const size_t _sn, const int _d,
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dnhwc_pooling.hpp38 size_t strided_offset(const int _n, const size_t _sn, const int _d,
/dports/devel/dparser/dparser-1.31/
H A Dparse.c30 #define ref_sn(_sn) \ argument
32 (_sn)->refcount++; \
38 #define unref_sn(_p, _sn) \ argument
40 if (!--(_sn)->refcount) free_SNode(_p, _sn); \
44 #define ref_sn(_sn) argument
46 #define unref_sn(_p, _sn) argument

1234