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

1 2 3 4

  /external/ceres-solver/internal/ceres/
gradient_checker_test.cc 76 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);
gradient_checking_cost_function_test.cc 92 double ax = 0; local
95 ax += a_[j][u] * parameters[j][u];
101 double f = *residuals = exp(-ax);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/nds/
SDL_sysjoystick.c 108 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=1;v=0;SDL_PrivateJoystickAxis(joystick,ax,v);prevkey=0;}//fprintf(stderr,"KEY_UP\n");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
UnitBezier.h 40 ax = 1.0 - cx -bx;
49 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
50 return ((ax * t + bx) * t + cx) * t;
60 return (3.0 * ax * t + 2.0 * bx) * t + cx;
119 double ax; member in struct:WebCore::UnitBezier
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 39 A1<Array<int, 17>::type> ax; variable
  /external/eigen/demos/opengl/
gpuhelper.cpp 63 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.z())
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 59 ActiveInput ax = x.template cast<ActiveScalar>(); local
67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i);
69 Functor::operator()(ax, &av);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_log1p.c 105 int32_t k,hx,hu,ax; local
108 ax = hx&0x7fffffff;
112 if(ax>=0x3ff00000) { /* x <= -1.0 */
116 if(ax<0x3e200000) { /* |x| < 2**-29 */
118 &&ax<0x3c900000) /* |x| < 2**-54 */
s_log1pf.c 43 int32_t k,hx,hu,ax; local
46 ax = hx&0x7fffffff;
50 if(ax>=0x3f800000) { /* x <= -1.0 */
54 if(ax<0x38000000) { /* |x| < 2**-15 */
56 &&ax<0x33800000) /* |x| < 2**-24 */
e_pow.c 99 double z,ax,z_h,z_l,p_h,p_l; local
160 ax = fabs(x);
164 z = ax; /*x is +-0,+-inf,+-1*/
199 t = ax-one; /* t has 20 trailing zeros */
211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); }
219 SET_HIGH_WORD(ax,ix);
222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
223 v = one/(ax+bp[k]);
227 /* t_h=ax+bp[k] High *
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_trs.c 271 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/fdlibm/
s_log1p.c 107 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/openssl/crypto/x509/
x509_trs.c 271 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/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 18 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);
PathOpsSimplifyQuadThreadedTest.cpp 19 int ax = state.fA & 0x03; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 19 int ax = state.fA & 0x03; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyTrianglesThreadedTest.cpp 19 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)) {
ColorTest.cpp 135 int ax = SkMulDiv255Ceiling(x, a); local
136 REPORTER_ASSERT(reporter, ax <= a);
PathOpsQuadLineIntersectionThreadedTest.cpp 78 int ax = state.fA & 0x03; local
84 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /external/eigen/Eigen/src/Core/
StableNorm.h 124 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/eigen/bench/
bench_norm.cpp 35 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,pb1)
    [all...]
  /frameworks/av/tools/resampler_tools/
fir.cpp 34 double ax,ans,y; local
35 ax=fabs(x);
36 if (ax < 3.75) {
42 y=3.75/ax;
43 ans=(exp(ax)/sqrt(ax))*(0.39894228+y*(0.1328592e-1
  /packages/apps/Camera2/jni/
tinyplanet.cc 62 float ax = x - floor(x); local
64 float axn = 1.0f - ax;
70 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
71 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
75 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
76 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
80 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
81 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 61 float ax = x - floor(x); local
63 float axn = 1.0f - ax;
69 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
74 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
79 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 84 // A(ax,ay) is the vector p1->p2.
85 final int ax = mP2X - mP1X; local
99 final float crossProdAB = ax * by - ay * bx;
100 final float dotProdAB = ax * bx + ay * by;
101 final float normASquare = ax * ax + ay * ay;
104 mSlope1X = invHalfNormASquare * (dotProdAB * ax + crossProdAB * ay);
105 mSlope1Y = invHalfNormASquare * (dotProdAB * ay - crossProdAB * ax);
108 mSlope1X = ax;
123 final float crossProdAB = ax * by - ay * bx
    [all...]

Completed in 495 milliseconds

1 2 3 4