Home
last modified time | relevance | path

Searched refs:_tup (Results 1 – 19 of 19) sorted by relevance

/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Ddoubledouble.py317 head, tail = self._tup
327 def _tup(self): member in _DoubleDouble
334 return self._wrap(_abs2(self._tup))
340 return self._wrap(_add2(self._tup, self._wrap(other)._tup))
343 return self._wrap(_sub2(self._tup, self._wrap(other)._tup))
346 return self._wrap(_mul2(self._tup, self._wrap(other)._tup))
349 return self._wrap(_div2(self._tup, self._wrap(other)._tup))
352 return self._wrap(_add2(self._wrap(other)._tup, self._tup))
355 return self._wrap(_sub2(self._wrap(other)._tup, self._tup))
358 return self._wrap(_mul2(self._wrap(other)._tup, self._tup))
[all …]
/dports/audio/moony-lv2/moony-0.36.0/test/
H A Dmoony_manual.lua10 local _tup = _from:tuple()
11 produce.tup(_tup)
12 _tup:pop()
22 local _tup = _to:tuple()
23 consume.tup(_from, _tup)
24 _tup:pop()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
259 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/tools/
H A Dselect_all.cpp47 static int _tup = 0; variable
90 &_tup, &_tup, 0,
243 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
253 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
253 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
266 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
266 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
266 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
266 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
266 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
253 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
253 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/tools/
H A Dselect_all.cpp54 static int _tup = 0; variable
105 (uchar**) &_tup, (uchar**) &_tup, 0,
253 if (_tup) scan_flags |= NdbScanOperation::SF_TupScan; in scanReadRecords()
/dports/devel/py-libcst/libcst-0.3.23/libcst/tests/
H A Dtest_pyre_integration.py67 node.deep_equals(name) and tup == _tup
68 for (name, _tup) in {
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/path/
H A Dremote.py21 self._tup = tuple(tup)
24 return self._tup[index]
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A Dast24.py96 def _tup(t): function
100 elts = [_tup(x) for x in t]
110 args.append(_tup(arg))
/dports/math/py-pandas/pandas-1.2.5/pandas/core/
H A Dindexing.py2198 _tup: List[Union[Hashable, slice]]
2199 _tup = [slice(None, None) for _ in range(ndim)]
2200 _tup[0] = loc
2201 return tuple(_tup)
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/data/
H A Drandom_big_bin.csv13416 …W��S�p� !6�ۧH��/�v�6z��B��6��, �%l :2Q�*���$抸2��v�ʗ����֐�_0��I�_tup� �.1�."+�V�PE��…