Home
last modified time | relevance | path

Searched refs:neg (Results 26 – 31 of 31) sorted by path

12

/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js23544 var neg = isToLength ? 0 : -value;
23545 return [value, value, neg, neg];
23583 var neg = isToLength ? 0 : -n;
23584 return [n, n, n, n, n, n, neg, neg];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js554 var neg = _.max([1, 2, 3], function(num){ return -num; });
555 assert.equal(neg, 1, 'can perform a computation-based max');
599 var neg = _.min([1, 2, 3], function(num){ return -num; });
600 assert.equal(neg, 3, 'can perform a computation-based min');
/plugin/sphinxsearch-was/
H A Dsphinxapi.php307 $neg = "";
313 $neg = "-";
321 return $neg . bcadd(bcadd($lo, bcmul($hi, "4294967296")), $c);
341 return $neg . sprintf("%.0f", (float)$l);
342 return $neg . $h . $l;
/plugin/sphinxsearch/
H A Dsphinxapi.php320 $neg = "";
327 $neg = "-";
335 return $neg . bcadd ( bcadd ( $lo, bcmul ( $hi, "4294967296" ) ), $c );
356 return $neg . sprintf( "%.0f", (float)$l );
357 return $neg . $h . $l;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js30096 BN.prototype.neg = function neg() {
31805 res = this.neg().divmod(num.neg(), mode);
32612 Red.prototype.neg = function neg(a) {
33780 BN.prototype.neg = function neg() {
35494 res = this.neg().divmod(num.neg(), mode);
36315 Red.prototype.neg = function neg(a) {
46343 Point.prototype.neg = function neg() {
46710 a2 = r.neg();
46723 b1 = b1.neg();
46989 Point.prototype.neg = function neg(_precompute) {
[all …]

12