/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
PerspectiveTransformOperation.h | 42 Length perspective() const { return m_p; } 45 virtual bool isIdentity() const { return !floatValueForLength(m_p, 1); } 53 return m_p == p->m_p; 58 transform.applyPerspective(floatValueForLength(m_p, 1)); 64 : m_p(p) 69 Length m_p; member in class:WebCore::PerspectiveTransformOperation
|
PerspectiveTransformOperation.cpp | 42 double p = floatValueForLength(m_p, 1); 48 Length fromP = fromOp ? fromOp->m_p : Length(m_p.type()); 49 Length toP = m_p;
|
/external/clang/test/SemaTemplate/ |
derived.cpp | 51 TFP m_p; member in class:rdar14183893::A
|
/external/eigen/Eigen/src/LU/ |
PartialPivLU.h | 111 return m_p; 175 PermutationType m_p; member in class:Eigen::PartialPivLU 184 m_p(), 194 m_p(size), 204 m_p(matrix.rows()), 400 m_p = m_rowsTranspositions; 425 res = m_p.inverse() * res;
|
FullPivLU.h | 134 return m_p; 376 PermutationPType m_p; member in class:Eigen::FullPivLU 394 m_p(rows), 406 m_p(matrix.rows()), 489 m_p.setIdentity(rows); 491 m_p.applyTranspositionOnTheRight(k, m_rowsTranspositions.coeff(k)); 526 res = m_p.inverse() * res;
|
/external/eigen/Eigen/src/UmfPackSupport/ |
UmfPackSupport.h | 182 return m_p; 320 mutable IntColVectorType m_p; member in class:Eigen::UmfPackLU 357 m_p.resize(rows); 363 m_p.data(), m_q.data(), 0, 0, 0, m_numeric);
|
/external/eigen/Eigen/src/SuperLUSupport/ |
SuperLUSupport.h | 395 m_p.resize(size); 441 mutable IntColVectorType m_p; member in class:Eigen::SuperLUBase 549 return m_p; 567 using Base::m_p; 620 SuperLU_gssvx(&m_sluOptions, &m_sluA, m_q.data(), m_p.data(), &m_sluEtree[0], 668 m_q.data(), m_p.data(), 875 using Base::m_p; 934 SuperLU_gsisx(&m_sluOptions, &m_sluA, m_q.data(), m_p.data(), &m_sluEtree[0], 979 m_q.data(), m_p.data(),
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
box2d.js | 65 b.m_localPoint.SetV(m);for(m=r=0;m<y.b2_maxManifoldPoints;++m){s=t[m];if(J.x*s.v.x+J.y*s.v.y-e<=v){C=b.m_points[r];x=f.R;X=s.v.x-f.position.x;$=s.v.y-f.position.y;C.m_localPoint.x=X*x.col1.x+$*x.col1.y;C.m_localPoint.y=X*x.col2.x+$*x.col2.y;C.m_id.Set(s.id);C.m_id.features.flip=T;++r}}b.m_pointCount=r}}}}};M.CollideCircles=function(b,e,f,m,r){b.m_pointCount=0;var s,v;s=f.R;v=e.m_p;var t=f.position.x+(s.col1.x*v.x+s.col2.x*v.y);f=f.position.y+(s.col1.y*v.x+s.col2.y*v.y);s=r.R;v=m.m_p;t=r.position.x+ 66 (s.col1.x*v.x+s.col2.x*v.y)-t;r=r.position.y+(s.col1.y*v.x+s.col2.y*v.y)-f;s=e.m_radius+m.m_radius;if(!(t*t+r*r>s*s)){b.m_type=E.e_circles;b.m_localPoint.SetV(e.m_p);b.m_localPlaneNormal.SetZero();b.m_pointCount=1;b.m_points[0].m_localPoint.SetV(m.m_p);b.m_points[0].m_id.key=0}};M.CollidePolygonAndCircle=function(b,e,f,m,r){var s=b.m_pointCount=0,v=0,t,x;x=r.R;t=m.m_p;var C=r.position.y+(x.col1.y*t.x+x.col2.y*t.y);s=r.position.x+(x.col1.x*t.x+x.col2.x*t.y)-f.position.x;v=C-f.position.y;x=f.R;f=s* 69 (x-t)*e[s].y;if(C>r)return;b.m_pointCount=1;b.m_type=E.e_faceA;b.m_localPlaneNormal.x=e[s].x;b.m_localPlaneNormal.y=e[s].y;b.m_localPlaneNormal.Normalize();b.m_localPoint.Set(J,t)}}b.m_points[0].m_localPoint.SetV(m.m_p);b.m_points[0].m_id.key=0};M.TestOverlap=function(b,e){var f=e.lowerBound,m=b.upperBound,r=f.x-m.x,s=f.y-m.y;f=b.lowerBound;m=e.upperBound;var v=f.y-m.y;if(r>0||s>0)return false;if(f.x-m.x>0||v>0)return false;return true};Box2D.postDefs.push(function(){Box2D.Collision.b2Collision.s_incidentEdge= 76 new Vector_a2j_Number(3);Box2D.Collision.b2Distance.s_saveB=new Vector_a2j_Number(3)});Y.b2DistanceInput=function(){};k.b2DistanceOutput=function(){this.pointA=new p;this.pointB=new p};z.b2DistanceProxy=function(){};z.prototype.Set=function(b){switch(b.GetType()){case K.e_circleShape:b=b instanceof F?b:null;this.m_vertices=new Vector(1,true);this.m_vertices[0]=b.m_p;this.m_count=1;this.m_radius=b.m_radius;break;case K.e_polygonShape:b=b instanceof G?b:null;this.m_vertices=b.m_vertices;this.m_count= [all...] |