Home
last modified time | relevance | path

Searched refs:Math (Results 1 – 25 of 239) sorted by relevance

12345678910

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java474 int count = (int) Math in paintComponent()
494 xe += (int) Math.ceil(stepping); in paintComponent()
503 int ix = (int) Math.round(xx); in paintComponent()
509 ix += (int) Math.round(stepping / 4); in paintComponent()
512 ix += (int) Math.round(stepping / 4); in paintComponent()
515 ix += (int) Math.round(stepping / 4); in paintComponent()
523 ye += (int) Math.ceil(stepping); in paintComponent()
532 int iy = (int) Math.round(y); in paintComponent()
543 iy += (int) Math.round(stepping / 4); in paintComponent()
546 iy += (int) Math.round(stepping / 4); in paintComponent()
[all …]
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.orig1Math.PI/180*s,r=Math.cos(a),h=Math.sin(a);t.forEach((t=>{const[e,s]=t;t[0]=(e-n)*r-(s-o)*h+n,t[1]=…
H A Drough.js.modified10 Math.imul = Math.imul || function(a, b) {
91 return Math.sqrt(Math.pow(e[0] - s[0], 2) + Math.pow(e[1] - s[1], 2));
505 … _h4 = [c[0] + _e12 * Math.cos(u) + i * Math.cos(u), c[1] + _e12 * Math.sin(u) + i * Math.sin(u)],
506 … _l3 = [c[0] + _r3 * Math.cos(u) + i * Math.cos(u), c[1] + _r3 * Math.sin(u) + i * Math.sin(u)];
557 … _u2 = [_i7[0] + _r4 * Math.cos(c + Math.PI / 4), _i7[1] + _r4 * Math.sin(c + Math.PI / 4)];
580 …return this.seed ? (Math.pow(2, 31) - 1 & (this.seed = Math.imul(48271, this.seed))) / Math.pow(2,…
1004 return [t * Math.cos(s) - e * Math.sin(s), t * Math.sin(s) + e * Math.cos(s)];
1046 if (Math.abs(k) > 120 * Math.PI / 180) {
1153 var n = Math.sqrt(2 * Math.PI * Math.sqrt((Math.pow(t / 2, 2) + Math.pow(e / 2, 2)) / 2)),
1202 f += 2 * Math.PI, d += 2 * Math.PI;
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java63 imageLocation = new Point(Math.max(0, x), Math.max(0, y)); in grabImage()
120 int newMinX = Math.min(x-grabRange, this.x); in merge()
121 int newMinY = Math.min(y-grabRange, this.y); in merge()
122 int newMaxX = Math.max(x+grabRange, this.x+this.width); in merge()
123 int newMaxY = Math.max(y+grabRange, this.y+this.height); in merge()
143 int newMinX = Math.min(region.x, this.x); in merge()
144 int newMinY = Math.min(region.y, this.y); in merge()
145 int newMaxX = Math.max(region.x+region.width, this.x+this.width); in merge()
146 int newMaxY = Math.max(region.y+region.height, this.y+this.height); in merge()
/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DSampler.php37 namespace Hoa\Math\Sampler;
40 use Hoa\Math; alias
145 throw new Math\Exception(
161 throw new Math\Exception(
218 throw new Math\Exception(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\Engine;
19 use phpseclib3\Math\BigInteger\Engines\PHP;
20 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\PowerOfTwo;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor;
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php18 namespace phpseclib3\Math;
20 use phpseclib3\Math\Common\FiniteField;
21 use phpseclib3\Math\PrimeField\Integer;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath;
19 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\OpenSSL as Progenitor;
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett;
H A DBuiltIn.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath;
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php37 namespace Hoa\Math\Bin;
42 use Hoa\Math; alias
91 $visitor = new Math\Visitor\Arithmetic();
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md19 # Hoa\Math
23 …ge/documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Math)
28 [Learn more](https://central.hoa-project.net/Documentation/Library/Math).
67 The `hoa://Library/Math/Arithmetic.pp` describes the form of an arithmetical
71 `Hoa\Math\Visitor\Arithmetic` class.
76 new Hoa\File\Read('hoa://Library/Math/Arithmetic.pp')
80 $visitor = new Hoa\Math\Visitor\Arithmetic();
153 [hack book of `Hoa\Math`](https://central.hoa-project.net/Documentation/Library/Math) contains
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DClassic.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
H A DPowerOfTwo.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\GMP;
18 use phpseclib3\Math\BigInteger\Engines\GMP;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php40 use Hoa\Math; alias
91 $this->_sampler = new Math\Sampler\Random();
200 $Γ = new Math\Combinatorics\Combination\Gamma(
239 $Γ = new Math\Combinatorics\Combination\Gamma($α, $n);
260 $out = Math\Util::δ($n, 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php31 use phpseclib3\Math\BigInteger;
32 use phpseclib3\Math\PrimeField;
33 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines;
19 use phpseclib3\Math\BigInteger;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCartesianProduct.php37 namespace Hoa\Math\Test\Unit\Combinatorics\Combination;
39 use Hoa\Math\Combinatorics\Combination\CartesianProduct as CUT;
H A DGamma.php37 namespace Hoa\Math\Test\Unit\Combinatorics\Combination;
39 use Hoa\Math\Combinatorics\Combination\Gamma as CUT;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php37 namespace Hoa\Math\Test\Unit\Visitor;
41 use Hoa\Math as LUT;
42 use Hoa\Math\Visitor\Arithmetic as CUT;
209 $context = new \Mock\Hoa\Math\Context(),
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php37 namespace Hoa\Math\Visitor;
39 use Hoa\Math; alias
77 public function setContext(Math\Context $context)
342 $this->_context = new Math\Context();

12345678910