Searched refs:times_2 (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkGeometry.h | 24 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 D | SkGeometry.cpp | 383 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 D | SkPatchUtils.cpp | 95 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 821 __ 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 D | regexp-macro-assembler-x64.cc | 856 __ 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 D | assembler-ia32.h | 203 times_2 = 1, enumerator 208 times_half_system_pointer_size = times_2,
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 111 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.h | 161 times_2 = 1,
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 84 STATIC_ASSERT(1 == static_cast<int>(times_2)); in ScaleFor()
|
Completed in 29 milliseconds