Home
last modified time | relevance | path

Searched refs:xvalues (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkgc-x11.c44 XGCValues *xvalues,
98 XGCValues xvalues; in _gdk_x11_gc_new() local
133 xvalues.function = GXcopy; in _gdk_x11_gc_new()
196 XGCValues xvalues; in gdk_x11_gc_get_values() local
210 xvalues.font); in gdk_x11_gc_get_values()
281 xvalues.tile); in gdk_x11_gc_get_values()
347 XGCValues xvalues; in gdk_x11_gc_set_values() local
375 &xvalues); in gdk_x11_gc_set_values()
495 xvalues->tile = None; in gdk_x11_gc_values_to_xvalues()
504 xvalues->stipple = None; in gdk_x11_gc_values_to_xvalues()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/segmented_algorithms/
H A Dpartitioned_vector_find.cpp38 hpx::partitioned_vector<T> & xvalues, T val) in test_find() argument
41 xvalues.end(), val); in test_find()
47 hpx::partitioned_vector<T> & xvalues, T val) in test_find_async() argument
50 xvalues.end(), val).get(); in test_find_async()
56 hpx::partitioned_vector<T> & xvalues, T val) in test_find_if() argument
59 xvalues.end(), cond1<T>()); in test_find_if()
68 xvalues.end(), cond1<T>()).get(); in test_find_if_async()
77 xvalues.end(), cond2<T>()); in test_find_if_not()
86 xvalues.end(), cond2<T>()).get(); in test_find_if_not_async()
94 hpx::partitioned_vector<T> xvalues( in find_tests() local
[all …]
H A Dpartitioned_vector_find2.cpp40 hpx::parallel::find(policy, xvalues.begin(), xvalues.end(), val); in test_find()
46 hpx::partitioned_vector<T> & xvalues, T val) in test_find_async() argument
49 xvalues.end(), val).get(); in test_find_async()
55 hpx::partitioned_vector<T> & xvalues, T val) in test_find_if() argument
58 xvalues.end(), cond1<T>()); in test_find_if()
64 hpx::partitioned_vector<T> & xvalues, T val) in test_find_if_async() argument
67 xvalues.end(), cond1<T>()).get(); in test_find_if_async()
76 xvalues.end(), cond2<T>()); in test_find_if_not()
85 xvalues.end(), cond2<T>()).get(); in test_find_if_not_async()
94 hpx::partitioned_vector<T> xvalues( in find_tests() local
[all …]
H A Dpartitioned_vector_transform_scan.cpp37 hpx::parallel::transform_inclusive_scan(policy, xvalues.begin(), in test_transform_inclusive_scan()
38 xvalues.end(), out.begin(), op(), conv(), T(0)); in test_transform_inclusive_scan()
47 xvalues.begin(), xvalues.end(), out.begin(), in test_transform_inclusive_scan_async()
56 xvalues.end(), out.begin(), T(0), op(), conv()); in test_transform_exclusive_scan()
65 xvalues.begin(), xvalues.end(), out.begin(), in test_transform_exclusive_scan_async()
79 xvalues, out); in transform_scan_tests()
83 xvalues, out); in transform_scan_tests()
92 xvalues, out); in transform_scan_tests()
96 xvalues, out); in transform_scan_tests()
104 hpx::partitioned_vector<T> xvalues( in transform_scan_tests() local
[all …]
H A Dpartitioned_vector_transform_scan2.cpp37 hpx::parallel::transform_inclusive_scan(policy, xvalues.begin(), in test_transform_inclusive_scan()
38 xvalues.end(), out.begin(), op(), conv(), T(0)); in test_transform_inclusive_scan()
47 xvalues.begin(), xvalues.end(), out.begin(), in test_transform_inclusive_scan_async()
56 xvalues.end(), out.begin(), T(0), op(), conv()); in test_transform_exclusive_scan()
65 xvalues.begin(), xvalues.end(), out.begin(), in test_transform_exclusive_scan_async()
79 xvalues, out); in transform_scan_tests()
83 xvalues, out); in transform_scan_tests()
92 xvalues, out); in transform_scan_tests()
96 xvalues, out); in transform_scan_tests()
104 hpx::partitioned_vector<T> xvalues( in transform_scan_tests() local
[all …]
H A Dpartitioned_vector_reduce.cpp25 hpx::partitioned_vector<T> const& xvalues) in test_reduce() argument
29 xvalues.begin(), xvalues.end(), in test_reduce()
37 hpx::partitioned_vector<T> const& xvalues) in test_reduce_async() argument
41 xvalues.begin(), xvalues.end(), in test_reduce_async()
48 hpx::partitioned_vector<T> const& xvalues) in reduce_tests() argument
51 test_reduce(hpx::parallel::execution::seq, xvalues), in reduce_tests()
54 test_reduce(hpx::parallel::execution::par, xvalues), in reduce_tests()
60 xvalues).get(), in reduce_tests()
65 xvalues).get(), in reduce_tests()
73 hpx::partitioned_vector<T> xvalues(num, T(1),hpx::container_layout(localities)); in reduce_tests() local
[all …]
H A Dpartitioned_vector_transform_reduce.cpp38 hpx::partitioned_vector<T> const& xvalues, in test_transform_reduce() argument
44 make_zip_iterator(std::begin(xvalues), std::begin(yvalues)), in test_transform_reduce()
45 make_zip_iterator(std::end(xvalues), std::end(yvalues)), in test_transform_reduce()
53 hpx::partitioned_vector<T> const& xvalues, in test_transform_reduce_async() argument
60 make_zip_iterator(std::end(xvalues), std::end(yvalues)), in test_transform_reduce_async()
67 hpx::partitioned_vector<T> const& xvalues, in transform_reduce_tests() argument
80 xvalues, yvalues).get(), in transform_reduce_tests()
85 xvalues, yvalues).get(), in transform_reduce_tests()
94 hpx::partitioned_vector<T> xvalues(num,T(1)); in transform_reduce_tests() local
96 transform_reduce_tests(num, xvalues, yvalues); in transform_reduce_tests()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/nonparametric/
H A Dsmoothers_lowess.py186 xvalues = x
201 xvalues = xvals
211 xvalues = xvals
214 xvalues = xvals[xvals_mask_valid]
219 sort_index = np.argsort(xvalues)
220 xvalues = np.array(xvalues[sort_index])
237 xvalues = np.ascontiguousarray(xvalues)
240 res, _ = _lowess(y, x, xvalues, weights,
252 yfitted_ = np.empty_like(xvalues)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsuid.h36 long *xvalues; member
48 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
56 ((puid)->id = idv, (puid)->xvalues = 0)
58 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
62 #define uid_XUID_values(puid) ((puid)->xvalues)
70 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsuid.h36 long *xvalues; member
48 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
56 ((puid)->id = idv, (puid)->xvalues = 0)
58 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
62 #define uid_XUID_values(puid) ((puid)->xvalues)
70 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsuid.h31 long *xvalues; member
43 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
51 ((puid)->id = idv, (puid)->xvalues = 0)
53 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
57 #define uid_XUID_values(puid) ((puid)->xvalues)
68 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsuid.h31 long *xvalues; member
43 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
51 ((puid)->id = idv, (puid)->xvalues = 0)
53 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
57 #define uid_XUID_values(puid) ((puid)->xvalues)
68 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsuid.h30 long *xvalues; member
42 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
50 ((puid)->id = idv, (puid)->xvalues = 0)
52 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
56 #define uid_XUID_values(puid) ((puid)->xvalues)
67 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsuid.h30 long *xvalues; member
42 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
50 ((puid)->id = idv, (puid)->xvalues = 0)
52 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
56 #define uid_XUID_values(puid) ((puid)->xvalues)
67 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsuid.h32 long *xvalues; member
44 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
52 ((puid)->id = idv, (puid)->xvalues = 0)
54 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
58 #define uid_XUID_values(puid) ((puid)->xvalues)
69 gs_free_object(mem, (puid)->xvalues, cname)
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsuid.h32 long *xvalues; member
44 ((puid)->id = no_UniqueID, (puid)->xvalues = 0)
52 ((puid)->id = idv, (puid)->xvalues = 0)
54 ((puid)->id = -(long)(siz), (puid)->xvalues = pvalues)
58 #define uid_XUID_values(puid) ((puid)->xvalues)
69 gs_free_object(mem, (puid)->xvalues, cname)
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dregions.c937 r->xvalues = list->xvalues + (y - list->ymin);
1055 h -= crosses(h, &before->xvalues[y], &edge->xvalues[y]);
1057 h -= crosses(h, &edge->xvalues[y], &after->xvalues[y]);
1101 if (right->xvalues[0] >= edge->xvalues[0])
1121 h -= touches(h, before->xvalues, edge->xvalues);
1126 after->xvalues[0] > rightedge->xvalues[0]) {
1145 h -= touches(h, rightedge->xvalues, after->xvalues);
1187 h -= crosses(h, left->xvalues, rightedge->xvalues);
1192 h -= touches(h, rightedge->xvalues, after->xvalues);
1220 edgemin(h, edge->xvalues, (before->link)->xvalues);
[all …]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chart/
H A Dseries_factory.py10 def SeriesFactory(values, xvalues=None, zvalues=None, title=None, title_from_data=False): argument
26 if xvalues is not None:
27 if not isinstance(xvalues, Reference):
28 xvalues = Reference(range_string=xvalues)
31 series.xVal = AxDataSource(numRef=NumRef(f=xvalues))
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dregions.c945 r->xvalues = list->xvalues + (y - list->ymin);
1074 h -= crosses(h, &before->xvalues[y], &edge->xvalues[y]);
1076 h -= crosses(h, &edge->xvalues[y], &after->xvalues[y]);
1120 if (right->xvalues[0] >= edge->xvalues[0])
1140 h -= touches(h, before->xvalues, edge->xvalues);
1145 after->xvalues[0] > rightedge->xvalues[0]) {
1164 h -= touches(h, rightedge->xvalues, after->xvalues);
1206 h -= crosses(h, left->xvalues, rightedge->xvalues);
1211 h -= touches(h, rightedge->xvalues, after->xvalues);
1239 edgemin(h, edge->xvalues, (before->link)->xvalues);
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dregions.c931 r->xvalues = list->xvalues + (y - list->ymin); in splitedge()
1048 h -= crosses(h, &before->xvalues[y], &edge->xvalues[y]); in swathxsort()
1050 h -= crosses(h, &edge->xvalues[y], &after->xvalues[y]); in swathxsort()
1094 if (right->xvalues[0] >= edge->xvalues[0]) in SwathUnion()
1114 h -= touches(h, before->xvalues, edge->xvalues); in SwathUnion()
1119 after->xvalues[0] > rightedge->xvalues[0]) { in SwathUnion()
1138 h -= touches(h, rightedge->xvalues, after->xvalues); in SwathUnion()
1180 h -= crosses(h, left->xvalues, rightedge->xvalues); in SwathUnion()
1185 h -= touches(h, rightedge->xvalues, after->xvalues); in SwathUnion()
1213 edgemin(h, edge->xvalues, (before->link)->xvalues); in SwathUnion()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DScaleNearestOpImage.java139 int[] xvalues = new int[dwidth]; in computeRect() local
172 xvalues[i] = (srcXInt - srcRectX) * srcPixelStride; in computeRect()
285 RasterAccessor dst, int xvalues[], int yvalues[]) { in byteLoop() argument
316 posx = xvalues[i]; in byteLoop()
327 RasterAccessor dst, int xvalues[], int yvalues[]) { in shortLoop() argument
358 posx = xvalues[i]; in shortLoop()
371 RasterAccessor dst, int xvalues[], int yvalues[]) { in intLoop() argument
400 posx = xvalues[i]; in intLoop()
413 RasterAccessor dst, int xvalues[], int yvalues[]) { in floatLoop() argument
442 posx = xvalues[i]; in floatLoop()
[all …]
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dregions.c954 r->xvalues = list->xvalues + (y - list->ymin);
1072 h -= crosses(h, &before->xvalues[y], &edge->xvalues[y]);
1074 h -= crosses(h, &edge->xvalues[y], &after->xvalues[y]);
1118 if (right->xvalues[0] >= edge->xvalues[0])
1138 h -= touches(h, before->xvalues, edge->xvalues);
1143 after->xvalues[0] > rightedge->xvalues[0]) {
1162 h -= touches(h, rightedge->xvalues, after->xvalues);
1204 h -= crosses(h, left->xvalues, rightedge->xvalues);
1209 h -= touches(h, rightedge->xvalues, after->xvalues);
1237 edgemin(h, edge->xvalues, (before->link)->xvalues);
[all …]
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dvector_counting_dotproduct.cpp23 std::vector<double> xvalues(10007); in hpx_main() local
25 std::fill(std::begin(xvalues), std::end(xvalues), 1.0); in hpx_main()
35 [&xvalues, &yvalues](size_t i) in hpx_main()
37 return xvalues[i] * yvalues[i]; in hpx_main()
H A Dvector_zip_dotproduct.cpp20 std::vector<double> xvalues(10007); in hpx_main() local
22 std::fill(std::begin(xvalues), std::end(xvalues), 1.0); in hpx_main()
32 make_zip_iterator(std::begin(xvalues), std::begin(yvalues)), in hpx_main()
33 make_zip_iterator(std::end(xvalues), std::end(yvalues)), in hpx_main()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/brushlib/
H A Dmapping.hpp29 float xvalues[8]; member
74 assert (x >= p->xvalues[index-1]); in set_point()
77 p->xvalues[index] = x; in set_point()
104 x0 = p->xvalues[0]; in calculate()
106 x1 = p->xvalues[1]; in calculate()
113 x1 = p->xvalues[i]; in calculate()

12345678910>>...15