Home
last modified time | relevance | path

Searched refs:Math (Results 226 – 239 of 239) sorted by last modified time

12345678910

/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md34 Math is hard, let's go shopping
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …ssf","_strrev","fill","c","l","pad0","v","d","t","pad_","rpad_","pad0r1","Math","round","pad0r2","…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1Math","min","res","firstByte","codePoint","bytesPerSequence","secondByte","thirdByte","fourthByte"…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md222 console.log( 'Total percent loaded: ' + Math.round( totalPercent ) );
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java365 int maximum = Math.min(width + x, maximumSize.width); in changeBounds()
375 int maximum = Math.min(height + y, maximumSize.height); in changeBounds()
388 int maximum = Math.min(boundingSize.width - x, maximumSize.width); in changeBounds()
397 int maximum = Math.min(boundingSize.height - y, maximumSize.height); in changeBounds()
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()
H A DCaptureOptionsDialog.java376 float proximity = Math.abs(sampleRate-sampleRates[0]); in CaptureOptionsDialog()
379 float prx = Math.abs(sampleRate-sampleRates[i]); in CaptureOptionsDialog()
396 …screenScaleTextField.setText(Long.toString(Math.round(owner.getCaptureConfig().getScreenScale()*10… in CaptureOptionsDialog()
397 …timeLineScaleTextField.setText(Long.toString(Math.round(owner.getCaptureConfig().getSpeedScale()*1… in CaptureOptionsDialog()
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/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 …]
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()
H A DJTableRenderer.java307 data[i][2] = (Math.random() > 0.5) ? new ImageIcon( in MyTable()
310 data[i][3] = (Math.random() > 0.5) ? new ImageIcon( in MyTable()
313 data[i][4] = (Math.random() > 0.5) ? new ImageIcon( in MyTable()
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 DEditorPalette.java209 int cols = Math.max(1, width / 55); in setPreferredWidth()
H A DEditorToolBar.java207 zoomCombo.setSelectedItem((int) Math.round(100 * view in EditorToolBar()
263 double scale = Math.min(16, Math.max(0.01, in EditorToolBar()

12345678910