Searched refs:ax (Results 51 - 75 of 130) sorted by relevance

123456

/external/v8/test/webkit/fast/regex/
H A Dparentheses.js174 shouldBe("regexp35.exec('ax')", "['ax','ax','a','x']");
/external/libvncserver/x11vnc/misc/
H A Dranfb.pl62 $ax = 0; $ax = 1 if rand() < 0.5;
68 eval "\$${c}x = \$ax";
/external/skia/experimental/
H A DSkSetPoly3To3.cpp29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
30 return SkScalarMul(ax, bx) + SkScalarMul(ay, by);
H A DSkSetPoly3To3_D.cpp49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
50 return SkDScalar_toScalar(SkDScalar_setMul(ax, bx) +
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java167 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger();
168 BigInteger ab = ax.multiply(bx);
175 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger();
176 BigInteger ab = ax.multiply(bx);
198 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger();
199 BigInteger aa = ax.multiply(ax);
206 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger();
207 BigInteger aa = ax.multiply(ax);
[all...]
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp42 volatile X *ax = dynamic_cast<X *>(a); local
/external/ltrace/sysdeps/linux-gnu/metag/
H A Dregs.c74 return (void *)regs.ax[0][0]; /* A0StP (A0.0) */
H A Dtrace.c127 if (reg >= ((sizeof(regs->ax)/N_UNITS/REG_SIZE)))
136 return regs->ax[reg][1];
142 return regs->ax[reg][0];
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cpu_detect.c183 cpuid(uint32_t ax, uint32_t *p) argument
194 : "0" (ax)
203 : "0" (ax)
206 __cpuid(p, ax);
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.h72 float ax, float ay,
/external/valgrind/none/tests/x86/
H A Dinsn_basic.def35 adcw eflags[0x1,0x0] : imm16[1234] ax.uw[5678] => 1.uw[6912]
36 adcw eflags[0x1,0x1] : imm16[1234] ax.uw[5678] => 1.uw[6913]
68 addw imm16[1234] ax.uw[5678] => 1.uw[6912]
88 andw imm16[0x4231] ax.uw[0x1234] => 1.uw[0x0230]
174 cbw al.sb[123] : => ax.sw[123]
175 cbw al.sb[-123] : => ax.sw[-123]
264 cmpw imm16[3] ax.uw[2] => eflags[0x010,0x010]
265 cmpw imm16[2] ax.uw[3] => eflags[0x010,0x000]
266 cmpw imm16[12] ax.uw[12] => eflags[0x044,0x044]
267 cmpw imm16[12] ax
[all...]
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp77 int ax = state.fA & 0x03; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
/external/clang/test/SemaCXX/
H A Datomic-type.cpp91 _Atomic(X) ax = { X(0) }; member in namespace:copy_init
/external/valgrind/exp-bbv/tests/x86/
H A Drep_prefix.S56 mov $0x020d,%ax # store 0x020d
68 cmp $0x020d,%ax # if we loaded wrong value
202 mov $0xa5a5,%ax
230 mov $0xa5a5,%ax
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dvec2.js383 var ax = a[0],
385 out[0] = ax + t * (b[0] - ax);
H A Dvec3.js389 var ax = a[0], ay = a[1], az = a[2],
393 out[1] = az * bx - ax * bz;
394 out[2] = ax * by - ay * bx;
408 var ax = a[0],
411 out[0] = ax + t * (b[0] - ax);
/external/opencv/cxcore/src/
H A Dcxrand.cpp287 double x, y, v, ax, bx; local
293 ax = fabs(x);
294 v = 2.8658 - ax*(2.0213 - 0.3605*ax);
298 if( y < v || ax < 1.17741 )
302 x = bx > 0 ? 0.8857913*(2.506628 - ax) : -0.8857913*(2.506628 - ax);
H A Dcxjacobieigens.cpp73 double Amax, anorm = 0, ax; local
97 ax = anorm * eps / n;
100 while( Amax > ax && iters++ < 100 )
179 } /* while ( Amax > ax ) */
224 double Amax = 0.0, anorm = 0.0, ax; local
248 ax = anorm * eps / n;
251 while( Amax > ax && iters++ < 100 )
331 } /* while ( Amax > ax ) */
/external/freetype/src/pshinter/
H A Dpshalgo.c932 FT_Pos ax = x_in; local
938 if ( ax < 0 )
939 ax = -ax;
942 d_in = ax + ay;
944 ax = x_out;
945 if ( ax < 0 )
946 ax = -ax;
950 d_out = ax
1151 FT_Pos ax, ay; local
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c941 FT_Pos ax = x_in; local
947 if ( ax < 0 )
948 ax = -ax;
951 d_in = ax + ay;
953 ax = x_out;
954 if ( ax < 0 )
955 ax = -ax;
959 d_out = ax
1160 FT_Pos ax, ay; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dgradient_checking_cost_function_test.cc92 double ax = 0; local
95 ax += a_[j][u] * parameters[j][u];
101 double f = *residuals = exp(-ax);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java215 public static final float[][] calcRotationMatrix(final float ax, final float ay, final float az) { argument
217 float cax = (float) Math.cos(ax);
218 float sax = (float) Math.sin(ax);
/external/eigen/unsupported/test/
H A Dautodiff.cpp136 AD ax(p.x(),Vector2f::UnitX());
138 AD res = foo<AD>(ax,ay);
/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py133 ax = x4 - dx - cx - bx
151 xt = ax*t3 + bx*t2 + cx*t + dx
/external/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py133 ax = x4 - dx - cx - bx
151 xt = ax*t3 + bx*t2 + cx*t + dx

Completed in 1403 milliseconds

123456