Home
last modified time | relevance | path

Searched refs:point_x (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_spline.cpp71 vector<double> point_x; in TEST_SUITE() local
95 vector<double> point_y(point_x.size()); in TEST_SUITE()
109 point_x.size(), in TEST_SUITE()
110 &point_x[0], in TEST_SUITE()
115 .set_points(zip(&point_x[0], &point_y[0], point_x.size())) in TEST_SUITE()
137 point_x.size(), in TEST_SUITE()
138 &point_x[0], in TEST_SUITE()
143 .set_points(zip(&point_x[0], &point_y[0], point_x.size())) in TEST_SUITE()
165 point_x.size(), in TEST_SUITE()
166 &point_x[0], in TEST_SUITE()
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dos2pmcon.c81 static unsigned short point_x; variable
134 point_x = 0; in OS2_initialize_pm_console()
632 point_x = x1; in extract_marked_region()
640 (cx2x (point_x)), in extract_marked_region()
796 if (point_x >= new_width) in console_resize()
1088 (cx2x (point_x)), in OS2_pm_console_write()
1093 point_x += size; in OS2_pm_console_write()
1139 point_x = 0; in do_carriage_return()
1177 point_x = 0; in do_formfeed()
1190 if (point_x > 0) in do_backspace()
[all …]
/dports/dns/knot3/knot-3.1.5/src/libdnssec/key/
H A Dconvert.c130 _cleanup_datum_ gnutls_datum_t point_x = { 0 }; in ecdsa_pubkey_to_rdata() local
134 int result = gnutls_pubkey_get_pk_ecc_raw(key, &curve, &point_x, &point_y); in ecdsa_pubkey_to_rdata()
150 wire_write_bignum_datum(&wire, point_size, &point_x); in ecdsa_pubkey_to_rdata()
166 _cleanup_datum_ gnutls_datum_t point_x = { 0 }; in eddsa_pubkey_to_rdata() local
169 int result = gnutls_pubkey_get_pk_ecc_raw(key, &curve, &point_x, NULL); in eddsa_pubkey_to_rdata()
185 wire_write_bignum_datum(&wire, point_size, &point_x); in eddsa_pubkey_to_rdata()
284 gnutls_datum_t point_x = wire_take_datum(&ctx, point_size); in ecdsa_rdata_to_pubkey() local
288 int result = gnutls_pubkey_import_ecc_raw(key, curve, &point_x, &point_y); in ecdsa_rdata_to_pubkey()
313 gnutls_datum_t point_x = wire_take_datum(&ctx, point_size); in eddsa_rdata_to_pubkey() local
316 int result = gnutls_pubkey_import_ecc_raw(key, curve, &point_x, NULL); in eddsa_rdata_to_pubkey()
/dports/dns/knot3-lib/knot-3.1.5/src/libdnssec/key/
H A Dconvert.c130 _cleanup_datum_ gnutls_datum_t point_x = { 0 }; in ecdsa_pubkey_to_rdata() local
134 int result = gnutls_pubkey_get_pk_ecc_raw(key, &curve, &point_x, &point_y); in ecdsa_pubkey_to_rdata()
150 wire_write_bignum_datum(&wire, point_size, &point_x); in ecdsa_pubkey_to_rdata()
166 _cleanup_datum_ gnutls_datum_t point_x = { 0 }; in eddsa_pubkey_to_rdata() local
169 int result = gnutls_pubkey_get_pk_ecc_raw(key, &curve, &point_x, NULL); in eddsa_pubkey_to_rdata()
185 wire_write_bignum_datum(&wire, point_size, &point_x); in eddsa_pubkey_to_rdata()
284 gnutls_datum_t point_x = wire_take_datum(&ctx, point_size); in ecdsa_rdata_to_pubkey() local
288 int result = gnutls_pubkey_import_ecc_raw(key, curve, &point_x, &point_y); in ecdsa_rdata_to_pubkey()
313 gnutls_datum_t point_x = wire_take_datum(&ctx, point_size); in eddsa_rdata_to_pubkey() local
316 int result = gnutls_pubkey_import_ecc_raw(key, curve, &point_x, NULL); in eddsa_rdata_to_pubkey()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp114 Point const& point, CoordinateType const& point_x, in point_in_section() argument
132 if (direction == 1 && point_x < previous_x) in point_in_section()
137 else if (direction == -1 && point_x > previous_x) in point_in_section()
175 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
186 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
187 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
190 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp114 Point const& point, CoordinateType const& point_x, in point_in_section() argument
132 if (direction == 1 && point_x < previous_x) in point_in_section()
137 else if (direction == -1 && point_x > previous_x) in point_in_section()
180 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
191 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
192 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
195 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp110 Point const& point, CoordinateType const& point_x, in point_in_section() argument
128 if (direction == 1 && point_x < previous_x) in point_in_section()
133 else if (direction == -1 && point_x > previous_x) in point_in_section()
176 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
187 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
188 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
191 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp114 Point const& point, CoordinateType const& point_x, in point_in_section() argument
132 if (direction == 1 && point_x < previous_x) in point_in_section()
137 else if (direction == -1 && point_x > previous_x) in point_in_section()
175 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
186 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
187 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
190 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp114 Point const& point, CoordinateType const& point_x, in point_in_section() argument
132 if (direction == 1 && point_x < previous_x) in point_in_section()
137 else if (direction == -1 && point_x > previous_x) in point_in_section()
175 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
186 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
187 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
190 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp110 Point const& point, CoordinateType const& point_x, in point_in_section() argument
128 if (direction == 1 && point_x < previous_x) in point_in_section()
133 else if (direction == -1 && point_x > previous_x) in point_in_section()
176 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
187 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
188 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
191 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp122 Point const& point, CoordinateType const& point_x, in point_in_section() argument
140 if (direction == 1 && point_x < previous_x) in point_in_section()
145 else if (direction == -1 && point_x > previous_x) in point_in_section()
183 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
194 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
195 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
198 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp137 Point const& point, CoordinateType const& point_x, in point_in_section() argument
155 if (direction == 1 && point_x < previous_x) in point_in_section()
160 else if (direction == -1 && point_x > previous_x) in point_in_section()
198 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
209 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
210 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
213 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp122 Point const& point, CoordinateType const& point_x, in point_in_section() argument
140 if (direction == 1 && point_x < previous_x) in point_in_section()
145 else if (direction == -1 && point_x > previous_x) in point_in_section()
183 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
194 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
195 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
198 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_original_visitor.hpp122 Point const& point, CoordinateType const& point_x, in point_in_section() argument
140 if (direction == 1 && point_x < previous_x) in point_in_section()
145 else if (direction == -1 && point_x > previous_x) in point_in_section()
183 coordinate_type const point_x = geometry::get<0>(point); in point_in_original() local
194 && point_x >= geometry::get<min_corner, 0>(section.bounding_box) in point_in_original()
195 && point_x <= geometry::get<max_corner, 0>(section.bounding_box)) in point_in_original()
198 if (! point_in_section(strategy, state, point, point_x, in point_in_original()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Ropebridge.ocd/
H A DScript.c177 var point_x = 5 * (start[0] + end[0]); in DrawRopeLine() local
182 …SetLineTransform(lib_rope_segments[i], angle, point_x - lib_rope_particles[i].x * 10, point_y - li… in DrawRopeLine()
184 …SetLineTransform(lib_rope_segments[i]->GetDouble(), angle, point_x - lib_rope_particles[i].x * 10,… in DrawRopeLine()
191 var point_x = 5 * (start[0] + end[0]); in DrawPlank() local
193 …SetLineTransform(lib_rope_segments[i], angle, point_x - lib_rope_particles[i].x * 10, point_y - li… in DrawPlank()
320 …var point_x = obj->GetX(RopeBridge_Precision) - Cos(obj->GetR(), Ropebridge_Anchor_Offset[right][0… in GetRopeConnectPosition() local
322 return [point_x, point_y]; in GetRopeConnectPosition()
326 …var point_x = lib_rope_particles[index].x - Cos(oldangle, Ropebridge_Segment_Offset[right][0]) - S… in GetRopeConnectPosition() local
328 return [point_x, point_y]; in GetRopeConnectPosition()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/features_detection/
H A Dplot_shape_index.py97 point_y, point_x = np.where(np.abs(s - target) < delta) variable
98 point_z = image[point_y, point_x]
119 ax1.scatter(point_x, point_y, color='blue', **scatter_settings)
132 point_x,
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Ddraw_py.py535 point_x = [x for x, y in points]
542 minx = min(point_x)
543 maxx = max(point_x)
550 _draw_polygon_inner_loop(i, point_x, point_y,
562 _clip_and_draw_horizline(surface, color, point_x[i], point_y[i],
563 point_x[i_prev])
569 i_prev = index - 1 if index else len(point_x) - 1
575 x_1 = point_x[i_prev]
576 x_2 = point_x[index]
580 x_2 = point_x[i_prev]
[all …]
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dde-jong.c649 double x, y, point_x, point_y; in de_jong_calculate() local
724 point_x = self->point_x; in de_jong_calculate()
742 initial_func(&point_x, &point_y); in de_jong_calculate()
743 point_x = self->initial_xscale * point_x + self->initial_xoffset; in de_jong_calculate()
751 x = sin(param.a * point_y) - cos(param.b * point_x); in de_jong_calculate()
752 y = sin(param.c * point_x) - cos(param.d * point_y); in de_jong_calculate()
765 point_x = x; in de_jong_calculate()
769 x = point_x * mat_a + point_y * mat_b; in de_jong_calculate()
770 y = point_x * mat_c + point_y * mat_d; in de_jong_calculate()
837 self->point_x = point_x; self->point_y = point_y; in de_jong_calculate()
[all …]
H A Dbifurcation-diagram.c258 double x, y, point_x, point_y; in bifurcation_diagram_calculate() local
273 point_x = column->point.x; in bifurcation_diagram_calculate()
280 x = sin(param.a * point_y) - cos(param.b * point_x); in bifurcation_diagram_calculate()
281 y = sin(param.c * point_x) - cos(param.d * point_y); in bifurcation_diagram_calculate()
282 point_x = x; in bifurcation_diagram_calculate()
292 column->point.x = point_x; in bifurcation_diagram_calculate()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dspline.h74 const T point_x[],
191 const T point_x[], in cubic_hermite_spline() argument
198 assert(point_x); in cubic_hermite_spline()
209 point_x[i]); in cubic_hermite_spline()
/dports/devel/p5-Algorithm-Evolutionary/Algorithm-Evolutionary-0.82.1/scripts/
H A Drectangle-coverage.pl230 my ($point_x, $point_y) = as_point( $pop[0] );
231 print "$contador : ", $pop[0]->asString(), ", Color $color\n\tDecodes to $point_x, $point_y\n" ;
234 $canvas->createOval($point_x-$dot_size, $point_y-$dot_size,
235 $point_x+$dot_size, $point_y+$dot_size,
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/iv/
H A Divgl.cpp438 point_x = width - point_x; in handle_orientation()
442 --point_x; in handle_orientation()
447 point_x = width - point_x; in handle_orientation()
450 --point_x; in handle_orientation()
463 std::swap(point_x, point_y); in handle_orientation()
467 std::swap(point_x, point_y); in handle_orientation()
475 std::swap(point_x, point_y); in handle_orientation()
476 point_x = width - point_x; in handle_orientation()
479 --point_x; in handle_orientation()
486 point_x = width - point_x; in handle_orientation()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/iv/
H A Divgl.cpp438 point_x = width - point_x; in handle_orientation()
442 --point_x; in handle_orientation()
447 point_x = width - point_x; in handle_orientation()
450 --point_x; in handle_orientation()
463 std::swap(point_x, point_y); in handle_orientation()
467 std::swap(point_x, point_y); in handle_orientation()
475 std::swap(point_x, point_y); in handle_orientation()
476 point_x = width - point_x; in handle_orientation()
479 --point_x; in handle_orientation()
486 point_x = width - point_x; in handle_orientation()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dpiecewise_linear_function.cc80 : slope_(slope), reference_x_(point_x), reference_y_(point_y) { in PiecewiseSegment()
81 start_x_ = std::min(point_x, other_point_x); in PiecewiseSegment()
82 end_x_ = std::max(point_x, other_point_x); in PiecewiseSegment()
354 PiecewiseSegment(point_x, point_y, slope, other_point_x)}; in CreateOneSegmentFunction()
359 int64_t point_x, int64_t point_y, int64_t slope) { in CreateRightRayFunction() argument
361 PiecewiseSegment(point_x, point_y, slope, kint64max)}; in CreateRightRayFunction()
366 int64_t point_x, int64_t point_y, int64_t slope) { in CreateLeftRayFunction() argument
368 PiecewiseSegment(point_x, point_y, slope, kint64min)}; in CreateLeftRayFunction()
736 int64_t point_x, point_y, other_point_x; in Operation() local
738 point_x = end_x; in Operation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/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;

12345678910>>...13