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

12 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_powf.c 58 float z,ax,z_h,z_l,p_h,p_l; local
111 ax = fabsf(x);
114 z = ax; /*x is +-0,+-inf,+-1*/
140 t = ax-1; /* t has 20 trailing zeros */
153 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
161 SET_FLOAT_WORD(ax,ix);
164 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
165 v = one/(ax+bp[k]);
170 /* t_h=ax+bp[k] High *
    [all...]
  /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/chromium_org/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/chromium_org/third_party/freetype/src/base/
ftcalc.c 925 FT_Pos ax = in_x; local
931 if ( ax < 0 )
932 ax = -ax;
935 d_in = ax + ay;
937 ax = out_x;
938 if ( ax < 0 )
939 ax = -ax;
943 d_out = ax + ay
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 220 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); local
226 /* bx = */ dst[1].fX = 2*dx - (ax + cx)/2;
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 42 volatile X *ax = dynamic_cast<X *>(a); local
  /external/freetype/src/base/
ftcalc.c 942 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 + ay
    [all...]
  /external/opencv/cxcore/src/
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 ) */
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);
  /external/pixman/pixman/
pixman-filter.c 106 double ax = fabs(x); local
108 if (ax < 1)
110 return ((12 - 9 * B - 6 * C) * ax * ax * ax +
111 (-18 + 12 * B + 6 * C) * ax * ax + (6 - 2 * B)) / 6;
113 else if (ax >= 1 && ax < 2)
115 return ((-B - 6 * C) * ax * ax * ax
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 103 double z,ax,z_h,z_l,p_h,p_l; local
161 ax = x < 0 ? -x : x; /*fabs(x);*/
165 z = ax; /*x is +-0,+-inf,+-1*/
203 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); }
211 SET_HIGH_WORD(ax,ix);
214 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
215 v = one/(ax+bp[k]);
219 /* t_h=ax+bp[k] High */
222 t_l = ax - (t_h-bp[k])
    [all...]
  /external/qemu-pc-bios/vgabios/
vbe.c 103 mov ax, #0x0100 variable
106 mov ax, dx variable
108 push ax
110 mov ax, # VBE_DISPI_INDEX_BANK variable
111 out dx, ax
112 pop ax
114 out dx, ax
115 in ax, dx variable
117 cmp dx, ax
119 mov ax, #0x004 variable
122 mov ax, #0x014f variable
130 mov ax, #0x0100 variable
148 mov ax, # VBE_DISPI_INDEX_VIRT_WIDTH variable
151 in ax, dx variable
155 mov ax, # VBE_DISPI_INDEX_BPP variable
158 in ax, dx variable
187 mov ax, # VBE_DISPI_INDEX_X_OFFSET variable
194 mov ax, di variable
198 mov ax, # VBE_DISPI_INDEX_Y_OFFSET variable
210 mov ax, #0x004f variable
214 mov ax, #0x014f variable
224 mov ax, # VBE_DISPI_INDEX_ID variable
227 in ax, dx variable
235 mov ax, # VBE_DISPI_INDEX_ID variable
254 mov ax, # VBE_DISPI_INDEX_XRES local
257 mov ax, 4[bp] ; xres local
285 mov ax, # VBE_DISPI_INDEX_BPP variable
288 in ax, dx variable
305 or ax, # VBE_DISPI_GETCAPS variable
308 mov ax, # VBE_DISPI_INDEX_XRES variable
311 in ax, dx variable
313 mov ax, bx variable
325 or ax, # VBE_DISPI_GETCAPS variable
328 mov ax, # VBE_DISPI_INDEX_BPP variable
331 in ax, dx variable
333 mov ax, bx variable
344 mov ax, # VBE_DISPI_INDEX_ENABLE variable
355 mov ax, # VBE_DISPI_INDEX_ENABLE variable
358 in ax, dx variable
366 mov ax, # VBE_DISPI_INDEX_BANK variable
377 mov ax, # VBE_DISPI_INDEX_BANK variable
380 in ax, dx variable
392 mov ax,dx local
395 mov ax,# VBE_DISPI_INDEX_BANK local
401 in ax,dx local
405 mov ax, #0x004f local
408 mov ax,# VBE_DISPI_INDEX_BANK local
412 in ax,dx local
416 mov ax,#0x014F local
426 mov ax, # VBE_DISPI_INDEX_X_OFFSET variable
437 mov ax, # VBE_DISPI_INDEX_X_OFFSET variable
440 in ax, dx variable
448 mov ax, # VBE_DISPI_INDEX_Y_OFFSET variable
459 mov ax, # VBE_DISPI_INDEX_Y_OFFSET variable
462 in ax, dx variable
491 mov ax, # VBE_DISPI_INDEX_VIRT_WIDTH variable
502 mov ax, # VBE_DISPI_INDEX_VIRT_WIDTH variable
505 in ax, dx variable
512 mov ax, # VBE_DISPI_INDEX_VIRT_HEIGHT variable
515 in ax, dx variable
525 mov ax, # VBE_DISPI_INDEX_XRES variable
528 in ax, dx variable
531 mov ax, #0x0011 variable
535 shr ax, #3 variable
545 mov ax, # VBE_DISPI_INDEX_YRES variable
548 in ax, dx variable
573 mov ax, #0x0009 variable
594 mov ax, #0x0506 variable
597 mov ax, #0x0f02 variable
598 out dx, ax variable
602 mov ax, # VBE_DISPI_INDEX_BPP variable
605 in ax, dx variable
705 cmp ax, # VBE_DISPI_ID0 variable
709 mov ax, # BIOSMEM_SEG variable
716 mov ax, # VBE_DISPI_ID5 variable
734 mov ax, #0xc000 variable
739 mov ax, #0xc000 variable
1058 mov ax, # BIOSMEM_SEG variable
1061 and ax, # VBE_DISPI_ENABLED variable
1064 mov ax, [bx] variable
1073 mov ax, #0x004f variable
1221 mov ax, #0x0100 variable
1224 mov ax, dx variable
1227 cmp ax, dx variable
1229 mov ax, #0x004f variable
1234 mov ax, #0x004f variable
1237 mov ax, #0x014f variable
1263 mov ax, cx variable
1269 mov ax, #0x0100 variable
1278 shl ax, #3 variable
1294 shr ax, #3 variable
1301 mov ax, #0x004f variable
1349 mov ax, #0x0100 variable
1352 mov ax, cx variable
1354 mov ax, dx variable
1356 mov ax, #0x004f variable
1364 mov ax, #0x004f variable
1385 mov ax, #0x0100 variable
1393 or ax, # VBE_DISPI_8BIT_DAC variable
1396 and ax, #~ VBE_DISPI_8BIT_DAC variable
1402 and ax, # VBE_DISPI_8BIT_DAC variable
1406 mov ax, #0x004f variable
1409 mov ax, #0x014f variable
1447 mov ax, #0x004f variable
1450 mov ax, #0x014f variable
    [all...]
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 220 double ax = dst[0].fX = interp_quad_coords(&fPts[0].fX, t1); local
226 /* bx = */ dst[1].fX = 2*dx - (ax + cx)/2;
  /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
  /art/runtime/
disassembler_x86.cc 42 static const char* gReg16Names[] = { "ax", "cx", "dx", "bx", "sp", "bp", "si", "di" };
150 bool ax = false; // implicit use of ax local
165 case ax8_i8: opcode << #opname; ax = true; immediate_bytes = 1; byte_operand = true; break; \
166 case ax32_i32: opcode << #opname; ax = true; immediate_bytes = 4; break;
693 if (ax) {
694 // If this opcode implicitly uses ax, ax is always the first arg.
702 if (has_modrm || reg_in_opcode || ax || cx) {
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 11 int ax; member in namespace:A
16 // FIXME: there is a member 'ax'; it's just not a class.
17 ::A::ax::undef ex3; // expected-error {{no member named 'ax'}}
59 int x = ::A::ax = A::C::cx;
89 { int A; A::ax = 0; } member in class:A
90 { typedef int A; A::ax = 0; } // expected-error{{expected a class or namespace}} member in class:A
91 { typedef A::C A; A::ax = 0; } // expected-error {{no member named 'ax'}} member in class:A
  /external/fdlibm/
e_pow.c 107 double z,ax,z_h,z_l,p_h,p_l; local
166 ax = ieee_fabs(x);
170 z = ax; /*x is +-0,+-inf,+-1*/
201 t = ax-one; /* t has 20 trailing zeros */
213 {ax *= two53; n -= 53; ix = __HI(ax); }
221 __HI(ax) = ix;
224 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
225 v = one/(ax+bp[k]);
229 /* t_h=ax+bp[k] High *
    [all...]
  /external/jpeg/
jmemdos.c 99 unsigned short ax, dx, bx; member in struct:__anon21440
103 unsigned short ax, dx, bx; member in struct:__anon21441
352 ctx.ax = 0x0b00; /* EMB move */
354 if (ctx.ax != 1)
385 ctx.ax = 0x0b00; /* EMB move */
387 if (ctx.ax != 1)
406 ctx.ax = 0x0a00;
425 ctx.ax = 0x0000;
427 if (ctx.ax < (unsigned short) 0x0200)
432 ctx.ax = 0x0900
    [all...]
  /external/opencv/cv/src/
cvrotcalipers.cpp 150 double ax = vect[n-1].x; local
158 double convexity = ax * by - ay * bx;
165 ax = bx;
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 99 unsigned short ax, dx, bx; member in struct:__anon26691
103 unsigned short ax, dx, bx; member in struct:__anon26692
352 ctx.ax = 0x0b00; /* EMB move */
354 if (ctx.ax != 1)
385 ctx.ax = 0x0b00; /* EMB move */
387 if (ctx.ax != 1)
406 ctx.ax = 0x0a00;
425 ctx.ax = 0x0000;
427 if (ctx.ax < (unsigned short) 0x0200)
432 ctx.ax = 0x0900
    [all...]
  /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;
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 99 unsigned short ax, bx, cx, dx, si, di, cflag; member in struct:_RMWORDREGS
126 "or ax,bx" \
  /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/Camera2/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/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);

Completed in 832 milliseconds

12 3 4