Searched defs:by (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/Modules/Inputs/include_next/y/
H A Db.h1 enum { by = 4 }; enumerator in enum:__anon2691
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp46 int bx1, bx2, by; local
47 GetItemSizes(IDCANCEL, bx1, by);
48 GetItemSizes(IDOK, bx2, by);
49 int y = ySize - my - by;
54 MoveItem(IDCANCEL, x, y, bx1, by);
55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
17 int by = state.fB >> 2; local
37 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
46 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
74 int by = b >> 2; local
78 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
18 int by = state.fB >> 2; local
40 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
49 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
79 int by = b >> 2; local
86 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
H A DPathOpsSimplifyQuadThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
41 path.quadTo(SkIntToScalar(bx), SkIntToScalar(by),
55 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
21 int by = state.fB >> 2; local
41 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by));
55 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
68 // find a point on a quad by choosing a t from 0 to 1
80 int by = state.fB >> 2; local
83 QuadPts q = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
/external/pdfium/third_party/agg23/
H A Dagg_math.h16 // Bessel function (besj) was adapted for use in AGG library by Andy Wilk
49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, argument
54 FX_FLOAT den = ((bx - ax) * (dy - cy)) - ((by - ay) * (dx - cx));
59 *y = ay + ((by - ay) * num / den);
/external/skia/experimental/
H A DSkSetPoly3To3.cpp5 * Use of this source code is governed by a BSD-style license that can be
30 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
31 return ax * bx + ay * by;
H A DSkSetPoly3To3_A.cpp5 * Use of this source code is governed by a BSD-style license that can be
43 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
44 return SkDScalar_setMul(ax, bx) + SkDScalar_setMul(ay, by);
47 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
48 return SkDScalar_toScalar(ddot(ax, ay, bx, by));
H A DSkSetPoly3To3_D.cpp5 * Use of this source code is governed by a BSD-style license that can be
50 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
52 SkDScalar_setMul(ay, by));
/external/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc2 // Use of this source code is governed by a BSD-style license that can be
80 * The first seven values must be provided by the calling code by
133 void RegExpMacroAssemblerX64::AdvanceCurrentPosition(int by) { argument
134 if (by != 0) {
135 __ addq(rdi, Immediate(by * char_size()));
140 void RegExpMacroAssemblerX64::AdvanceRegister(int reg, int by) { argument
143 if (by != 0) {
144 __ addp(register_location(reg), Immediate(by));
246 __ subp(r11, rbx); // Offset by lengt
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c149 int mbx, mby, bx, by; local
216 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS; ++by)
233 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS / 2; ++by)
/external/python/cpython2/Lib/bsddb/
H A Ddbshelve.py2 # Copyright (c) 1997-2001 by Total Control Software
40 import cPickle # Will be converted to "pickle" by "2to3" namespace
/external/skia/src/pathops/
H A DSkPathOpsConic.cpp4 * Use of this source code is governed by a BSD-style license that can be
157 double by = 2 * dy - (ay + cy) / 2; local
159 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}
/external/skia/src/utils/
H A DSkInterpolator.cpp4 * Use of this source code is governed by a BSD-style license that can be
232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, argument
265 b = pin_and_convert(by);
/external/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc2 // Use of this source code is governed by a BSD-style license that can be
30 * - r9 : Unused, might be used by C code and expected unchanged.
34 * - r12 : IP register, used by assembler. Very volatile.
48 * - fp[36] secondary link/return address used by native call.
74 * The data up to the return address must be placed there by the calling
75 * code and the remaining arguments are passed in registers, e.g. by calling the
81 * Address secondary_return_address, // Only used by native call.
85 * The call is performed by NativeRegExpMacroAssembler::Execute()
89 * area is overwritten with the LR register by the RegExp code. When doing a
90 * direct call from generated code, the return address is placed there by
134 AdvanceCurrentPosition(int by) argument
142 AdvanceRegister(int reg, int by) argument
[all...]
/external/v8/src/regexp/
H A Dinterpreter-irregexp.cc2 // Use of this source code is governed by a BSD-style license that can be
128 // A simple abstraction over the backtracking stack used by the interpreter.
130 // the memory held by the stack is released or remembered in a cache if the
573 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
574 if (subject.length() - current > by) {
575 current = subject.length() - by;
/external/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc2 // Use of this source code is governed by a BSD-style license that can be
34 * - r12: IP register, used by assembler. Very volatile.
42 * - fp[40] secondary link/return address used by native call.
76 * The data up to the return address must be placed there by the calling
77 * code and the remaining arguments are passed in registers, e.g. by calling the
85 * Address secondary_return_address, // Only used by native call.
87 * The call is performed by NativeRegExpMacroAssembler::Execute()
91 * area is overwritten with the LR register by the RegExp code. When doing a
92 * direct call from generated code, the return address is placed there by
147 void RegExpMacroAssemblerPPC::AdvanceCurrentPosition(int by) { argument
155 AdvanceRegister(int reg, int by) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_inlines.h394 bool BasicBlock::reachableBy(const BasicBlock *by, const BasicBlock *term) argument
396 return cfg.reachableBy(&by->cfg, &term->cfg);
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp29 // This software is provided by the copyright holders and contributors "as is" and
107 /* this is a first base bector (a,b) initialized by (1,0) */
156 double by = vect[i].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
181 /* all of edges will be checked while rotating calipers by 90 degrees */
/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c222 const __m128i by = _mm_set1_epi32(934); local
260 lo = _mm_mul_epi32(lo, by);
261 hi = _mm_mul_epi32(hi, by);
/external/v8/src/heap/
H A Dspaces-inl.h2 // Use of this source code is governed by a BSD-style license that can be
229 void MemoryChunk::IncrementLiveBytes(HeapObject* object, int by) { argument
230 MemoryChunk::FromAddress(object->address())->IncrementLiveBytes(by);
241 void MemoryChunk::IncrementLiveBytes(int by) { argument
245 static_cast<void*>(this), by, live_byte_count_, live_byte_count_ + by); local
247 live_byte_count_ += by;
375 // allocation) so it can be used by all the allocation functions and for all
604 // is initialized by MemoryChunk::Initialize).
/external/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc2 // Use of this source code is governed by a BSD-style license that can be
48 * - fp[44] secondary link/return address used by native call.
74 * The data up to the return address must be placed there by the calling
75 * code and the remaining arguments are passed in registers, e.g. by calling the
81 * Address secondary_return_address, // Only used by native call.
85 * The call is performed by NativeRegExpMacroAssembler::Execute()
89 * area is overwritten with the ra register by the RegExp code. When doing a
90 * direct call from generated code, the return address is placed there by
141 void RegExpMacroAssemblerMIPS::AdvanceCurrentPosition(int by) { argument
142 if (by !
149 AdvanceRegister(int reg, int by) argument
[all...]
/external/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc2 // Use of this source code is governed by a BSD-style license that can be
52 * - fp[40] secondary link/return address used by native call.
78 * - fp[80] secondary link/return address used by exit frame on native call. kSecondaryReturnAddress
108 * The data up to the return address must be placed there by the calling
109 * code and the remaining arguments are passed in registers, e.g. by calling the
115 * Address secondary_return_address, // Only used by native call.
121 * The call is performed by NativeRegExpMacroAssembler::Execute()
125 * area is overwritten with the ra register by the RegExp code. When doing a
126 * direct call from generated code, the return address is placed there by
177 void RegExpMacroAssemblerMIPS::AdvanceCurrentPosition(int by) { argument
185 AdvanceRegister(int reg, int by) argument
[all...]

Completed in 605 milliseconds

123