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

1 2 3 4 5

  /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);
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticSubDivide.cpp 43 double ax = dst[0].x = interp_quad_coords(&src[0].x, t1); local
49 /* bx = */ dst[1].x = 2*dx - (ax + cx)/2;
CubicParameterization_TestUtility.cpp 8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
18 calc_ABCD(ax, ay, coeffs);
22 double ax = cubic[0].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
CubicSubDivide.cpp 75 double ax = dst[0].x = interp_cubic_coords(&src[0].x, t1); local
83 double mx = ex * 27 - ax * 8 - dx;
85 double nx = fx * 27 - ax - dx * 8;
EdgeWalkerQuadratic4x4_Test.cpp 20 int ax = state.a & 0x03; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
  /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/skia/experimental/Intersection/
QuadraticSubDivide.cpp 43 double ax = dst[0].x = interp_quad_coords(&src[0].x, t1); local
49 /* bx = */ dst[1].x = 2*dx - (ax + cx)/2;
CubicParameterization_TestUtility.cpp 8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
18 calc_ABCD(ax, ay, coeffs);
22 double ax = cubic[0].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
CubicSubDivide.cpp 75 double ax = dst[0].x = interp_cubic_coords(&src[0].x, t1); local
83 double mx = ex * 27 - ax * 8 - dx;
85 double nx = fx * 27 - ax - dx * 8;
EdgeWalkerQuadratic4x4_Test.cpp 20 int ax = state.a & 0x03; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
  /external/chromium_org/third_party/skia/tests/
ColorTest.cpp 33 int ax = SkMulDiv255Ceiling(x, a); local
34 REPORTER_ASSERT(reporter, ax <= a);
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)) {
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);
  /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);
  /external/skia/tests/
ColorTest.cpp 33 int ax = SkMulDiv255Ceiling(x, a); local
34 REPORTER_ASSERT(reporter, ax <= a);
  /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 */
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 41 ax = 1.0 - cx -bx;
80 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
81 return ((ax * t + bx) * t + cx) * t;
91 return (3.0 * ax * t + 2.0 * bx) * t + cx;
150 double ax; member in struct:blink::UnitBezier
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_trs.c 278 X509_CERT_AUX *ax; local
279 ax = x->aux;
280 if(!ax) return X509_TRUST_UNTRUSTED;
281 if(ax->reject) {
282 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
283 obj = sk_ASN1_OBJECT_value(ax->reject, i);
287 if(ax->trust) {
288 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
289 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);

Completed in 1320 milliseconds

1 2 3 4 5