HomeSort by relevance Sort by last modified time
    Searched defs:by (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/include_next/y/
b.h 1 enum { by = 4 }; enumerator in enum:__anon16377
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 46 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);
  /prebuilts/go/darwin-x86/test/ken/
slicearray.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
21 by = bx[0:]
32 by = bx[lb:hb]
34 by = bx[lb:10]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
42 by = bx[0:10]
44 by = bx[0:
    [all...]
sliceslice.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
23 by = bx[lb:hb]
25 by = bx[lb:10]
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10
    [all...]
  /prebuilts/go/linux-x86/test/ken/
slicearray.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
21 by = bx[0:]
32 by = bx[lb:hb]
34 by = bx[lb:10]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
42 by = bx[0:10]
44 by = bx[0:
    [all...]
sliceslice.go 4 // Use of this source code is governed by a BSD-style
12 var by []byte var
23 by = bx[lb:hb]
25 by = bx[lb:10]
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10
    [all...]
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 4 * 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);
PathOpsSimplifyTrianglesThreadedTest.cpp 4 * 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)) {
PathOpsSimplifyQuadThreadedTest.cpp 4 * 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);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 4 * 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);
PathOpsQuadLineIntersectionThreadedTest.cpp 4 * 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/skqp/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 4 * 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);
PathOpsSimplifyTrianglesThreadedTest.cpp 4 * 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)) {
PathOpsSimplifyQuadThreadedTest.cpp 4 * 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);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 4 * 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);
PathOpsQuadLineIntersectionThreadedTest.cpp 4 * 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/skia/src/core/
SkSafeMath.h 4 * Use of this source code is governed by a BSD-style license that can be
71 uint64_t by = y; local
72 uint64_t result = bx * by;
  /external/skqp/src/core/
SkSafeMath.h 4 * Use of this source code is governed by a BSD-style license that can be
62 uint64_t by = y; local
63 uint64_t result = bx * by;
  /external/skia/src/pathops/
SkPathOpsConic.cpp 4 * 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/skqp/src/pathops/
SkPathOpsConic.cpp 4 * 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}}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 10 * Unless required by applicable law or agreed to in writing, software
96 // B(bx,by) is the slope vector of the tangent at p2.
98 final float by = (mYCoords[p3] - mP1Y) / 2.0f; local
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
120 // B(bx,by) is the slope vector of the tangent at p1.
122 final float by = (mP2Y - mYCoords[p0]) / 2.0f; local
123 final float crossProdAB = ax * by - ay * bx;
124 final float dotProdAB = ax * bx + ay * by;
142 * can be defined by
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 10 * Unless required by applicable law or agreed to in writing, software
25 byte [] by; field in class:YuvTest
62 by = new byte[w*h];
66 for (int i=0; i < by.length; i++) {
67 by[i] = (byte)r.nextInt(256);
81 ay.copyFrom(by);
105 tmp[i++] = by[j];
156 tmp[i++] = by[j];
207 tmp[i++] = by[j];
259 tmp[i++] = by[j]
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 10 * Unless required by applicable law or agreed to in writing, software
33 byte [] by; field in class:RSYuvTest
52 by = new byte[w*h];
56 for (int i=0; i < by.length; i++) {
57 by[i] = (byte)r.nextInt(256);
71 ay.copyFrom(by);
91 tmp[i++] = by[j];
130 tmp[i++] = by[j];
169 tmp[i++] = by[j];
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 149 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/pdfium/third_party/libopenjpeg20/
mct.c 27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
227 const __m128i by = _mm_set1_epi32(934); local
266 lo = _mm_mul_epi32(lo, by);
267 hi = _mm_mul_epi32(hi, by);

Completed in 1327 milliseconds

1 2 3