Home
last modified time | relevance | path

Searched +defs:y +defs:range (Results 1 – 25 of 7248) sorted by relevance

12345678910>>...290

/dports/games/wolfpack/empire-4.4.1/include/
H A Dxy.h42 #define XYOFFSET(x, y) (((y) * WORLD_X + (x)) / 2) argument
46 #define YNORM(y) \ argument
49 struct range { struct
50 coord lx, ly; /* low-range x,y (inclusive) */ argument
51 coord hx, hy; /* high-range x,y (inclusive) */ argument
59 extern void xyrelrange(struct natstr *, struct range *, struct range *); argument
/dports/math/R-cran-gss/gss/R/
H A Dmkfun.poly.R2 mkrk.cubic <- function(range) argument
19 rk <- function(x,y) { argument
32 mkphi.cubic <- function(range) argument
53 mkrk.cubic.per <- function(range) argument
70 rk <- function(x,y) { argument
82 mkrk.trig <- function(range) argument
99 rk <- function(x,y) { argument
111 mkphi.trig <- function(range) argument
133 mkrk.linear <- function(range) argument
150 rk <- function(x,y) { argument
[all …]
/dports/devel/hpx/hpx-1.2.1/examples/jacobi_smp/
H A Djacobi.hpp22 struct range struct
24 range() : begin_(0), end_(0) {} in range() function
25 range(std::size_t begin, std::size_t end) : begin_(begin), end_(end) {} in range() argument
27 std::size_t begin() const { return begin_; } in begin()
28 std::size_t end() const { return end_; } in end()
30 std::size_t begin_;
31 std::size_t end_;
56 for(std::size_t y = 0; y < n; ++y) in output_grid() local
/dports/math/octave-forge-fuzzy-logic-toolkit/fuzzy-logic-toolkit/inst/private/
H A Dis_input_matrix.m38 y = 0; variable
40 y = 1; variable
42 range = fis.input(j).range; variable
47 y = 0; variable
H A Dis_ref_input.m35 y = 1; variable
40 y = 0; variable
43 range = fis.input(i).range; variable
45 y = 0; variable
48 y = 0; variable
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c2041 int y = slider_alloc.y + slider_alloc.height / 2; in gtk_range_allocate_trough() local
2366 int y, in gtk_range_render_trough()
2396 int y, in gtk_range_render()
2642 gdouble y, in update_initial_slider_position()
2662 gdouble y, in gtk_range_long_press_gesture_pressed()
2683 gdouble y, in gtk_range_multipress_gesture_pressed()
2975 gdouble x, y; in autoscroll_cb() local
3207 gdouble x, y; in gtk_range_event() local
3477 gint y) in rectangle_contains_point()
3488 gint x, y; in gtk_range_update_mouse_location() local
[all …]
/dports/math/octave/octave-6.4.0/scripts/statistics/
H A Drange.m43 function y = range (x, dim) function
50 y = max (x) - min (x); variable
52 y = max (x, [], dim) - min (x, [], dim); variable
/dports/math/octave-forge-statistics/statistics-1.4.3/install-conditionally/base/
H A Drange.m38 function y = range (x, dim) function
45 y = max (x) - min (x); variable
47 y = max (x, [], dim) - min (x, [], dim); variable
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/
H A DBTreeRangeSingle.cs20 public int Compare(object x, object y) in Compare()
136 public virtual bool Adjacent(Db4objects.Db4o.Internal.Btree.BTreeRangeSingle range in Adjacent()
143 public virtual bool Overlaps(Db4objects.Db4o.Internal.Btree.BTreeRangeSingle range in Overlaps()
149 …s(Db4objects.Db4o.Internal.Btree.BTreeRangeSingle x, Db4objects.Db4o.Internal.Btree.BTreeRangeSing… in FirstOverlaps()
193 public virtual IBTreeRange Intersect(IBTreeRange range) in Intersect()
202 public virtual IBTreeRange ExtendToLastOf(IBTreeRange range) in ExtendToLastOf()
214 private Db4objects.Db4o.Internal.Btree.BTreeRangeSingle CheckRangeArgument(IBTreeRange in CheckRangeArgument()
/dports/misc/py-fast-histogram/fast-histogram-0.10/fast_histogram/
H A Dhistogram.py17 def histogram1d(x, bins, range, weights=None): argument
63 def histogram2d(x, y, bins, range, weights=None): argument
125 def histogramdd(sample, bins, range, weights=None): argument
/dports/graphics/xaos/XaoS-release-4.2.1/src/ui-hlp/
H A Dautod.h2 static inline int look1(uih_context *context, int x, int y, int range, int max) in look1()
46 static inline int look2(uih_context *context, int x, int y, int range, int max) in look2()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dplaylist-slider.cc41 int range = m_length - rows; in draw() local
43 int y; in draw() local
55 void PlaylistSlider::set_pos (int y) in set_pos()
62 int range = m_height - 19; in set_pos() local
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dplaylist-slider.cc41 int range = m_length - rows; in draw() local
43 int y; in draw() local
55 void PlaylistSlider::set_pos (int y) in set_pos()
62 int range = m_height - 19; in set_pos() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrange.c704 should_invert (GtkRange *range) in should_invert()
1842 double y) in update_initial_slider_position()
1864 double y, in gtk_range_long_press_gesture_pressed()
1883 double y, in gtk_range_click_gesture_pressed()
2018 double x, y; in update_slider_position() local
2138 double x, y; in autoscroll_cb() local
2401 step_back (GtkRange *range) in step_back()
2428 page_back (GtkRange *range) in page_back()
2465 scroll_end (GtkRange *range) in scroll_end()
2608 int y, height; in gtk_range_compute_slider_position() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSequenceRangeCollection.cs32 public abstract SequenceRangeCollection MergeWith(SequenceRange range); in MergeWith()
50 … static SequenceRangeCollection GeneralMerge(SequenceRange[] sortedRanges, SequenceRange range) in GeneralMerge()
205 public override SequenceRangeCollection MergeWith(SequenceRange range) in MergeWith()
281 SequenceRange range; field in System.ServiceModel.Channels.SequenceRangeCollection.SingleItemRangeCollection
283 public SingleItemRangeCollection(SequenceRange range) in SingleItemRangeCollection()
355 public int Compare(SequenceRange x, SequenceRange y) in Compare()
374 public int Compare(SequenceRange x, SequenceRange y) in Compare()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DEraseHandler.cpp44 void EraseHandler::erase(double x, double y) { in erase()
49 auto* range = new Range(x, y); in erase() local
64 void EraseHandler::eraseStroke(Layer* l, Stroke* s, double x, double y, Range* range) { in eraseStroke()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dradmap.c74 int x, y; in radmap() local
77 int range = rad_range(eff, tlev, spy); in radmap() local
180 delty(struct range *r, coord y) in delty()
196 int range = rad_range(eff, tlev, spy); in rad_map_set() local
215 int range; in rad_range() local
230 rad_char(struct sctstr *sp, int dist, int range, natid cn) in rad_char()
/dports/devel/R-cran-vcd/vcd/R/
H A Dlegends.R4 y = unit(0.1, "npc"), argument
14 range = NULL) { argument
39 range <- range(res) functionVar
120 y = NULL, argument
127 range = NULL) { argument
139 if (is.null(y)) y <- unit(1, "strwidth", text) + unit(1, "lines") functionVar
150 range <- range(res) functionVar
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dcolor_conversion_fuzzer.cc60 static bool read_plane(heif::BitstreamRange* range, in read_plane()
77 for (int y = 0; y < height; y++, plane += stride) { in read_plane() local
83 static bool read_plane_interleaved(heif::BitstreamRange* range, in read_plane_interleaved()
100 for (int y = 0; y < height; y++, plane += stride) { in read_plane_interleaved() local
109 heif::BitstreamRange range(reader, size); in LLVMFuzzerTestOneInput() local
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Ddse_user_type_value.cpp29 cass_double_t y) { in cass_user_type_set_dse_point()
35 cass_double_t x, cass_double_t y) { in cass_user_type_set_dse_point_by_name()
41 cass_double_t y) { in cass_user_type_set_dse_point_by_name_n()
87 const DseDateRange* range) { in cass_user_type_set_dse_date_range()
94 const DseDateRange* range) { in cass_user_type_set_dse_date_range_by_name()
100 const DseDateRange* range) { in cass_user_type_set_dse_date_range_by_name_n()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dmap.h123 bool IsPointOnMap(int x, int y) const in IsPointOnMap()
158 unsigned int getIndex(int x, int y) const in getIndex()
172 CMapField *Field(int x, int y) const in Field()
404 …d MapMarkRadar(const CPlayer &player, const CUnit &unit, const Vec2i &pos, int w, int h, int range) in MapMarkRadar()
408 …MapUnmarkRadar(const CPlayer &player, const CUnit &unit, const Vec2i &pos, int w, int h, int range) in MapUnmarkRadar()
413 …arkRadarJammer(const CPlayer &player, const CUnit &unit, const Vec2i &pos, int w, int h, int range) in MapMarkRadarJammer()
417 …arkRadarJammer(const CPlayer &player, const CUnit &unit, const Vec2i &pos, int w, int h, int range) in MapUnmarkRadarJammer()
/dports/graphics/R-cran-ggplot2/ggplot2/tests/testthat/
H A Dtest-geom-smooth.R4 df <- data_frame(x = c(1, 5, 2, 3, 4), y = 1:5) nameattr
18 y <- layer_data(p) globalVar
40 range <- range(df$x, na.rm = TRUE) globalVar
59 range <- range(df$x, na.rm = TRUE) globalVar
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/stable_partition/
H A Dconstrained.cc38 auto range = ranges::stable_partition(cx, pred); in test01() local
47 auto range = ranges::stable_partition(cx, pred); in test01() local
61 auto range = ranges::stable_partition(x, x+10, pred, proj); in test02() local
65 int y[] = {0,1,2,3,4,5,6,7,8,9}; in test02() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/stable_partition/
H A Dconstrained.cc38 auto range = ranges::stable_partition(cx, pred); in test01() local
47 auto range = ranges::stable_partition(cx, pred); in test01() local
61 auto range = ranges::stable_partition(x, x+10, pred, proj); in test02() local
65 int y[] = {0,1,2,3,4,5,6,7,8,9}; in test02() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/stable_partition/
H A Dconstrained.cc38 auto range = ranges::stable_partition(cx, pred); in test01() local
47 auto range = ranges::stable_partition(cx, pred); in test01() local
61 auto range = ranges::stable_partition(x, x+10, pred, proj); in test02() local
65 int y[] = {0,1,2,3,4,5,6,7,8,9}; in test02() local

12345678910>>...290