HomeSort by relevance Sort by last modified time
    Searched refs:ax (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 56 mov $0x020d,%ax # store 0x020d
68 cmp $0x020d,%ax # if we loaded wrong value
202 mov $0xa5a5,%ax
230 mov $0xa5a5,%ax
  /frameworks/base/libs/hwui/
PathTessellator.h 110 float ax, float ay,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 62 an, ax, axx: average temporal statistics - yields stdev */
65 double xx, txx, ax, axx; member in struct:PERF_RTdata_rate
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
130 ax=x1[0]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
150 p5[1]=db_sqr(ax)+db_sqr(ay);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
130 ax=x1[0]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
150 p5[1]=db_sqr(ax)+db_sqr(ay);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
130 ax=x1[0]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
150 p5[1]=db_sqr(ax)+db_sqr(ay);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 30 * AX and SREG extensions are supported.
32 * These are arrays, with values being AX schema paths (the 'path' part of the URL).
54 , $ax = false, $sreg = false, $data;
223 # Does the server advertise support for either AX or SREG?
224 $this->ax = (bool) strpos($content, '<Type>http://openid.net/srv/ax/1.0</Type>'); variable
246 # AX can be used only with OpenID 2.0, so checking only SREG
335 $params['openid.ns.ax'] = 'http://openid.net/srv/ax/1.0';
336 $params['openid.ax.mode'] = 'fetch_request'
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 287 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);
cxjacobieigens.cpp 73 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/quake/quake/src/QW/client/
r_drawa.s 220 fnstsw %ax
236 fnstsw %ax
768 fnstsw %ax
793 fnstsw %ax
800 fnstsw %ax
822 fnstsw %ax
829 fnstsw %ax
r_edgea.s 509 fnstsw %ax
517 fnstsw %ax
526 fnstsw %ax
698 fnstsw %ax
706 fnstsw %ax
715 fnstsw %ax
  /external/quake/quake/src/WinQuake/
r_drawa.s 220 fnstsw %ax
236 fnstsw %ax
768 fnstsw %ax
793 fnstsw %ax
800 fnstsw %ax
822 fnstsw %ax
829 fnstsw %ax
r_edgea.s 509 fnstsw %ax
517 fnstsw %ax
526 fnstsw %ax
698 fnstsw %ax
706 fnstsw %ax
715 fnstsw %ax
  /external/freetype/src/pshinter/
pshalgo.c 942 FT_Pos ax = x_in; local
948 if ( ax < 0 )
949 ax = -ax;
952 d_in = ax + ay;
954 ax = x_out;
955 if ( ax < 0 )
956 ax = -ax;
960 d_out = ax + ay
1161 FT_Pos ax, ay; local
    [all...]
  /external/ceres-solver/internal/ceres/
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/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 161 // 'openid.ax.ns' : 'http://openid.net/srv/ax/1.0',
162 // 'openid.ax.type.email' : 'http://axschema.org/contact/email',
163 // 'openid.ax.type.name1' : 'http://axschema.org/namePerson/first',
164 // 'openid.ax.type.name2' : 'http://axschema.org/namePerson/last',
165 // 'openid.ax.required' : 'email,name1,name2' };
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 215 public static final float[][] calcRotationMatrix(final float ax, final float ay, final float az) {
217 float cax = (float) Math.cos(ax);
218 float sax = (float) Math.sin(ax);
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/eigen/unsupported/test/
autodiff.cpp 134 AD ax(1,Vector2f::UnitX());
136 AD res = foo<AD>(ax,ay);
  /external/quake/quake/src/QW/server/
math.s 309 fnstsw %ax
315 fnstsw %ax
  /external/skia/tests/
ColorTest.cpp 135 int ax = SkMulDiv255Ceiling(x, a); local
136 REPORTER_ASSERT(reporter, ax <= a);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 298 int ax; local
299 for (ax = 0; ax < JOYAXE_count; ax++)
300 hw->axis_map[ax] = -1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 598 // We compute the positions of (ax,ay) for the point above and
600 double ax = x1 + lineLength - arrowHeight; local
602 int rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1);
603 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1);
607 rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1);
608 ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1);
  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 117 .section .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits
139 .section .text.sse2,"ax",@progbits
255 movw %ax, -2(%edx)
275 movw %ax, -3(%edx)
633 movw %ax, -2(%edx)
653 movw %ax, -3(%edx)
716 movw %ax, -2(%edx)
737 movw %ax, -3(%edx)
800 movw %ax, -2(%edx)
821 movw %ax, -3(%edx
    [all...]
  /external/libffi/src/x86/
darwin.S 114 movswl %ax, %eax
122 movzwl %ax, %eax
159 movw %ax,0(%ecx)

Completed in 917 milliseconds

1 2 34 5 6 7 8