Home
last modified time | relevance | path

Searched refs:Math (Results 26 – 50 of 239) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaGraphComponent.java49 double diff = Math.abs(start.getCenterX() in SchemaGraphComponent()
126 y = (int) Math.max(terminal.getY() + 22, terminal.getY() in getColumnLocation()
127 + Math.min(terminal.getHeight() - 20, 30 + dy in getColumnLocation()
H A DSchemaEditorToolBar.java110 zoomCombo.setSelectedItem((int) Math.round(100 * view in SchemaEditorToolBar()
166 double scale = Math.min(16, Math.max(0.01, in SchemaEditorToolBar()
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCombination.php37 namespace Hoa\Math\Test\Unit\Combinatorics\Combination;
39 use Hoa\Math\Combinatorics\Combination as CUT;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php37 namespace Hoa\Math\Test\Unit;
41 use Hoa\Math\Visitor\Arithmetic as CUT;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php17 namespace phpseclib3\Math;
20 use phpseclib3\Math\BinaryField\Integer;
21 use phpseclib3\Math\Common\FiniteField;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php30 use phpseclib3\Math\BigInteger;
31 use phpseclib3\Math\PrimeField;
32 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md5 - Replace `**` with Math.pow, eg `x ** y` produces the same result as Math.pow(x,y)
15 Math.imul = Math.imul || function(a, b) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP;
H A DMontgomery.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Montgomery as Progenitor;
/plugin/combo/ComboStrap/
H A DColorRgb.php437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight));
438 $targetGreen = self::round(Math::lerp($color2->getGreen(), $this->getGreen(), $weight));
439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight));
454 $targetRed = self::round(Math::unlerp($color2->getRed(), $this->getRed(), $weight));
458 $targetGreen = self::round(Math::unlerp($color2->getGreen(), $this->getGreen(), $weight));
462 $targetBlue = self::round(Math::unlerp($color2->getBlue(), $this->getBlue(), $weight));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java244 …int volume = (int) (20.0*Math.log10(coeff*audioSamples[Math.min(i, audioSamples.length-1)]+1)/DECI… in paintAudio()
344 cellWidth = (int) Math.round(aspectRatio*cellHeight); in MovieEditorDialog()
347 toolTipImageWidth = (int) Math.round(aspectRatio*toolTipImageHeight); in MovieEditorDialog()
350 cellHeight = (int) Math.round((double) cellWidth/aspectRatio); in MovieEditorDialog()
353 toolTipImageHeight = (int) Math.round((double) toolTipImageWidth/aspectRatio); in MovieEditorDialog()
423 maxVolume = Math.max(maxVolume, Math.abs(sampleBuffer[ch][i])); in MovieEditorDialog()
425 …frameEntries[idx].audioSamples[asidx] = Math.max(Math.abs(sampleBuffer[ch][i]), frameEntries[idx].… in MovieEditorDialog()
440 coeff = Math.pow(10.0, DECIBELS_PER_PIXEL*(MEDIAN-1)/20.0)/maxVolume; in MovieEditorDialog()
900 double scale = Math.min(xScale, yScale); in buildUI()
938 …normalizeVolumeCheckBox.setText("Normalize volume (+"+Math.round(Math.log10(NORMALIZED_LEVEL/maxVo… in buildUI()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/
H A DFiniteField.php15 namespace phpseclib3\Math\Common;
/plugin/findologicxmlexport/vendor/hoa/math/Exception/
H A DAlreadyDefinedConstant.php37 namespace Hoa\Math\Exception;
H A DUnknownConstant.php37 namespace Hoa\Math\Exception;
H A DUnknownFunction.php37 namespace Hoa\Math\Exception;
H A DUnknownVariable.php37 namespace Hoa\Math\Exception;
H A DException.php37 namespace Hoa\Math\Exception;
/plugin/findologicxmlexport/vendor/hoa/math/
H A DUtil.php37 namespace Hoa\Math;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php15 namespace phpseclib3\Math\Common\FiniteField;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
H A DRandom.php37 namespace Hoa\Math\Test\Unit\Sampler;
39 use Hoa\Math\Sampler\Random as CUT;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A Dsect113r1.php19 use phpseclib3\Math\BigInteger;
H A Dsect163r1.php19 use phpseclib3\Math\BigInteger;
H A Dsect163r2.php19 use phpseclib3\Math\BigInteger;

12345678910