Home
last modified time | relevance | path

Searched refs:point_x (Results 26 – 50 of 305) sorted by relevance

12345678910>>...13

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dloop_dependence.h80 int64_t point_x; variable
89 point_x(0), in DistanceEntry()
98 point_x(0), in DistanceEntry()
107 point_x(0), in DistanceEntry()
116 point_x(x), in DistanceEntry()
122 point_x == rhs.point_x && point_y == rhs.point_y;
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dpiecewise_linear_function.h40 PiecewiseSegment(int64_t point_x, int64_t point_y, int64_t slope,
142 int64_t point_x, int64_t point_y, int64_t slope, int64_t other_point_x);
146 static PiecewiseLinearFunction* CreateRightRayFunction(int64_t point_x,
152 static PiecewiseLinearFunction* CreateLeftRayFunction(int64_t point_x,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/
H A Drect.cc38 bool Rect::Contains(int32_t point_x, int32_t point_y) const { in Contains() argument
39 return (point_x >= x()) && (point_x < right()) && in Contains()
142 bool FloatRect::Contains(float point_x, float point_y) const { in Contains() argument
143 return (point_x >= x()) && (point_x < right()) && in Contains()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A Drect.cc38 bool Rect::Contains(int32_t point_x, int32_t point_y) const { in Contains() argument
39 return (point_x >= x()) && (point_x < right()) && in Contains()
142 bool FloatRect::Contains(float point_x, float point_y) const { in Contains() argument
143 return (point_x >= x()) && (point_x < right()) && in Contains()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-point-in-poly.c71 _cogl_util_point_in_screen_poly (float point_x, in _cogl_util_point_in_screen_poly() argument
94 (point_x < (vert_xj - vert_xi) * (point_y - vert_yi) / in _cogl_util_point_in_screen_poly()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-point-in-poly.c71 _cogl_util_point_in_screen_poly (float point_x, in _cogl_util_point_in_screen_poly() argument
94 (point_x < (vert_xj - vert_xi) * (point_y - vert_yi) / in _cogl_util_point_in_screen_poly()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-point-in-poly.c69 _cogl_util_point_in_screen_poly (float point_x, in _cogl_util_point_in_screen_poly() argument
92 (point_x < (vert_xj - vert_xi) * (point_y - vert_yi) / in _cogl_util_point_in_screen_poly()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/octree/src/cuda/
H A Doctree_host.cu189 float point_x = host_octree.points_sorted[j ]; in radiusSearchHost() local
193 float dx = (point_x - center.x); in radiusSearchHost()
229 float point_x = host_octree.points_sorted[i ]; in approxNearestSearchHost() local
233 float dx = (point_x - query.x); in approxNearestSearchHost()
/dports/math/ngraph/Ngraph-6.3.54-src/
H A D.fit.ngp9 fit::point_x=0.000000000000000e+00
47 fit::point_x=0.000000000000000e+00
85 fit::point_x=0.000000000000000e+00
123 fit::point_x=0.000000000000000e+00
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/PublicKey/
H A DECC.py804 point_x = kwargs.pop("point_x", None)
810 if None not in (point_x, point_y):
812 kwargs["point"] = EccPoint(point_x, point_y, curve_name)
818 if pub_key.xy != (point_x, point_y):
868 return construct(curve=curve_name, point_x=x, point_y=y)
952 point_x = public_key.pointQ.x
955 point_x = point_y = None
957 return construct(curve=curve_name, d=d, point_x=point_x, point_y=point_y)
1064 point_x = Integer.from_bytes(public_key[1:1+modulus_bytes])
1066 point = EccPoint(point_x, point_y, curve=name)
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/PublicKey/
H A DECC.py804 point_x = kwargs.pop("point_x", None)
810 if None not in (point_x, point_y):
812 kwargs["point"] = EccPoint(point_x, point_y, curve_name)
818 if pub_key.xy != (point_x, point_y):
868 return construct(curve=curve_name, point_x=x, point_y=y)
952 point_x = public_key.pointQ.x
955 point_x = point_y = None
957 return construct(curve=curve_name, d=d, point_x=point_x, point_y=point_y)
1064 point_x = Integer.from_bytes(public_key[1:1+modulus_bytes])
1066 point = EccPoint(point_x, point_y, curve=name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_pointcoord_unittest.cc124 GLfloat point_x = -0.5 + px + pixel_offset; in TEST_F() local
129 GLfloat xw = s2p(point_x); in TEST_F()
133 GLint xf = s2p(point_x + u * point_width); in TEST_F()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dlocation_dependent_data.cpp241 const auto point_x = point.x(), point_y = point.y(); in GetPropertyIndexes() local
248 (from_x == point_x || (to_x > point_x) != (from_x > point_x))) in GetPropertyIndexes()
257 const auto tx = point_x - from_x; in GetPropertyIndexes()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp250 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
258 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
259 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
278 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
324 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
332 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
333 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dcursor.h38 uint16 point_x, point_y; // hotspot member
95 x = cursors[cursor_id]->point_x; in get_hotspot()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp266 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
274 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
275 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
294 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
339 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
347 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
348 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/boost_1_72_0/patches/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp266 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
274 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
275 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
294 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
339 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
347 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
348 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
/dports/x11-toolkits/sdl_pango/SDL_Pango-0.1.2/src/
H A DSDL_Pango.c522 int point_x; in drawLine() local
526 for (point_x = x + PANGO_PIXELS (x_off + ink_rect.x) - 1; in drawLine()
527 point_x <= end_x; in drawLine()
528 point_x += 2) in drawLine()
533 point_x, MIN (point_x + 1, end_x)); in drawLine()
537 point_x, MIN (point_x + 1, end_x)); in drawLine()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp266 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
274 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
275 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
294 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
339 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
347 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
348 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp266 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
274 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
275 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()
294 if (point_x >= x1 - 1 && point_x <= x2 + 1) in apply()
339 coordinate_type const point_x = geometry::get<0>(turn.robust_point); in apply() local
347 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) - 1 in apply()
348 && point_x <= geometry::get<max_corner, 0>(section.bounding_box) + 1) in apply()

12345678910>>...13