Home
last modified time | relevance | path

Searched refs:times_2 (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/core/
H A DSkGeometry.h24 static Sk2s times_2(const Sk2s& value) { in times_2() function
402 fB = times_2(P1 - fC); in SkQuadCoeff()
403 fA = P2 - times_2(P1) + fC; in SkQuadCoeff()
429 fNumer.fA = p2 - times_2(p1w) + p0; in SkConicCoeff()
430 fNumer.fB = times_2(p1w - p0); in SkConicCoeff()
433 fDenom.fB = times_2(ww - fDenom.fC); in SkConicCoeff()
456 fB = three * (P2 - times_2(P1) + P0); in SkCubicCoeff()
H A DSkGeometry.cpp383 coeff.fB = times_2(P2 - times_2(P1) + P0);
394 Sk2s B = P2 - times_2(P1) + P0;
1296 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f);
1297 Sk2s bZZ = times_2(dZZ) - (aZZ + cZZ) * Sk2s(0.5f);
1356 Sk2s m = (p0 + times_2(wp1) + p2) * scale * Sk2s(0.5f);
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp95 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc821 __ lea(eax, Operand(edi, ebx, times_2, -char_size())); in GetCode()
882 __ lea(ecx, Operand(ecx, edx, times_2, 0)); in GetCode()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc856 __ leaq(rax, Operand(rdi, rbx, times_2, -char_size())); in GetCode()
919 __ leaq(rcx, Operand(rcx, rdx, times_2, 0)); in GetCode()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h203 times_2 = 1, enumerator
208 times_half_system_pointer_size = times_2,
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc111 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h161 times_2 = 1,
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc84 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()

Completed in 30 milliseconds