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

1 2 3

  /ndk/build/core/
definitions-utils.mk 9 # Unless required by applicable law or agreed to in writing, software
43 # Note : This is equivalent to the 'uniq' function provided by GMSL,
74 # Function : filter-by
81 filter-by = $(strip \
85 -test-filter-by = \
87 $(call test-expect,,$(call filter-by,,-local-func))\
88 $(call test-expect,foo,$(call filter-by,foo,-local-func))\
89 $(call test-expect,foo,$(call filter-by,foo bar,-local-func))\
90 $(call test-expect,foo foo,$(call filter-by,aaa foo bar foo,-local-func))\
92 $(call test-expect,,$(call filter-by,,-local-func))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 13 * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
42 by = 3.0 * (p2y - p1y) - cy;
43 ay = 1.0 - cy - by;
54 return ((ay * t + by) * t + cy) * t;
119 double by; member in struct:WebCore::UnitBezier
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 10 * Unless required by applicable law or agreed to in writing, software
100 // B(bx,by) is the slope vector of the tangent at p2.
102 final float by = (mYCoords[p3] - mP1Y) / 2.0f; local
103 final float crossProdAB = ax * by - ay * bx;
104 final float dotProdAB = ax * bx + ay * by;
124 // B(bx,by) is the slope vector of the tangent at p1.
126 final float by = (mP2Y - mYCoords[p0]) / 2.0f; local
127 final float crossProdAB = ax * by - ay * bx;
128 final float dotProdAB = ax * bx + ay * by;
146 * can be defined by
    [all...]
  /external/v8/src/
interpreter-irregexp.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
148 // A simple abstraction over the backtracking stack used by the interpreter.
150 // the memory held by the stack is released or remembered in a cache if the
612 int by = static_cast<uint32_t>(insn) >> BYTECODE_SHIFT; local
613 if (subject.length() - current > by) {
614 current = subject.length() - by;
  /external/opencv/cv/src/
cvrotcalipers.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // 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 */
cvconvhull.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // This software is provided by the copyright holders and contributors "as is" and
71 int by = nexty - cury; local
73 if( CV_SIGN(by) != nsign )
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
144 float by = nexty - cury; local
146 if( CV_SIGN( by ) != nsign )
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
344 // sort the point set by x-coordinate, find min and max y
cvlkpyramid.cpp 5 // By downloading, copying, installing or using the software you agree to this license.
29 // This software is provided by the copyright holders and contributors "as is" and
505 double bx = 0, by = 0; local
547 by += t0 * iy[x];
567 by += (double) (t * iy[x]);
591 mx = (float) ((Gyy * bx - Gxy * by) * D);
592 my = (float) ((Gxx * by - Gxy * bx) * D);
    [all...]
  /external/skia/tests/
WritePixelsTest.cpp 5 * Use of this source code is governed by a BSD-style license that can be
250 int by = cy - writeY; local
251 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(), bitmap.height(), config8888);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 14 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
60 float by = u0.y() - u1.y(); local
63 float f = ay * bx - ax * by;
64 float d = by * cx - bx * cy;
245 // Evaluates the point on the source cubic specified by t, 0 <= t <= 1.0.
292 // since there's no way we are going to get more precision by
326 // Divides the numerator by the denominator safely for the case where
389 // Divide p, q, and r by 3 to simplify the equations.
568 * by Peter Schorn and Frederick Fisher,
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
118 SkScalar by = FIXEDToSkScalar(polyCurve->apfx[i].y); local
125 cy = SkScalarAve(by, cy);
130 path->quadTo(bx, -by, cx, -cy);
180 // should be selected into the given DC. The returned path is owned by the
187 // Keep in MRU order by removing & reinserting the value.
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 11 * License as published by the Free Software Foundation; either
316 // Stop animation, if attributeType is set to CSS by the user, but the attribute itself is not a CSS property.
509 String by = byValue(); local
519 m_animationValid = calculateFromAndByValues(from, by);
521 m_animationValid = calculateFromAndByValues(String(), by);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 7 License as published by the Free Software Foundation; either
293 Evas_Coord mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh; local
310 by = my + mh;
313 by = sy;
315 my = by + bh;
326 sr->dx, sr->dy, mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh);
333 ewk_view_repaint_add(sd->_priv, bx, by, bw, bh);
586 * Each view is composed by a set of frames. The set has at least one
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 10 * Unless required by applicable law or agreed to in writing, software
30 /*Compute the linear constraint on H obtained by requiring that the
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
52 each constraint is generated by considering the ratio between a
111 generated by a rotation with a common unknown focal length. No specific normalization
116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
137 by=x2[1]*m;
143 by dividing out the root l=0 from the equation
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_image_homography.cpp 10 * Unless required by applicable law or agreed to in writing, software
30 /*Compute the linear constraint on H obtained by requiring that the
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
52 each constraint is generated by considering the ratio between a
111 generated by a rotation with a common unknown focal length. No specific normalization
116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
137 by=x2[1]*m;
143 by dividing out the root l=0 from the equation
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 10 * Unless required by applicable law or agreed to in writing, software
30 /*Compute the linear constraint on H obtained by requiring that the
42 /*Compute two constraints on H generated by the correspondence (Xp,X),
52 each constraint is generated by considering the ratio between a
111 generated by a rotation with a common unknown focal length. No specific normalization
116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
137 by=x2[1]*m;
143 by dividing out the root l=0 from the equation
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*
    [all...]
  /external/dropbear/libtommath/
bn.tex 80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
87 release as well. This textbook is meant to compliment the project by providing a more solid walkthrough of the development
90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
120 and static then install (by default) into /usr/lib as well as install the header files in /usr/include. The shared
136 results. ``mtest/mtest'' will generate test vectors using the MPI library by Michael Fromberger\footnote{A copy of MPI
159 ``tommath\_superclass.h''. By default, the symbol ``LTM\_ALL'' shall be defined which simply
169 In the file tommath\_class.h you will see a large list of C ``defines'' followed by a series of ``ifdefs''
259 are the pros and cons of LibTomMath by comparing it to the math routines from GnuPG\footnote{GnuPG v1.2.3 versus LibTomMath v0.28}.
321 The last two codes listed are not actually ``return'ed'' by a function. They are placed in an integer (the caller mus
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 4 * Use of this source code is governed by a BSD-style license
449 * a gaussian distribution with sigma determined by q.
1108 int by, bx; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 10 * Unless required by applicable law or agreed to in writing, software
25 #define QQ 9 // Optimal value as determined by testing
61 // Sort the pointers by x-coordinate of site
501 double by = sa[b].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Delaunay.cpp 10 * Unless required by applicable law or agreed to in writing, software
25 #define QQ 9 // Optimal value as determined by testing
61 // Sort the pointers by x-coordinate of site
501 double by = sa[b].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 10 * Unless required by applicable law or agreed to in writing, software
25 #define QQ 9 // Optimal value as determined by testing
61 // Sort the pointers by x-coordinate of site
501 double by = sa[b].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 14 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
49 // Adapted from Matrix Inversion by Richard Carling, Graphics Gems <http://tog.acm.org/GraphicsGems/index.html>.
147 // Let a denote the minor determinant of matrix A obtained by
228 // End of code adapted from Matrix Inversion by Richard Carling
241 // Multiply a homogeneous point by a matrix and return the transformed point
326 // Solve the equation by inverting perspectiveMatrix and multiplying
327 // rightHandSide by the inverse. (This is the easiest way, not
466 double bx, by, bz, bw; local
472 bx = qb[0]; by = qb[1]; bz = qb[2]; bw = qb[3];
474 angle = ax * bx + ay * by + az * bz + aw * bw
    [all...]
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 9 // Unless required by applicable law or agreed to in writing, software
22 <internalformat> is given by ETC1_RGB8_OES.
30 by the following 64 bit integer:
254 int by = 0; local
256 by = 2;
259 int yy = by + y;
340 int by = 0; local
342 by = 2;
345 int yy = by + y;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 9 // Unless required by applicable law or agreed to in writing, software
22 <internalformat> is given by ETC1_RGB8_OES.
30 by the following 64 bit integer:
254 int by = 0; local
256 by = 2;
259 int yy = by + y;
340 int by = 0; local
342 by = 2;
345 int yy = by + y;
  /bionic/libc/kernel/common/video/
dsscomp.h 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
  /external/kernel-headers/original/video/
dsscomp.h 96 __s16 by, bcr, bcb; member in struct:omap_dss_cconv_coefs
152 * Indicates if display expects left view first followed by right or viceversa
229 * For now managers are specified by display index as opposed to manager
291 * 5) color_mode is supported by overlay
292 * 6) requested scaling is supported by overlay and functional clocks
302 * (2-by-1) for YUV422, (2-by-2) for YUV420. This will
569 * calling ioctl, and rest of the fields are filled in by ioctl. Up to
595 * ioctl, and rest of the fields are filled in by ioctl.
614 * subsequent composition does not update/specify all overlays used by
    [all...]

Completed in 3866 milliseconds

1 2 3