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

1 2 3

  /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...]
  /art/compiler/utils/mips64/
constants_mips64.h 89 TIMES_2 = 1,
  /art/compiler/utils/arm/
constants_arm.h 56 TIMES_2 = 1,
  /art/compiler/utils/mips/
constants_mips.h 114 TIMES_2 = 1,
  /art/compiler/utils/x86/
constants_x86.h 74 TIMES_2 = 1,
assembler_x86_test.cc 74 addresses_.push_back(x86::Address(x86::EDI, x86::EBX, x86::TIMES_2, 16));
83 addresses_.push_back(x86::Address(x86::ESP, x86::EBX, x86::TIMES_2, 16));
239 all_addresses.push_back(x86::Address(*index, x86::TIMES_2, 0));
245 all_addresses.push_back(x86::Address(*base, *index, x86::TIMES_2, 0));
  /art/compiler/utils/x86_64/
constants_x86_64.h 83 TIMES_2 = 1,
assembler_x86_64_test.cc 170 x86_64::CpuRegister(x86_64::RBX), x86_64::TIMES_2, 16));
187 x86_64::CpuRegister(x86_64::RBX), x86_64::TIMES_2, 16));
201 x86_64::CpuRegister(x86_64::R15), x86_64::TIMES_2, -1));
522 all_addresses.push_back(x86_64::Address(*index, x86_64::TIMES_2, 0));
528 all_addresses.push_back(x86_64::Address(*base, *index, x86_64::TIMES_2, 0));
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 141 __ movzxwl(result, Operand(result, index, times_2, 0));
161 times_2,
  /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));
  /external/v8/src/ia32/
codegen-ia32.cc 565 __ movzx_w(result, Operand(result, index, times_2, 0));
584 times_2,
  /art/compiler/optimizing/
intrinsics_x86_64.cc     [all...]
intrinsics_x86.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/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp 154 Address(GPRRegister::Encoded_Reg_##Index, Traits::TIMES_2, Disp, \
166 ASSERT_EQ((test.Index() << Traits::TIMES_2) + (Disp), test.Dst1()) \
197 GPRRegister::Encoded_Reg_##Index, Traits::TIMES_2, Disp, \
216 ASSERT_EQ(test.Base() + (ExpectedIndexValue << Traits::TIMES_2) + (Disp), \
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp 141 Address(Encoded_GPR_##Index(), Traits::TIMES_2, Disp, \
153 ASSERT_EQ((test.Index##d() << Traits::TIMES_2) + (Disp), test.Dst1##d()) \
182 Traits::TIMES_2, Disp, AssemblerFixup::NoFixup)); \
199 ASSERT_EQ(test.Base##d() + (ExpectedIndexValue << Traits::TIMES_2) + \
    [all...]
  /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/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/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...]

Completed in 3842 milliseconds

1 2 3