HomeSort by relevance Sort by last modified time
    Searched refs:Distance (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 113 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.linux-arm.mk 113 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.linux-mips.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.linux-x86.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 112 third_party/WebKit/Source/platform/audio/Distance.cpp \
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 967 void Assembler::j(Condition cc, Label* L, Label::Distance distance) {
1000 } else if (distance == Label::kNear) {
1050 void Assembler::jmp(Label* L, Label::Distance distance) {
1066 } else if (distance == Label::kNear) {
    [all...]
full-codegen-x64.cc 40 Label::Distance near_jump = Label::kFar) {
47 Label::Distance near_jump = Label::kFar) {
67 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {
350 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target); local
352 Max(1, distance / kCodeSizeMultiplier));
393 int distance = masm_->pc_offset(); local
395 Max(1, distance / kCodeSizeMultiplier));
    [all...]
code-stubs-x64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 40 Label::Distance distance = Label::kFar) {
42 EmitJump(not_carry, target, distance); // Always taken before patched.
47 Label::Distance distance = Label::kFar) {
49 EmitJump(carry, target, distance); // Never taken before patched.
67 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
71 __ j(cc, target, distance);
351 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target) local
390 int distance = masm_->pc_offset(); local
    [all...]
code-stubs-ia32.cc     [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 40 Label::Distance distance = Label::kFar) {
42 EmitJump(not_carry, target, distance); // Always taken before patched.
47 Label::Distance distance = Label::kFar) {
49 EmitJump(carry, target, distance); // Never taken before patched.
67 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
71 __ j(cc, target, distance);
348 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target) local
387 int distance = masm_->pc_offset(); local
    [all...]
code-stubs-x87.cc     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js     [all...]
mosaic_mode.js 561 // Tiles in the viewport and also some distance on the left and right.
715 * Margin for scrolling using keyboard. Distance between a selected tile
1048 var distance =
1050 if (closestIndex === -1 || distance < closestDistance) {
1052 closestDistance = distance;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 73 function(){};W.Distance=function(b,e,f){++W.b2_gjkCalls;var m=f.proxyA,r=f.proxyB,s=f.transformA,v=f.transformB,t=W.s_simplex;t.ReadCache(e,m,s,r,v);var x=t.m_vertices,C=W.s_saveA,J=W.s_saveB,T=0;t.GetClosestPoint().LengthSquared();for(var P=0,X,$=0;$<20;){T=t.m_count;for(P=0;P<T;P++){C[P]=x[P].indexA;J[P]=x[P].indexB}switch(t.m_count){case 1:break;case 2:t.Solve2();break;case 3:t.Solve3();break;default:y.b2Assert(false)}if(t.m_count==3)break;X=t.GetClosestPoint();X.LengthSquared();P=t.GetSearchDirection();
74 if(P.LengthSquared()<Number.MIN_VALUE*Number.MIN_VALUE)break;X=x[t.m_count];X.indexA=m.GetSupport(w.MulTMV(s.R,P.GetNegative()));X.wA=w.MulX(s,m.GetVertex(X.indexA));X.indexB=r.GetSupport(w.MulTMV(v.R,P));X.wB=w.MulX(v,r.GetVertex(X.indexB));X.w=w.SubtractVV(X.wB,X.wA);++$;++W.b2_gjkIters;var ba=false;for(P=0;P<T;P++)if(X.indexA==C[P]&&X.indexB==J[P]){ba=true;break}if(ba)break;++t.m_count}W.b2_gjkMaxIters=w.Max(W.b2_gjkMaxIters,$);t.GetWitnessPoints(b.pointA,b.pointB);b.distance=w.SubtractVV(b.pointA,
75 b.pointB).Length();b.iterations=$;t.WriteCache(e);if(f.useRadii){e=m.m_radius;r=r.m_radius;if(b.distance>e+r&&b.distance>Number.MIN_VALUE){b.distance-=e+r;f=w.SubtractVV(b.pointB,b.pointA);f.Normalize();b.pointA.x+=e*f.x;b.pointA.y+=e*f.y;b.pointB.x-=r*f.x;b.pointB.y-=r*f.y}else{X=new p;X.x=0.5*(b.pointA.x+b.pointB.x);X.y=0.5*(b.pointA.y+b.pointB.y);b.pointA.x=b.pointB.x=X.x;b.pointA.y=b.pointB.y=X.y;b.distance=0}}};Box2D.postDefs.push(function(){Box2D.Collision.b2Distance.s_simplex=new h;Box2D.Collision.b2Distance.s_saveA=
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]

Completed in 1215 milliseconds

1 2 34