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

123

/external/ceres-solver/internal/ceres/
H A Dgradient_checker_test.cc76 double ax = 0; local
79 ax += a_[j][u] * parameters[j][u];
85 double f = *residuals = exp(-ax);
129 double ax = 0; local
132 ax += a_[j][u] * parameters[j][u];
138 double f = *residuals = exp(-ax);
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/clang/test/SemaTemplate/
H A Dtemp_arg_type.cpp39 A1<Array<int, 17>::type> ax; variable
/external/qemu/distrib/sdl-1.2.15/src/joystick/nds/
H A DSDL_sysjoystick.c108 short ax=0,v=0,h=0; local
109 if((keysd&KEY_UP)) {ax=1;v=-10;SDL_PrivateJoystickAxis(joystick,ax,v);prevkey=KEY_UP;}//fprintf(stderr,"KEY_UP\n");}
110 if((keysd&KEY_DOWN)) {ax=1;v=10;SDL_PrivateJoystickAxis(joystick,ax,v);prevkey=KEY_DOWN;}//fprintf(stderr,"KEY_DOWN\n");}
111 if((keysd&KEY_LEFT)) {ax=0;h=-10;SDL_PrivateJoystickAxis(joystick,ax,h);prevkey=KEY_LEFT;}//fprintf(stderr,"KEY_LEFT\n");}
112 if((keysd&KEY_RIGHT)) {ax=0;h=10;SDL_PrivateJoystickAxis(joystick,ax,h);prevkey=KEY_RIGHT;}//fprintf(stderr,"KEY_RIGHT\n");}
114 if((keysu&KEY_UP)) {ax
[all...]
/external/skia/tests/
H A DColorTest.cpp34 int ax = SkMulDiv255Ceiling(x, a); local
35 REPORTER_ASSERT(reporter, ax <= a);
H A DPathOpsSimplifyDegenerateThreadedTest.cpp18 int ax = state.fA & 0x03; local
39 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
49 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
74 int ax = a & 0x03; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
H A DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 int ax = state.fA & 0x03; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp19 int ax = state.fA & 0x03; local
42 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
79 int ax = a & 0x03; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
H A DPathOpsQuadLineIntersectionThreadedTest.cpp78 int ax = state.fA & 0x03; local
84 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DUnitBezier.h41 ax = 1.0 - cx -bx;
50 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
51 return ((ax * t + bx) * t + cx) * t;
61 return (3.0 * ax * t + 2.0 * bx) * t + cx;
120 double ax; member in struct:WebCore::UnitBezier
/external/chromium_org/third_party/mesa/src/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/eigen/demos/opengl/
H A Dgpuhelper.cpp63 Vector3f ax = Matrix3f::Identity().col(2).cross(vec); local
64 ax.normalize();
69 glRotatef(angle, ax.x(), ax.y(), ax.z());
84 Vector3f ax = Matrix3f::Identity().col(2).cross(vec); local
85 ax.normalize();
90 glRotatef(angle, ax.x(), ax.y(), ax
[all...]
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h59 ActiveInput ax = x.template cast<ActiveScalar>(); local
67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i);
69 Functor::operator()(ax, &av);
/external/fdlibm/
H A Ds_log1p.c107 int k,hx,hu,ax; local
110 ax = hx&0x7fffffff;
114 if(ax>=0x3ff00000) { /* x <= -1.0 */
118 if(ax<0x3e200000) { /* |x| < 2**-29 */
120 &&ax<0x3c900000) /* |x| < 2**-54 */
/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/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_trs.c271 X509_CERT_AUX *ax; local
272 ax = x->aux;
273 if(!ax) return X509_TRUST_UNTRUSTED;
274 if(ax->reject) {
275 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
276 obj = sk_ASN1_OBJECT_value(ax->reject, i);
280 if(ax->trust) {
281 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
282 obj = sk_ASN1_OBJECT_value(ax->trust, i);
/external/eigen/Eigen/src/Core/
H A DStableNorm.h124 RealScalar ax = internal::abs(coeff(j)); local
125 if(ax > ab2) abig += internal::abs2(ax*s2m);
126 else if(ax < b1) asml += internal::abs2(ax*s1m);
127 else amed += internal::abs2(ax);
/external/openssl/crypto/x509/
H A Dx509_trs.c271 X509_CERT_AUX *ax; local
272 ax = x->aux;
273 if(!ax) return X509_TRUST_UNTRUSTED;
274 if(ax->reject) {
275 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
276 obj = sk_ASN1_OBJECT_value(ax->reject, i);
280 if(ax->trust) {
281 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
282 obj = sk_ASN1_OBJECT_value(ax->trust, i);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php54 , $ax = false, $sreg = false, $data;
224 $this->ax = (bool) strpos($content, '<Type>http://openid.net/srv/ax/1.0</Type>'); variable
335 $params['openid.ns.ax'] = 'http://openid.net/srv/ax/1.0';
336 $params['openid.ax.mode'] = 'fetch_request';
351 $params['openid.ax.type.' . $alias] = $ns;
355 $params['openid.ax.count.' . $alias] = $count;
358 # Don't send empty ax.requied and ax
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php54 , $ax = false, $sreg = false, $data;
224 $this->ax = (bool) strpos($content, '<Type>http://openid.net/srv/ax/1.0</Type>'); variable
335 $params['openid.ns.ax'] = 'http://openid.net/srv/ax/1.0';
336 $params['openid.ax.mode'] = 'fetch_request';
351 $params['openid.ax.type.' . $alias] = $ns;
355 $params['openid.ax.count.' . $alias] = $count;
358 # Don't send empty ax.requied and ax
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c942 FT_Pos ax = in_x; local
948 if ( ax < 0 )
949 ax = -ax;
952 d_in = ax + ay;
954 ax = out_x;
955 if ( ax < 0 )
956 ax = -ax;
960 d_out = ax
[all...]
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp42 volatile X *ax = dynamic_cast<X *>(a); local
/external/eigen/bench/
H A Dbench_norm.cpp35 Scalar ax = internal::abs(v.coeff(i)); local
36 if (scale >= ax)
38 ssq += internal::abs2(ax/scale);
42 ssq = Scalar(1) + ssq * internal::abs2(scale/ax);
43 scale = ax;
146 Packet ax = internal::pabs(v.template packet<Aligned>(j));
147 Packet ax_s2m = internal::pmul(ax,ps2m);
148 Packet ax_s1m = internal::pmul(ax,ps1m);
149 Packet maskBig = internal::plt(pb2,ax);
150 Packet maskSml = internal::plt(ax,pb
[all...]
/external/freetype/src/base/
H A Dftcalc.c942 FT_Pos ax = in_x; local
948 if ( ax < 0 )
949 ax = -ax;
952 d_in = ax + ay;
954 ax = out_x;
955 if ( ax < 0 )
956 ax = -ax;
960 d_out = ax
[all...]

Completed in 1737 milliseconds

123