HomeSort by relevance Sort by last modified time
    Searched refs:times_2 (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/core/
SkGeometry.h 24 static Sk2s times_2(const Sk2s& value) { function
329 fB = times_2(P1 - fC);
330 fA = P2 - times_2(P1) + fC;
356 fNumer.fA = p2 - times_2(p1w) + p0;
357 fNumer.fB = times_2(p1w - p0);
360 fDenom.fB = times_2(ww - fDenom.fC);
383 fB = three * (P2 - times_2(P1) + P0);
SkGeometry.cpp 296 coeff.fB = times_2(P2 - times_2(P1) + P0);
307 Sk2s B = P2 - times_2(P1) + P0;
    [all...]
  /external/skqp/src/core/
SkGeometry.h 24 static Sk2s times_2(const Sk2s& value) { function
329 fB = times_2(P1 - fC);
330 fA = P2 - times_2(P1) + fC;
356 fNumer.fA = p2 - times_2(p1w) + p0;
357 fNumer.fB = times_2(p1w - p0);
360 fDenom.fB = times_2(ww - fDenom.fC);
383 fB = three * (P2 - times_2(P1) + P0);
SkGeometry.cpp 296 coeff.fB = times_2(P2 - times_2(P1) + P0);
307 Sk2s B = P2 - times_2(P1) + P0;
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 141 __ movzxwl(result, Operand(result, index, times_2, 0));
161 times_2,
code-stubs-x64.cc 597 FieldOperand(rdi, r14, times_2, SeqTwoByteString::kHeaderSize));
599 FieldOperand(rdi, rbx, times_2, SeqTwoByteString::kHeaderSize));
    [all...]
  /external/v8/src/x87/
codegen-x87.cc 292 __ movzx_w(result, Operand(result, index, times_2, 0));
311 times_2,
code-stubs-x87.cc 517 __ lea(ecx, FieldOperand(eax, ebx, times_2, SeqTwoByteString::kHeaderSize));
    [all...]
deoptimizer-x87.cc 365 __ lea(ecx, Operand(ecx, ecx, times_2, 0));
assembler-x87.h 314 times_2 = 1,
318 times_half_pointer_size = times_2,
    [all...]
macro-assembler-x87.cc     [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 565 __ movzx_w(result, Operand(result, index, times_2, 0));
584 times_2,
assembler-ia32.h 313 times_2 = 1,
317 times_half_pointer_size = times_2,
    [all...]
code-stubs-ia32.cc 698 __ lea(ecx, FieldOperand(eax, ebx, times_2, SeqTwoByteString::kHeaderSize));
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/skia/src/utils/
SkPatchUtils.cpp 90 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2);
  /external/skqp/src/utils/
SkPatchUtils.cpp 90 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2);
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 714 __ lea(eax, Operand(edi, ebx, times_2, -char_size()));
783 __ lea(ecx, Operand(ecx, edx, times_2, 0));
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 760 __ leap(rax, Operand(rdi, rbx, times_2, -char_size()));
833 __ leap(rcx, Operand(rcx, rdx, times_2, 0));
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 713 __ lea(eax, Operand(edi, ebx, times_2, -char_size()));
782 __ lea(ecx, Operand(ecx, edx, times_2, 0));
    [all...]
  /external/v8/src/builtins/ia32/
builtins-ia32.cc 243 __ lea(esp, Operand(esp, ebx, times_2, 1 * kPointerSize)); // 1 ~ receiver
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 238 __ lea(esp, Operand(esp, ebx, times_2, 1 * kPointerSize)); // 1 ~ receiver
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]

Completed in 754 milliseconds

1 2