Searched refs:pt (Results 76 - 100 of 582) sorted by relevance

1234567891011>>

/external/eigen/unsupported/test/
H A Dsplines.cpp128 Vector3d pt = spline(u(i)); local
129 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
156 Vector3d pt = spline(u(i)); local
157 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
196 Vector2d pt = spline(u(i)); local
197 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
218 PointType pt = spline( chord_lengths(i) ); local
220 VERIFY( (pt - ref).matrix().norm() < 1e-14 );
230 PointType pt = spline( chord_lengths(i) ); local
232 VERIFY( (pt
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c88 const struct pipe_resource *pt = &tex->b.b; local
95 if (pt->format == PIPE_FORMAT_UYVY ||
96 pt->format == PIPE_FORMAT_YUYV)
99 if (pt->format == PIPE_FORMAT_B8G8R8A8_SRGB ||
100 pt->format == PIPE_FORMAT_L8_SRGB )
118 if (pt->target == PIPE_TEXTURE_3D &&
138 lastlod = pt->last_level << 4;
305 const struct pipe_resource *pt = &tex->b.b; local
306 uint width = pt->width0, height = pt
[all...]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
H A Dmanpage.css7 blockquote { margin: 10pt; }
15 color: #ff6600; font-size: 10pt;
19 color: #ffffff; font-size: 10pt;
31 color: #336699; font-size: 11pt;
35 color: #336699; font-size: 12pt;
39 color: #000000; font-size: 9pt;
46 color: #336699; font-size: 18pt;
71 font-size: 10pt;
75 color: #000000; font-size: 9pt; font-style: italic;
82 .meerkatDescription { font-family: sans-serif; font-size: 10pt; colo
[all...]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
H A Dmanpage.css7 blockquote { margin: 10pt; }
15 color: #ff6600; font-size: 10pt;
19 color: #ffffff; font-size: 10pt;
31 color: #336699; font-size: 11pt;
35 color: #336699; font-size: 12pt;
39 color: #000000; font-size: 9pt;
46 color: #336699; font-size: 18pt;
71 font-size: 10pt;
75 color: #000000; font-size: 9pt; font-style: italic;
82 .meerkatDescription { font-family: sans-serif; font-size: 10pt; colo
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c38 layer_offset(struct pipe_resource *pt, unsigned level, unsigned layer) argument
40 struct nv30_miptree *mt = nv30_miptree(pt);
43 if (pt->target == PIPE_TEXTURE_CUBE)
51 struct pipe_resource *pt,
54 struct nv30_miptree *mt = nv30_miptree(pt);
66 nv30_miptree_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt) argument
68 struct nv30_miptree *mt = nv30_miptree(pt);
89 define_rect(struct pipe_resource *pt, unsigned level, unsigned z, argument
93 struct nv30_miptree *mt = nv30_miptree(pt);
96 rect->w = u_minify(pt
50 nv30_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_resource *pt, struct winsys_handle *handle) argument
261 nv30_miptree_transfer_map(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) argument
369 struct pipe_resource *pt = &mt->base.base; local
499 nv30_miptree_surface_new(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *tmpl) argument
[all...]
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp158 SkDPoint pt; local
159 if (pinTs(&cubicT, &lineT, &pt, kPointUninitialized) && uniqueAnswer(cubicT, pt)) {
160 fIntersections->insert(cubicT, lineT, pt);
193 SkDPoint pt = { fCubic.ptAtT(cubicT).fX, axisIntercept }; local
194 double lineT = (pt.fX - left) / (right - left);
195 if (pinTs(&cubicT, &lineT, &pt, kPointInitialized) && uniqueAnswer(cubicT, pt)) {
196 fIntersections->insert(cubicT, lineT, pt);
206 bool uniqueAnswer(double cubicT, const SkDPoint& pt) { argument
256 SkDPoint pt = { axisIntercept, fCubic.ptAtT(cubicT).fY }; local
376 pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) argument
[all...]
/external/skqp/src/pathops/
H A DSkDCubicLineIntersection.cpp158 SkDPoint pt; local
159 if (pinTs(&cubicT, &lineT, &pt, kPointUninitialized) && uniqueAnswer(cubicT, pt)) {
160 fIntersections->insert(cubicT, lineT, pt);
193 SkDPoint pt = { fCubic.ptAtT(cubicT).fX, axisIntercept }; local
194 double lineT = (pt.fX - left) / (right - left);
195 if (pinTs(&cubicT, &lineT, &pt, kPointInitialized) && uniqueAnswer(cubicT, pt)) {
196 fIntersections->insert(cubicT, lineT, pt);
206 bool uniqueAnswer(double cubicT, const SkDPoint& pt) { argument
256 SkDPoint pt = { axisIntercept, fCubic.ptAtT(cubicT).fY }; local
376 pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) argument
[all...]
/external/opencv/cv/src/
H A Dcvapprox.cpp49 CvPoint pt; member in struct:_CvPtInfo
78 CvPoint pt = chain->origin; local
97 CV_WRITE_SEQ_ELEM( pt, writer );
125 CV_READ_CHAIN_POINT( pt, reader );
134 CV_WRITE_SEQ_ELEM( pt, writer );
142 array[i].pt = pt;
146 //assert( pt.x == chain->origin.x && pt.y == chain->origin.y );
166 pt0 = array[i].pt;
526 CvPoint start_pt = {INT_MIN, INT_MIN}, end_pt = {0, 0}, pt = {0,0}; local
730 CvPoint2D32f start_pt = {-1e6f, -1e6f}, end_pt = {0, 0}, pt = {0,0}; local
[all...]
H A Dcvcalibinit.cpp101 CvPoint2D32f pt; // Coordinates of the corner member in struct:CvCBCorner
347 pt1 = quads[i].corners[k]->pt;
348 pt2 = quads[i].corners[(k+1)%4]->pt;
403 pt1 = quads[i].corners[k]->pt;
404 pt2 = quads[i].corners[(k+1)%4]->pt;
435 out_corners[i] = corner_group[i]->pt;
807 CvPoint2D32f pt = quad->corners[i]->pt; local
809 float dx = pt.x - quad->corners[j]->pt
1049 CvPoint2D32f pt = q->corners[j]->pt; local
1469 CvPoint2D32f pt; local
1656 CvPoint pt[4]; local
1718 CvPoint2D32f pt = cvPointTo32f(*(CvPoint*)cvGetSeqElem(src_contour, i)); local
1847 CvPoint pt[4]; local
1944 CvPoint2D32f pt = cvPointTo32f(*(CvPoint*)cvGetSeqElem(src_contour, i)); local
2032 CvPoint pt; local
2070 CvPoint pt; local
[all...]
H A Dcvcontours.cpp71 reader->pt = chain->origin;
89 CvPoint pt = { 0, 0 }; local
98 pt = reader->pt;
114 reader->pt.x = pt.x + icvCodeDeltas[code].x;
115 reader->pt.y = pt.y + icvCodeDeltas[code].y;
120 return pt;
160 CvPoint pt; /* curren member in struct:_CvContourScanner
530 icvFetchContour( schar *ptr, int step, CvPoint pt, CvSeq* contour, int _method ) argument
701 icvFetchContourEx( schar* ptr, int step, CvPoint pt, CvSeq* contour, int _method, int nbd, CvRect* _rect ) argument
1129 CvPoint pt; member in struct:CvLinkedRunPoint
[all...]
H A Dcvshapedescr.cpp98 CvPoint* pt = (CvPoint*)reader.ptr; local
101 dx = (float)pt->x - (float)prev_pt->x;
102 dy = (float)pt->y - (float)prev_pt->y;
106 CvPoint2D32f* pt = (CvPoint2D32f*)reader.ptr; local
109 dx = pt->x - prev_pt->x;
110 dy = pt->y - prev_pt->y;
166 CV_INLINE double icvIsPtInCircle( CvPoint2D32f pt, CvPoint2D32f center, float radius ) argument
168 double dx = pt.x - center.x;
169 double dy = pt.y - center.y;
329 CvPoint pt; local
356 CvPoint2D32f pt; local
560 CvPoint pt; /* pointer to points */ local
1280 CvPoint pt; local
1305 CvPoint pt; local
[all...]
/external/clang/test/SemaCXX/
H A Dbuiltins.cpp33 constexpr T *pt = __builtin_addressof(t); member in namespace:addressof
34 static_assert(&pt->n == &t.n, "");
H A Dfor-range-dereference.cpp39 T *pt; local
40 for (auto i : pt) { } // expected-error{{invalid range expression of type 'T *'; did you mean to dereference it with '*'?}}
86 for (Data *p : pt) { } // expected-error {{invalid range expression of type 'T *'; did you mean to dereference it with '*'?}}
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DServer.java76 * @param pt String to set
78 public void addProductToken(String pt) { argument
79 productTokens.add(pt);
/external/freetype/src/tools/ftrandom/
H A Dftrandom.c246 char* pt; local
252 pt = strrchr( filename, '.' );
253 if ( !pt )
255 if ( pt < strrchr( filename, '/' ) )
259 if ( strcasecmp( pt + 1, extensions[i] ) == 0 ||
260 strcasecmp( pt, extensions[i] ) == 0 )
614 char* pt = argv[i]; local
618 if ( pt[0] == '-' && pt[1] == '-' )
619 pt
[all...]
/external/libdrm/tests/
H A Ddrmstat.c100 char *pt; local
160 count = strtoul(optarg, &pt, 0);
161 size = strtoul(pt+1, &pt, 0);
162 secs = strtoul(pt+1, NULL, 0);
189 count = strtoul(optarg, &pt, 0);
190 size = strtoul(pt+1, NULL, 0);
243 offset = strtoul(optarg, &pt, 0);
244 size = strtoul(pt+1, NULL, 0);
258 offset = strtoul(optarg, &pt,
[all...]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
H A Drpc_clnt_call_complex.c52 bool_t xdr_datas(XDR * pt_xdr, struct datas *pt) argument
54 return (xdr_double(pt_xdr, &(pt->a)) &&
55 xdr_double(pt_xdr, &(pt->b)) && xdr_double(pt_xdr, &(pt->c)));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2/
H A Drpc_svc_2.c46 bool_t xdr_datas(XDR * pt_xdr, struct datas *pt) argument
48 return (xdr_double(pt_xdr, &(pt->a)) &&
49 xdr_double(pt_xdr, &(pt->b)) && xdr_double(pt_xdr, &(pt->c)));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c44 load_color_map_texture(struct gl_context *ctx, struct pipe_resource *pt) argument
53 const uint texSize = pt->width0;
58 pt, 0, 0, PIPE_TRANSFER_WRITE,
76 util_pack_color(rgba, pt->format, &uc);
H A Dst_cb_texture.c168 pipe_resource_reference(&stObj->pt, NULL);
186 if (stImage->pt) {
187 pipe_resource_reference(&stImage->pt, NULL);
506 assert(!stObj->pt);
569 stObj->pt = st_texture_create(st,
581 DBG("%s returning %d\n", __func__, (stObj->pt != NULL));
583 return stObj->pt != NULL;
606 assert(!stImage->pt); /* xxx this might be wrong */
611 if (stObj->pt &&
612 level <= stObj->pt
2732 struct pipe_resource pt; local
2820 struct pipe_resource *pt = stImage->pt; local
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc88 void DestroyPhysicalThread(DDPhysicalThread *pt);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
130 DDPhysicalThread *pt = (DDPhysicalThread*)MmapOrDie(sizeof(DDPhysicalThread), local
132 return pt;
135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { argument
136 pt->~DDPhysicalThread();
137 UnmapOrDie(pt, sizeof(DDPhysicalThread));
197 DDPhysicalThread *pt = cb->pt; local
363 CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *m) argument
405 Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) argument
[all...]
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_screen.cpp640 struct pipe_resource *pt = &res->base; local
642 pipe_format fmt = pt->format;
696 res->swr.width = pt->width0;
697 res->swr.height = pt->height0;
698 res->swr.type = swr_convert_target_type(pt->target);
701 res->swr.numSamples = std::max(1u, pt->nr_samples);
703 if (pt->bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL)) {
712 unsigned width = align(pt->width0, halign);
713 if (pt->target == PIPE_TEXTURE_1D || pt
869 swr_resource_destroy(struct pipe_screen *p_screen, struct pipe_resource *pt) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.h60 nv50_miptree(struct pipe_resource *pt) argument
62 return (struct nv50_miptree *)pt;
81 nv50_miptree_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt);
90 struct pipe_resource *pt,
148 struct pipe_resource *pt,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c129 struct pipe_resource *pt,
134 if (!(pt->bind & (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET))) {
137 pt->bind |= PIPE_BIND_DEPTH_STENCIL;
140 pt->bind |= PIPE_BIND_RENDER_TARGET;
147 pipe_resource_reference(&ps->texture, pt);
150 if (llvmpipe_resource_is_texture(pt)) {
151 assert(surf_tmpl->u.tex.level <= pt->last_level);
153 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
154 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
162 ps->height = pt
128 llvmpipe_create_surface(struct pipe_context *pipe, struct pipe_resource *pt, const struct pipe_surface *surf_tmpl) argument
[all...]
/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp149 for (int pt = 0; pt < roots; ++pt) {
150 double tt1 = i[0][pt];
152 double tt2 = i[1][pt];
156 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
167 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prevL.fX, prevL.fY, i.pt(0).fX, i.pt(0).fY);
169 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", i.pt(0).fX, i.pt(
[all...]

Completed in 716 milliseconds

1234567891011>>