Searched refs:point (Results 51 - 75 of 707) sorted by relevance

1234567891011>>

/external/tpm2/
H A DECDH_KeyGen.c46 &out->pubPoint.t.point, &sensitive);
48 out->pubPoint.t.size = TPMS_ECC_POINT_Marshal(&out->pubPoint.t.point,
52 result = CryptEccPointMultiply(&out->zPoint.t.point,
55 // The point in the key is not on the curve. Indicate that the key is bad.
59 // multiplication resulted in the point at infinity, so get a new
65 // Marshal the values to generate the point.
66 out->zPoint.t.size = TPMS_ECC_POINT_Marshal(&out->zPoint.t.point,
H A DEC_Ephemeral.c25 // Get the random value that will be used in the point multiplications
33 CryptEccPointMultiply(&out->Q.t.point, in->curveID, &r, NULL);
H A DCommit.c16 // TPM_RC_ECC_POINT either P1 or the point derived from s2 is not on the curve of
21 // TPM_RC_NO_RESULT K, L or E was a point at infinity; or failed to generate r value
70 // Get the random value that will be used in the point multiplications
108 // NOTE: an "empty" point has two UINT16 values which are the size values
112 pP1 = &in->P1.t.point;
118 // The work is not done in-line because it does several point multiplies
121 result = CryptCommitCompute(&out->K.t.point,
122 &out->L.t.point,
123 &out->E.t.point,
132 out->K.t.size = TPMS_ECC_POINT_Marshal(&out->K.t.point, NUL
[all...]
/external/v8/src/
H A Ddtoa.h18 // Return a fixed number of digits after the decimal point.
32 // The result should be interpreted as buffer * 10^(point-length).
43 // 'requested_digits' digits after the decimal point. The produced digits
45 // Example: toFixed(0.001, 5) is allowed to return buffer="1", point=-2.
47 // toFixed(0.15, 2) thus returns buffer="2", point=0.
60 Vector<char> buffer, int* sign, int* length, int* point);
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dclosest_point.hpp33 /// @brief Find the point on a straight line which is the closet of a point.
53 /// Find the point on a straight line which is the closet of a point.
57 detail::tvec3<T, P> const & point,
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DCurveFitter.java59 /** Add an observed (x,y) point to the sample with unit weight.
62 * @param x abscissa of the point
63 * @param y observed value of the point at x, after fitting we should
73 /** Add an observed weighted (x,y) point to the sample.
74 * @param weight weight of the observed point in the fit
75 * @param x abscissa of the point
76 * @param y observed value of the point at x, after fitting we should
86 /** Add an observed weighted (x,y) point to the sample.
87 * @param observed observed point to add
123 * @exception IllegalArgumentException if the start point dimensio
182 value(double[] point) argument
[all...]
/external/deqp/framework/common/
H A DtcuInterval.cpp39 TCU_SET_INTERVAL(val, point, point = func(x)));
53 TCU_SET_INTERVAL(val, point, point = func(x, y)));
82 TCU_SET_INTERVAL(val, point, point = xp - yp));
91 TCU_SET_INTERVAL(val, point, point = xp * yp));
108 TCU_SET_INTERVAL(val, point, point
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannothandler.cpp99 const CFX_PointF& point) {
106 const CFX_PointF& point) {
113 const CFX_PointF& point) {
120 const CFX_PointF& point) {
128 const CFX_PointF& point) {
135 const CFX_PointF& point) {
142 const CFX_PointF& point) {
149 const CFX_PointF& point) {
198 const CFX_PointF& point) {
201 return GetViewBBox(pPageView, pAnnot).Contains(point);
96 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
103 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
110 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
117 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
124 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
132 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
139 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
146 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
196 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_baannothandler.h42 const CFX_PointF& point) override;
59 const CFX_PointF& point) override;
63 const CFX_PointF& point) override;
67 const CFX_PointF& point) override;
71 const CFX_PointF& point) override;
76 const CFX_PointF& point) override;
80 const CFX_PointF& point) override;
84 const CFX_PointF& point) override;
88 const CFX_PointF& point) override;
H A Dcpdfsdk_widgethandler.h42 const CFX_PointF& point) override;
59 const CFX_PointF& point) override;
63 const CFX_PointF& point) override;
67 const CFX_PointF& point) override;
71 const CFX_PointF& point) override;
76 const CFX_PointF& point) override;
80 const CFX_PointF& point) override;
84 const CFX_PointF& point) override;
88 const CFX_PointF& point) override;
H A Dcpdfsdk_xfawidgethandler.h37 const CFX_PointF& point) override;
53 const CFX_PointF& point) override;
57 const CFX_PointF& point) override;
61 const CFX_PointF& point) override;
65 const CFX_PointF& point) override;
70 const CFX_PointF& point) override;
74 const CFX_PointF& point) override;
78 const CFX_PointF& point) override;
82 const CFX_PointF& point) override;
H A Dcpdfsdk_xfawidgethandler.cpp102 const CFX_PointF& point) {
123 pWidgetHandler->OnHitTest(pAnnot->GetXFAWidget(), point);
149 const CFX_PointF& point) {
155 GetFWLFlags(nFlags), point);
161 const CFX_PointF& point) {
167 GetFWLFlags(nFlags), point);
174 const CFX_PointF& point) {
180 GetFWLFlags(nFlags), point);
186 const CFX_PointF& point) {
192 GetFWLFlags(nFlags), point);
100 HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
146 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
158 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
170 OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
183 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
195 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
208 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
220 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
232 OnRButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
[all...]
H A Dcpdfsdk_pageview.cpp132 CPDFSDK_Annot* CPDFSDK_PageView::GetFXAnnotAtPoint(const CFX_PointF& point) { argument
139 if (rc.Contains(point))
145 CPDFSDK_Annot* CPDFSDK_PageView::GetFXWidgetAtPoint(const CFX_PointF& point) { argument
156 if (pAnnotMgr->Annot_OnHitTest(this, pSDKAnnot.Get(), point))
245 bool CPDFSDK_PageView::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { argument
246 CPDFSDK_Annot::ObservedPtr pAnnot(GetFXWidgetAtPoint(point));
254 if (!pAnnotHandlerMgr->Annot_OnLButtonDown(this, &pAnnot, nFlag, point))
265 bool CPDFSDK_PageView::OnRButtonDown(const CFX_PointF& point, uint32_t nFlag) { argument
266 CPDFSDK_Annot::ObservedPtr pAnnot(GetFXWidgetAtPoint(point));
272 bool ok = pAnnotHandlerMgr->Annot_OnRButtonDown(this, &pAnnot, nFlag, point);
282 OnRButtonUp(const CFX_PointF& point, uint32_t nFlag) argument
296 OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) argument
310 OnMouseMove(const CFX_PointF& point, int nFlag) argument
342 OnMouseWheel(double deltaX, double deltaY, const CFX_PointF& point, int nFlag) argument
[all...]
H A Dcpdfsdk_annothandlermgr.h61 const CFX_PointF& point);
65 const CFX_PointF& point);
69 const CFX_PointF& point);
73 const CFX_PointF& point);
78 const CFX_PointF& point);
82 const CFX_PointF& point);
86 const CFX_PointF& point);
103 const CFX_PointF& point);
/external/pdfium/xfa/fxfa/
H A Dxfa_ffwidgethandler.h32 const CFX_PointF& point);
35 const CFX_PointF& point);
38 const CFX_PointF& point);
41 const CFX_PointF& point);
45 const CFX_PointF& point);
48 const CFX_PointF& point);
51 const CFX_PointF& point);
54 const CFX_PointF& point);
59 FWL_WidgetHit OnHitTest(CXFA_FFWidget* hWidget, const CFX_PointF& point);
60 bool OnSetCursor(CXFA_FFWidget* hWidget, const CFX_PointF& point);
[all...]
/external/boringssl/src/crypto/ec/
H A Doct.c78 const EC_POINT *point,
93 if (EC_POINT_is_at_infinity(group, point)) {
125 if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) {
172 static int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, argument
228 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
240 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) {
253 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, argument
255 if (group->meth != point->meth) {
259 return ec_GFp_simple_oct2point(group, point, buf, len, ctx);
262 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, argument
77 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, uint8_t *buf, size_t len, BN_CTX *ctx) argument
272 EC_POINT_point2cbb(CBB *out, const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
283 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
408 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py189 for point in plotPoints:
190 #c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,5,0,2*math.pi,1)
191 c.addArc((point[0]-minTime)*scale,point[1]*typesize+6,typesize/4,0,2*math.pi,1)
192 theColour = colourLookup[(point[2])[0]]
193 if (((point[2])[0]) != "L") and (((point[2])[0]) != "Q") and (((point[2])[0]) != "P") and (((point[
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ScrollBar.h56 bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override;
57 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
58 bool OnMouseMove(const CFX_PointF& point, uint32_t nFlag) override;
130 bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override;
131 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
155 void OnMinButtonLBDown(const CFX_PointF& point);
156 void OnMinButtonLBUp(const CFX_PointF& point);
157 void OnMinButtonMouseMove(const CFX_PointF& point);
159 void OnMaxButtonLBDown(const CFX_PointF& point);
160 void OnMaxButtonLBUp(const CFX_PointF& point);
[all...]
H A DPWL_SpecialButton.cpp40 bool CPWL_CheckBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { argument
61 bool CPWL_RadioButton::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { argument
H A DPWL_SpecialButton.h29 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
46 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DAbstractUnivariateRealOptimizer.java183 * @param point point at which the objective function must be evaluated
184 * @return objective function value at specified point
192 final double point)
195 throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), point);
197 return f.value(point);
203 * @param point Point at which the objective function must be evaluated.
204 * @return the objective function value at specified point.
208 protected double computeObjectiveValue(double point) argument
212 throw new FunctionEvaluationException(new MaxEvaluationsExceededException(maxEvaluations), point);
191 computeObjectiveValue(final UnivariateRealFunction f, final double point) argument
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java35 Point point = new Point(x, y, LINE_TO);
36 points.add(point);
41 quadDescription = "Add a quadratic bezier from last point, approaching (" + x1 + "," + y1 + "), " +
87 Point point = (Point) o;
89 if (Float.compare(point.x, x) != 0) return false;
90 if (Float.compare(point.y, y) != 0) return false;
91 if (type != point.type) return false;
/external/libxml2/
H A DgenUnicode.py112 point = string.strip(fields[0]) variable
114 while point != '':
116 if point[0] >= '0' and point[0] <= '9':
117 value = value + ord(point[0]) - ord('0')
118 elif point[0] >= 'A' and point[0] <= 'F':
119 value = value + 10 + ord(point[0]) - ord('A')
120 elif point[0] >= 'a' and point[
122 point = point[1:] variable
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h77 float *point, float *normal);
79 float *point, float *normal);
/external/pdfium/xfa/fwl/
H A Dcfwl_scrollbar.cpp277 FX_FLOAT CFWL_ScrollBar::GetTrackPointPos(const CFX_PointF& point) { argument
278 CFX_PointF diff = point - m_cpTrackPoint;
363 void CFWL_ScrollBar::OnLButtonDown(const CFX_PointF& point) { argument
370 m_cpTrackPoint = point;
372 if (m_rtMinBtn.Contains(point))
373 DoMouseDown(0, m_rtMinBtn, m_iMinButtonState, point);
374 else if (m_rtThumb.Contains(point))
375 DoMouseDown(1, m_rtThumb, m_iThumbButtonState, point);
376 else if (m_rtMaxBtn.Contains(point))
377 DoMouseDown(2, m_rtMaxBtn, m_iMaxButtonState, point);
387 OnLButtonUp(const CFX_PointF& point) argument
398 OnMouseMove(const CFX_PointF& point) argument
420 DoMouseDown(int32_t iItem, const CFX_RectF& rtItem, int32_t& iState, const CFX_PointF& point) argument
433 DoMouseUp(int32_t iItem, const CFX_RectF& rtItem, int32_t& iState, const CFX_PointF& point) argument
447 DoMouseMove(int32_t iItem, const CFX_RectF& rtItem, int32_t& iState, const CFX_PointF& point) argument
[all...]

Completed in 843 milliseconds

1234567891011>>