Home
last modified time | relevance | path

Searched refs:Scale (Results 1 – 25 of 10436) sorted by relevance

12345678910>>...418

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jstat/
H A DScale.java54 public static final Scale RAW = new Scale("raw", 1);
64 public static final Scale KILO = new Scale("K", 1024);
69 public static final Scale MEGA = new Scale("M", 1024*1024);
89 public static final Scale PICO = new Scale("p", 10.0E-12);
94 public static final Scale NANO = new Scale("n", 10.0E-9);
99 public static final Scale MICRO = new Scale("u", 10.0E-6);
104 public static final Scale MILLI = new Scale("m", 10.0E-3);
114 public static final Scale NSEC = new Scale("ns", 10.0E-9);
119 public static final Scale USEC = new Scale("us", 10.0E-6);
129 public static final Scale SEC = new Scale("s", 1);
[all …]
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/generated/
H A Dgtk-scale.adb50 Gtk.Scale.Initialize_Hscale (Scale, Adjustment);
65 Gtk.Scale.Initialize_Hscale (Scale, Min, Max, Step);
80 Gtk.Scale.Initialize (Scale, Orientation, Adjustment);
93 Gtk.Scale.Initialize_Hscale (Scale, Adjustment);
108 Gtk.Scale.Initialize_Hscale (Scale, Min, Max, Step);
121 Gtk.Scale.Initialize_Vscale (Scale, Adjustment);
136 Gtk.Scale.Initialize_Vscale (Scale, Min, Max, Step);
166 Gtk.Scale.Initialize (Scale, Orientation, Adjustment);
195 Gtk.Scale.Initialize_Vscale (Scale, Adjustment);
210 Gtk.Scale.Initialize_Vscale (Scale, Min, Max, Step);
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/generated/
H A Dgtk-scale.adb35 package body Gtk.Scale is
45 (Scale : out Gtk_Hscale;
50 Gtk.Scale.Initialize_Hscale (Scale, Adjustment);
58 (Scale : out Gtk_Hscale;
65 Gtk.Scale.Initialize_Hscale (Scale, Min, Max, Step);
73 (Scale : out Gtk_Vscale;
78 Gtk.Scale.Initialize_Vscale (Scale, Adjustment);
86 (Scale : out Gtk_Vscale;
93 Gtk.Scale.Initialize_Vscale (Scale, Min, Max, Step);
241 (Scale : System.Address;
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Dimages_list.cpp47 imageList->Add(wxBitmap(wxImage(house_xpm).Scale(16, 16))); in navtree_images_list()
52 imageList->Add(wxBitmap(wxImage(help_xpm).Scale(16, 16))); in navtree_images_list()
53 imageList->Add(wxBitmap(wxImage(filter_xpm).Scale(16, 16))); in navtree_images_list()
54 imageList->Add(wxBitmap(wxImage(car_xpm).Scale(16, 16))); in navtree_images_list()
70 imageList->Add(wxBitmap(wxImage(flag_xpm).Scale(16, 16))); in navtree_images_list()
72 imageList->Add(wxBitmap(wxImage(about_xpm).Scale(16, 16))); in navtree_images_list()
73 imageList->Add(wxBitmap(wxImage(clock_xpm).Scale(16, 16))); in navtree_images_list()
74 imageList->Add(wxBitmap(wxImage(cat_xpm).Scale(16, 16))); in navtree_images_list()
75 imageList->Add(wxBitmap(wxImage(dog_xpm).Scale(16, 16))); in navtree_images_list()
76 imageList->Add(wxBitmap(wxImage(trees_xpm).Scale(16, 16))); in navtree_images_list()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/euclid/src/
H A Dscale.rs48 Scale(x, PhantomData) in new()
85 impl<T: Mul<T, Output = T>, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
88 fn mul(self, other: Scale<T, B, C>) -> Scale<T, A, C> { in mul()
97 fn add(self, other: Scale<T, Src, Dst>) -> Scale<T, Src, Dst> { in add()
106 fn sub(self, other: Scale<T, Src, Dst>) -> Scale<T, Src, Dst> { in sub()
286 Scale::new(self.get()) in clone()
306 use super::Scale;
314 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
315 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
323 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/math/PDL/PDL-2.019/Graphics/TriD/TriD/
H A DGraph.pm125 $this->{Scale} = [];
170 ($this->{Scale}[$i][1] - $this->{Scale}[$i][0]) ;
235 $this->{Center} = [$this->{Scale}[0][0]+($this->{Scale}[0][1]-$this->{Scale}[0][0])/2,
252 $this->{Scale}[2][0] = $this->{Scale}[2][1];
284 ($this->{Scale}[0][1] - $this->{Scale}[0][0])
288 ($this->{Scale}[1][1] - $this->{Scale}[1][0]);
344 $this->{Center} = [$this->{Scale}[0][0]+($this->{Scale}[0][1]-$this->{Scale}[0][0])/2,
345 $this->{Scale}[1][0]+($this->{Scale}[1][1]-$this->{Scale}[1][0])/2];
361 $this->{Scale}[2][0] = $this->{Scale}[2][1];
393 ($this->{Scale}[0][1] - $this->{Scale}[0][0])
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dscale.rs47 impl<T, Src, Dst> Scale<T, Src, Dst> { impl
50 Scale(x, PhantomData) in new()
141 Scale::new(-self.get()) in inverse()
262 impl<T: Mul, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
317 Scale::new(self.get()) in clone()
350 Scale::new(T::one()) in one()
356 use super::Scale;
364 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
365 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
382 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/euclid-0.20.10/src/
H A Dscale.rs47 impl<T, Src, Dst> Scale<T, Src, Dst> { impl
50 Scale(x, PhantomData) in new()
141 Scale::new(-self.get()) in inverse()
262 impl<T: Mul, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
317 Scale::new(self.get()) in clone()
350 Scale::new(T::one()) in one()
356 use super::Scale;
364 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
365 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
382 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/euclid-0.20.0/src/
H A Dscale.rs47 Scale(x, PhantomData) in new()
71 impl<T: Clone + Mul<T, Output = T>, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
74 fn mul(self, other: Scale<T, B, C>) -> Scale<T, A, C> { in mul()
83 fn add(self, other: Scale<T, Src, Dst>) -> Scale<T, Src, Dst> { in add()
92 fn sub(self, other: Scale<T, Src, Dst>) -> Scale<T, Src, Dst> { in sub()
164 Scale::new(self.get()) in clone()
184 use super::Scale;
192 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
193 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
201 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dscale.cc40 Scale::Scale(Orientation orientation) in Scale() function in Gtk::Scale
48 Scale::Scale(const Glib::RefPtr<Adjustment>& adjustment, Orientation orientation) in Scale() function in Gtk::Scale
276 Scale::Scale(const Glib::ConstructParams& construct_params) in Scale() function in Gtk::Scale
282 Scale::Scale(GtkScale* castitem) in Scale() function in Gtk::Scale
289 Scale::Scale(Scale&& src) noexcept in Scale() function in Gtk::Scale
293 Scale& Scale::operator=(Scale&& src) noexcept in operator =()
299 Scale::~Scale() noexcept in ~Scale()
304 Scale::CppClassType Scale::scale_class_; // initialize static member
306 GType Scale::get_type() in get_type()
318 Scale::Scale() in Scale() function in Gtk::Scale
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Collections/
H A DScale.sc1 Scale {
294 ScaleAD : Scale {
339 + Scale {
380 \partch_o1 -> Scale.new(#[0,8,14,20,25,34], 43,
382 \partch_o2 -> Scale.new(#[0,7,13,18,27,35], 43,
384 \partch_o3 -> Scale.new(#[0,6,12,21,29,36], 43,
386 \partch_o4 -> Scale.new(#[0,5,15,23,30,37], 43,
390 \partch_o6 -> Scale.new(#[0,9,16,22,28,33], 43,
392 \partch_u1 -> Scale.new(#[0,9,18,23,29,35], 43,
394 \partch_u2 -> Scale.new(#[0,8,16,25,30,36], 43,
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/euclid/src/
H A Dscale.rs56 Scale(x, PhantomData) in new()
65 Scale::new(T::one()) in identity()
237 Scale::new(one / self.0) in inverse()
300 impl<T: Mul, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
354 Scale::new(self.0.clone()) in clone()
381 Scale::new(T::one()) in one()
387 use super::Scale;
395 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
396 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
413 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/euclid/src/
H A Dscale.rs56 Scale(x, PhantomData) in new()
65 Scale::new(T::one()) in identity()
237 Scale::new(one / self.0) in inverse()
300 impl<T: Mul, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
354 Scale::new(self.0.clone()) in clone()
381 Scale::new(T::one()) in one()
387 use super::Scale;
395 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
396 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
413 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/euclid/src/
H A Dscale.rs56 Scale(x, PhantomData) in new()
65 Scale::new(T::one()) in identity()
237 Scale::new(one / self.0) in inverse()
300 impl<T: Mul, A, B, C> Mul<Scale<T, B, C>> for Scale<T, A, B> { implementation
354 Scale::new(self.0.clone()) in clone()
381 Scale::new(T::one()) in one()
387 use super::Scale;
395 let mm_per_inch: Scale<f32, Inch, Mm> = Scale::new(25.4); in test_scale()
396 let cm_per_mm: Scale<f32, Mm, Cm> = Scale::new(0.1); in test_scale()
413 let a: Scale<isize, Inch, Inch> = Scale::new(2); in test_scale()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DScaleModel.java6 import com.lightcrafts.model.Scale;
18 private final static Scale MinScale = new Scale(1, 40);
19 private final static Scale MaxScale = new Scale(12, 1);
32 this(engine, new Scale(1, 1)); in ScaleModel()
47 public List<Scale> getScales() { in getScales()
51 public Scale getCurrentScale() { in getCurrentScale()
111 scale = new Scale(factor);
115 private Scale getNextScaleUp() {
117 for (Scale next : scales) {
125 private Scale getNextScaleDown() { in getNextScaleDown()
[all …]
/dports/devel/icu/icu/source/i18n/
H A Dnumber_multiplier.cpp25 Scale::Scale(int32_t magnitude, DecNum* arbitraryToAdopt) in Scale() function in Scale
40 Scale::Scale(const Scale& other) in Scale() function in Scale
48 Scale& Scale::operator=(const Scale& other) { in operator =()
61 Scale::Scale(Scale&& src) U_NOEXCEPT in Scale() function in Scale
67 Scale& Scale::operator=(Scale&& src) U_NOEXCEPT { in operator =()
79 Scale::~Scale() { in ~Scale()
84 Scale Scale::none() { in none()
88 Scale Scale::powerOfTen(int32_t power) { in powerOfTen()
92 Scale Scale::byDecimal(StringPiece multiplicand) { in byDecimal()
105 Scale Scale::byDouble(double multiplicand) { in byDouble()
[all …]

12345678910>>...418