HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 551 - 575 of 2735) sorted by null

<<21222324252627282930>>

  /external/dropbear/libtommath/etc/
pprime.c 17 mp_word x1, x2; local
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
25 if (x1 * x1 > x) {
26 --x1;
    [all...]
  /external/freetype/src/autofit/
afwarp.c 175 FT_Int X1, X2;
208 /* get X1 and X2, minimum and maximum in original coordinates */
213 X1 = X2 = points[0].fx;
219 if ( X < X1 )
220 X1 = X;
225 X1 = X2 = segments[0].pos;
231 if ( X < X1 )
232 X1 = X;
238 if ( X1 >= X2 )
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta
    [all...]
  /external/skia/legacy/src/core/
SkCordic.cpp 19 0xA, 0x5, 0x2, 0x1 };
31 int32_t x1 = y >> t; local
35 x -= x1;
39 x += x1;
85 int32_t x1 = y >> t; local
89 x -= x1;
93 x += x1;
143 0xA, 0x5, 0x2, 0x1 };
156 int32_t x1 = y >> t; local
164 x += x1;
    [all...]
SkBitmapProcState_sample.h 100 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local
105 *colors++ = RETURNDST(x1);
149 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
151 unsigned x1 = XX & 0x3FFF; local
157 SRC_TO_FILTER(row0[x1]),
159 SRC_TO_FILTER(row1[x1]),
191 unsigned x1 = data & 0x3FFF; local
200 SRC_TO_FILTER(row0[x1]),
202 SRC_TO_FILTER(row1[x1]),
  /external/skia/src/core/
SkCordic.cpp 17 0xA, 0x5, 0x2, 0x1 };
29 int32_t x1 = y >> t; local
33 x -= x1;
37 x += x1;
83 int32_t x1 = y >> t; local
87 x -= x1;
91 x += x1;
141 0xA, 0x5, 0x2, 0x1 };
154 int32_t x1 = y >> t; local
162 x += x1;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 59 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52);
60 fn = fn-0x1.8p52;
  /bionic/libstdc++/src/
one_time_construction.cpp 47 const static int ready = 0x1;
63 const static int ready = letoh32(0x1);
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
93 x1 = (pInVect[3] + pInVect[5]) >>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
127 x1 -= x3 >>1 ;
129 /* two-dimensional IDCT of x1 and x5 */
131 temp = x1 ;
132 x1 = x1 + x5 ;
145 /* 4-point IDCT of x1,x3,x5 and x7 and post multiplication by diagonal matrix as in (14) */
146 SBC_IDCT_MULT((SBC_COS_PI_SUR_16), ( x1 + x3 ) , res_odd[0]); /*res_odd[ 0 ] = ( x1 + x3 ) * cos(1*pi/16) ; *
    [all...]
  /external/clang/test/CodeGen/
decl.c 113 typedef long (*x1)(x0 x0a, x5 x6); typedef
115 x1 x4;
  /external/clang/test/SemaCXX/
warn-global-constructors.cpp 85 Foo(int x1) : x(x1) {}
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 40 void testme(X<int_type> *x1, X<float, int> *x2) {
41 (void)x1->foo(); // okay: refers to #1
  /external/compiler-rt/lib/
floatdidf.c 35 static const double twop52 = 0x1.0p52;
36 static const double twop32 = 0x1.0p32;
  /external/compiler-rt/lib/ppc/
gcc_qdiv.c 17 register double x = dst.s.hi, x1 = dst.s.lo, local
48 tmp = ((tmp + x1) - y1 * q) / y;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar 
  /external/llvm/autoconf/m4/
c_printf_a.m4 21 if (A != 0x1.999999999999ap-4)
  /external/llvm/projects/sample/autoconf/m4/
c_printf_a.m4 21 if (A != 0x1.999999999999ap-4)
  /external/llvm/test/MC/MachO/ARM/
thumb2-movw-fixup.s 31 @ CHECK: (('word-0', 0x1),
43 @ CHECK: (('word-0', 0x1),
  /external/qemu/android/skin/
rect.h 60 int x1, y1; member in struct:__anon13088
64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
  /external/qemu/slirp/
misc.h 35 #define EMU_CTL 0x1
47 #define EMU_TALK 0x1
  /external/qemu/slirp-android/
misc.h 35 #define EMU_CTL 0x1
47 #define EMU_TALK 0x1
  /external/skia/legacy/src/animator/
SkPathParts.cpp 115 SK_MEMBER(x1, Float),
125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
129 fPath->fPath.quadTo(x1, y1, x2, y2);
146 fPath->fPath.rQuadTo(x1, y1, x2, y2);
155 SK_MEMBER(x1, Float),
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
  /external/skia/src/animator/
SkPathParts.cpp 115 SK_MEMBER(x1, Float),
125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
129 fPath->fPath.quadTo(x1, y1, x2, y2);
146 fPath->fPath.rQuadTo(x1, y1, x2, y2);
155 SK_MEMBER(x1, Float),
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 100 void fastSetOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
104 ALWAYS_INLINE void setOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2);
  /external/webkit/Source/WebCore/svg/
SVGPathElement.idl 55 in float x1,
61 in float x1,
68 in float x1,
72 in float x1,
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 150 void triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor color);
177 void line(int x0, int y0, int x1, int y1, SkColor color);

Completed in 3411 milliseconds

<<21222324252627282930>>