Searched refs:point (Results 76 - 100 of 707) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DPointTest.cpp27 SkPoint point; local
28 point.set(x, y);
29 SkScalar oldLength = point.length();
30 SkScalar returned = SkPoint::Normalize(&point);
31 SkScalar newLength = point.length();
40 SkPoint point; local
41 point.set(x, y);
42 SkScalar s1 = point.length();
53 // notices that I will generate an overflow... which is exactly the point
140 // Scale a (1,1) point t
[all...]
/external/valgrind/none/tests/s390x/
H A Dfpext_fail.stderr.exp3 Encountered an instruction that requires the floating point extension facility.
H A Dtest_sig.stdout.exp7 floating point is now: 1.000000 1.000000 1.000000 1.000000 1.000000
/external/boringssl/src/crypto/ec/
H A Dsimple.c238 int ec_GFp_simple_point_init(EC_POINT *point) { argument
239 BN_init(&point->X);
240 BN_init(&point->Y);
241 BN_init(&point->Z);
246 void ec_GFp_simple_point_finish(EC_POINT *point) { argument
247 BN_free(&point->X);
248 BN_free(&point->Y);
249 BN_free(&point->Z);
252 void ec_GFp_simple_point_clear_finish(EC_POINT *point) { argument
253 BN_clear_free(&point
268 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
290 ec_GFp_simple_set_Jprojective_coordinates_GFp( const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
316 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
359 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
690 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
699 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
703 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
921 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_linklist.h25 const CFX_PointF& point,
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_annothandlermgr.cpp109 const CFX_PointF& point) {
112 ->OnLButtonDown(pPageView, pAnnot, nFlags, point);
119 const CFX_PointF& point) {
122 ->OnLButtonUp(pPageView, pAnnot, nFlags, point);
129 const CFX_PointF& point) {
132 ->OnLButtonDblClk(pPageView, pAnnot, nFlags, point);
139 const CFX_PointF& point) {
142 ->OnMouseMove(pPageView, pAnnot, nFlags, point);
150 const CFX_PointF& point) {
153 ->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point);
105 Annot_OnLButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
115 Annot_OnLButtonUp( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
125 Annot_OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
135 Annot_OnMouseMove( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
145 Annot_OnMouseWheel( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
156 Annot_OnRButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
166 Annot_OnRButtonUp( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
264 Annot_OnHitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
/external/skia/tools/
H A DSkShaper.h35 SkPoint point) const;
/external/ImageMagick/MagickCore/
H A Ddraw.c156 point;
456 point;
463 point=points[i];
465 points[number_points-(i+1)]=point;
476 point,
516 (void) ResetMagickMemory(&point,0,sizeof(point));
561 point=path_info[i].point;
562 points[0]=point;
153 point; member in struct:_PathInfo
449 point; local
469 point, local
1129 point; local
1175 point; local
1652 IsPoint(const char *point) argument
1664 TracePoint(PrimitiveInfo *primitive_info, const PointInfo point) argument
1710 point; local
3396 point; local
4218 point; local
5257 point, local
5372 point; local
5452 point = {0.0, 0.0}, local
5806 point; local
5843 point; local
[all...]
/external/boringssl/include/openssl/
H A Dec.h82 * the encoding of a elliptic curve point (x,y) */
84 /* POINT_CONVERSION_COMPRESSED indicates that the point is encoded as z||x,
89 /* POINT_CONVERSION_UNCOMPRESSED indicates that the point is encoded as
93 /* POINT_CONVERSION_HYBRID indicates that the point is encoded as z||x||y,
162 /* EC_POINT_free frees |point| and the data that it points to. */
163 OPENSSL_EXPORT void EC_POINT_free(EC_POINT *point);
165 /* EC_POINT_clear_free clears the data that |point| points to, frees it and
166 * then frees |point| itself. */
167 OPENSSL_EXPORT void EC_POINT_clear_free(EC_POINT *point);
178 /* EC_POINT_set_to_infinity sets |point| t
[all...]
/external/boringssl/src/include/openssl/
H A Dec.h82 * the encoding of a elliptic curve point (x,y) */
84 /* POINT_CONVERSION_COMPRESSED indicates that the point is encoded as z||x,
89 /* POINT_CONVERSION_UNCOMPRESSED indicates that the point is encoded as
93 /* POINT_CONVERSION_HYBRID indicates that the point is encoded as z||x||y,
162 /* EC_POINT_free frees |point| and the data that it points to. */
163 OPENSSL_EXPORT void EC_POINT_free(EC_POINT *point);
165 /* EC_POINT_clear_free clears the data that |point| points to, frees it and
166 * then frees |point| itself. */
167 OPENSSL_EXPORT void EC_POINT_clear_free(EC_POINT *point);
178 /* EC_POINT_set_to_infinity sets |point| t
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLECPointContext.java56 OpenSSLECPointContext point = new OpenSSLECPointContext(group, new NativeRef.EC_POINT(
59 point.getNativeRef(), javaPoint.getAffineX().toByteArray(),
61 return point;
/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
63 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
66 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit
69 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit
75 # CHECK-ERROR: error: invalid hexadecimal floating-point constant: expected exponent part 'p'
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.h44 const CFX_PointF& point);
48 const CFX_PointF& point);
52 const CFX_PointF& point);
56 const CFX_PointF& point);
61 const CFX_PointF& point);
65 const CFX_PointF& point);
69 const CFX_PointF& point);
107 CFX_PointF FFLtoPWL(const CFX_PointF& point);
108 CFX_PointF PWLtoFFL(const CFX_PointF& point);
176 const CFX_PointF& point) overrid
[all...]
H A Dcffl_formfiller.cpp122 const CFX_PointF& point) {
127 if (!rect.Contains(static_cast<int>(point.x), static_cast<int>(point.y)))
130 return pWnd->OnLButtonDown(WndtoPWL(pPageView, point), nFlags);
139 const CFX_PointF& point) {
145 pWnd->OnLButtonUp(WndtoPWL(pPageView, point), nFlags);
152 const CFX_PointF& point) {
157 pWnd->OnLButtonDblClk(WndtoPWL(pPageView, point), nFlags);
164 const CFX_PointF& point) {
165 if (m_ptOldPos != point)
119 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
136 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
149 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
161 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
176 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
188 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
200 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
483 FFLtoPWL(const CFX_PointF& point) argument
489 PWLtoFFL(const CFX_PointF& point) argument
615 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
628 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
642 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dxfa_ffwidget.h63 virtual bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point);
64 virtual bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point);
65 virtual bool OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point);
66 virtual bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point);
69 const CFX_PointF& point);
70 virtual bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point);
71 virtual bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point);
72 virtual bool OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point);
79 virtual FWL_WidgetHit OnHitTest(const CFX_PointF& point);
80 virtual bool OnSetCursor(const CFX_PointF& point);
[all...]
/external/skia/gm/
H A Drepeated_bitmap.cpp24 SkScalar point[2] = {-0.5f * image->width(), -0.5f * image->height()}; local
32 canvas->drawImage(image, point[0], point[1]);
/external/tpm2/
H A DECDH_ZGen.c17 // TPM_RC_NO_RESULT multiplying inPoint resulted in a point at infinity
51 result = CryptEccPointMultiply(&out->outPoint.t.point,
54 &in->inPoint.t.point);
58 out->outPoint.t.size = TPMS_ECC_POINT_Marshal(&out->outPoint.t.point,
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DWidget.java85 * @param anchor The point of reference used by this positioning call.
110 * Determines whether or not point lies within this Widget.
112 * @param point
115 public boolean containsPoint(PointF point) { argument
116 //return outlineRect != null && outlineRect.contains(point.x, point.y);
117 return widgetDimensions.canvasRect.contains(point.x, point.y);
280 PointF point = new PointF(x, y);
281 return PixelUtils.sub(point, getAnchorOffse
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dv3_crld.c256 DIST_POINT *point = NULL; local
257 point = DIST_POINT_new();
258 if (!point)
263 ret = set_dist_point_name(&point->distpoint, ctx, cnf);
269 if (!set_reasons(&point->reasons, cnf->value))
272 point->CRLissuer = gnames_from_sectname(ctx, cnf->value);
273 if (!point->CRLissuer)
278 return point;
281 if (point)
282 DIST_POINT_free(point);
297 DIST_POINT *point; local
518 DIST_POINT *point; local
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp33 box(const resource::point &origin, const resource::point &size) :
56 resource::copy(command_queue &q, const point &origin, const point &region,
57 resource &src_res, const point &src_origin) {
58 point p = offset + origin;
67 const point &origin, const point &region) {
165 sub_resource::sub_resource(clover::resource &r, point offset) :
173 const resource::point
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Dapp_ui.py58 def Tap(self, point=None, dp_units=False):
62 point: An optional geometry.Point instance indicating the location to
65 dp_units: If True, indicates that the coordinates of the point are given
67 pixels. This option has no effect when the point is ommited.
69 if point is None:
70 point = self.bounds.center
73 point = (float(self._device.pixel_density) / 160) * point
74 point += self.bounds.top_left
76 x, y = (str(int(v)) for v in point)
[all...]
/external/libmojo/third_party/catapult/devil/devil/android/
H A Dapp_ui.py58 def Tap(self, point=None, dp_units=False):
62 point: An optional geometry.Point instance indicating the location to
65 dp_units: If True, indicates that the coordinates of the point are given
67 pixels. This option has no effect when the point is ommited.
69 if point is None:
70 point = self.bounds.center
73 point = (float(self._device.pixel_density) / 160) * point
74 point += self.bounds.top_left
76 x, y = (str(int(v)) for v in point)
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.h87 FX_FLOAT GetTrackPointPos(const CFX_PointF& point);
91 void OnLButtonDown(const CFX_PointF& point);
92 void OnLButtonUp(const CFX_PointF& point);
93 void OnMouseMove(const CFX_PointF& point);
100 const CFX_PointF& point);
104 const CFX_PointF& point);
108 const CFX_PointF& point);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c203 * Compute the point->coef[] array dadx, dady, a0 values.
305 /* x/y positions in fixed point */
312 /* Point size as fixed point integer, remove rounding errors
322 struct lp_rast_triangle *point; local
357 point = lp_setup_alloc_triangle(scene,
361 if (!point)
365 point->v[0][0] = v0[0][0];
366 point->v[0][1] = v0[0][1];
374 info.a0 = GET_A0(&point->inputs);
375 info.dadx = GET_DADX(&point
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DNonLinearConjugateGradientOptimizer.java125 final int n = point.length;
126 double[] r = computeObjectiveGradient(point);
134 double[] steepestDescent = preconditioner.precondition(point, r);
145 final double objective = computeObjectiveValue(point);
147 current = new RealPointValuePair(point, objective);
166 // validate new point
167 for (int i = 0; i < point.length; ++i) {
168 point[i] += step * searchDirection[i];
170 r = computeObjectiveGradient(point);
179 final double[] newSteepestDescent = preconditioner.precondition(point,
[all...]

Completed in 1235 milliseconds

1234567891011>>