Searched refs:point (Results 1 - 25 of 707) sorted by relevance

1234567891011>>

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp2.cpp4 void point(int = 3, int = 4);
7 point(1,2);
8 point(1);
9 point();
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
H A DRealPointValuePair.java24 * This class holds a point and the value of an objective function at this point.
36 private final double[] point; field in class:RealPointValuePair
38 /** Value of the objective function at the point. */
41 /** Build a point/objective function value pair.
42 * @param point point coordinates (the built instance will store
44 * @param value value of an objective function at the point
46 public RealPointValuePair(final double[] point, final double value) { argument
47 this.point
58 RealPointValuePair(final double[] point, final double value, final boolean copyArray) argument
[all...]
H A DVectorialPointValuePair.java23 * This class holds a point and the vectorial value of an objective function at this point.
36 private final double[] point; field in class:VectorialPointValuePair
38 /** Vectorial value of the objective function at the point. */
41 /** Build a point/objective function value pair.
42 * @param point point coordinates (the built instance will store
44 * @param value value of an objective function at the point
46 public VectorialPointValuePair(final double[] point, final double[] value) { argument
47 this.point
58 VectorialPointValuePair(final double[] point, final double[] value, final boolean copyArray) argument
[all...]
/external/clang/test/FixIt/
H A Dno-typo.c6 point p1; // expected-error{{unknown type name 'point'}}
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DPoint3d.java20 private final Point point; field in class:Point3d
22 public Point3d(Point point, Double z) { argument
23 this.point = point;
32 return point;
37 return "<Point3d point=" + point.toString() + " z=" + String.valueOf(z) + ">";
H A DShape.java20 private Point point; field in class:Shape
36 public void setPoint(Point point) { argument
37 this.point = point;
49 return point;
/external/clang/test/OpenMP/
H A Dcancellation_point_messages.cpp5 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
7 #pragma omp cancellation point parallel untied // expected-error {{unexpected OpenMP clause 'untied' in directive '#pragma omp cancellation point'}}
8 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
9 #pragma omp cancellation point sections( // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}}
10 #pragma omp cancellation point for, ) // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}}
11 #pragma omp cancellation point taskgroup() // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' ar
[all...]
H A Dcancellation_point_ast_print.cpp13 #pragma omp cancellation point parallel
17 // CHECK-NEXT: #pragma omp cancellation point parallel
21 #pragma omp cancellation point sections
25 // CHECK: #pragma omp cancellation point sections
29 #pragma omp cancellation point for
33 // CHECK-NEXT: #pragma omp cancellation point for
37 #pragma omp cancellation point taskgroup
41 // CHECK: #pragma omp cancellation point taskgroup
H A Dcancellation_point_codegen.cpp13 #pragma omp cancellation point parallel
21 #pragma omp cancellation point sections
38 #pragma omp cancellation point sections
41 #pragma omp cancellation point sections
65 #pragma omp cancellation point for
81 #pragma omp cancellation point taskgroup
89 #pragma omp cancellation point sections
97 #pragma omp cancellation point sections
102 #pragma omp cancellation point sections
108 #pragma omp cancellation point fo
[all...]
/external/openssh/
H A Dbufec.c33 const EC_POINT *point)
37 if ((ret = sshbuf_put_ec(buffer, point, curve)) != 0) {
46 const EC_POINT *point)
48 if (buffer_put_ecpoint_ret(buffer, curve, point) == -1)
54 EC_POINT *point)
58 if ((ret = sshbuf_get_ec(buffer, point, curve)) != 0) {
67 EC_POINT *point)
69 if (buffer_get_ecpoint_ret(buffer, curve, point) == -1)
32 buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
45 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, const EC_POINT *point) argument
53 buffer_get_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
66 buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve, EC_POINT *point) argument
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Button.cpp23 bool CPWL_Button::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { argument
24 CPWL_Wnd::OnLButtonDown(point, nFlag);
32 bool CPWL_Button::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { argument
33 CPWL_Wnd::OnLButtonUp(point, nFlag);
H A DPWL_Button.h20 bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override;
21 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fftext.h18 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
19 bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
20 bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) override;
21 FWL_WidgetHit OnHitTest(const CFX_PointF& point) override;
29 const FX_WCHAR* GetLinkURLAtPoint(const CFX_PointF& point);
H A Dxfa_ffsignature.cpp50 const CFX_PointF& point) {
54 bool CXFA_FFSignature::OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) { argument
59 const CFX_PointF& point) {
63 bool CXFA_FFSignature::OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) { argument
69 const CFX_PointF& point) {
74 const CFX_PointF& point) {
78 bool CXFA_FFSignature::OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) { argument
83 const CFX_PointF& point) {
99 FWL_WidgetHit CXFA_FFSignature::OnHitTest(const CFX_PointF& point) { argument
101 m_pNormalWidget->HitTest(FWLToClient(point)) !
49 OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) argument
58 OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) argument
67 OnMouseWheel(uint32_t dwFlags, int16_t zDelta, const CFX_PointF& point) argument
73 OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) argument
82 OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) argument
112 OnSetCursor(const CFX_PointF& point) argument
[all...]
H A Dxfa_ffsignature.h24 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
25 bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
26 bool OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
27 bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) override;
31 bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
32 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
33 bool OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
38 FWL_WidgetHit OnHitTest(const CFX_PointF& point) override;
39 bool OnSetCursor(const CFX_PointF& point) override;
H A Dxfa_fffield.h34 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
35 bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
36 bool OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
37 bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) override;
40 const CFX_PointF& point) override;
41 bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
42 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
43 bool OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
50 FWL_WidgetHit OnHitTest(const CFX_PointF& point) override;
51 bool OnSetCursor(const CFX_PointF& point) overrid
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp42 typedef clover::point<size_t, 3> point; typedef in class:clover::resource
47 void copy(command_queue &q, const point &origin, const point &region,
48 resource &src_resource, const point &src_origin);
51 const point &origin, const point &region);
73 point offset;
98 sub_resource(clover::resource &r, point offset);
108 bool blocking, const resource::point
[all...]
H A Dgeometry.hpp34 class point { class in namespace:clover
36 point() : a() { function in class:clover::point
39 point(std::initializer_list<T> v) { function in class:clover::point
44 point(const T *v) { function in class:clover::point
56 point operator+(const point &p) const {
57 point q;
63 T operator()(const point &p) const {
/external/freetype/src/autofit/
H A Dafhints.c247 AF_Point point = hints->points + point_idx; local
257 if ( point >= segment->first && point <= segment->last )
267 if ( point == p )
311 AF_Point point; local
322 for ( point = points; point < limit; point++ )
324 int point_idx = AF_INDEX_NUM( point, points );
332 if ( contour < climit && *contour == point )
823 AF_Point point; local
1136 AF_Point point = hints->points; local
1182 AF_Point point, first, last; local
1208 AF_Point point, first, last; local
1261 AF_Point point; local
1502 AF_Point point; local
1629 AF_Point point; local
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderResultPointCallback.java30 public void foundPossibleResultPoint(ResultPoint point) { argument
31 viewfinderView.addPossibleResultPoint(point);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_geometry.cc17 bool DesktopRect::Contains(const DesktopVector& point) const {
18 return point.x() >= left() && point.x() < right() &&
19 point.y() >= top() && point.y() < bottom();
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
H A DEuclideanIntegerPoint.java36 private final int[] point; field in class:EuclideanIntegerPoint
41 * @param point the n-dimensional point in integer space
43 public EuclideanIntegerPoint(final int[] point) { argument
44 this.point = point;
48 * Get the n-dimensional point in integer space.
52 return point;
57 return MathUtils.distance(point, p.getPoint());
81 if (point
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
H A DMyBean.java24 private Point point; field in class:MyBean
30 return point;
33 public void setPoint(Point point) { argument
34 this.point = point;
68 if (!point.equals(bean.point)) {
/external/curl/src/
H A Dtool_cb_prg.c56 curl_off_t point; local
62 point = dlnow + ulnow + bar->initial_size;
64 if(bar->calls && (tvdiff(now, bar->prevtime) < 100L) && point < total)
69 if(point > total)
71 total = point;
78 curl_off_t thisblock = point / 1024;
84 else if(point != bar->prev) {
85 frac = (double)point / (double)total;
97 bar->prev = point;
/external/freetype/src/pshinter/
H A Dpshalgo.c940 /* we need at least 4 points to create an inflection point */
1079 /* load outline point coordinates into hinter glyph */
1085 PSH_Point point = glyph->points; local
1089 for ( ; count > 0; count--, point++, vec++ )
1091 point->flags2 = 0;
1092 point->hint = NULL;
1095 point->org_u = vec->x;
1096 point->org_v = vec->y;
1100 point->org_u = vec->y;
1101 point
1119 PSH_Point point = glyph->points; local
1186 PSH_Point point; local
1219 PSH_Point point = points; local
1298 PSH_Point point, before, after; local
1364 PSH_Point point, before, after; local
1412 psh_hint_table_find_strong_points( PSH_Hint_Table table, PSH_Point point, FT_UInt count, FT_Int threshold, FT_Int major_dir ) argument
1602 PSH_Point point = glyph->points + first; local
1618 PSH_Point point = glyph->points; local
1631 PSH_Point point = glyph->points; local
1651 PSH_Point point = glyph->points; local
1726 PSH_Point point = glyph->points; local
1787 PSH_Point point; local
1937 PSH_Point first, next, point; local
[all...]

Completed in 517 milliseconds

1234567891011>>