Searched refs:ax (Results 1 - 25 of 165) sorted by relevance

1234567

/external/clang/test/Modules/Inputs/include_next/x/
H A Da.h2 enum { ax = 1 }; enumerator in enum:__anon2438
/external/clang/test/Modules/
H A Dinclude_next.c8 _Static_assert(ax == 1, "");
/external/llvm/test/MC/X86/
H A Dintel-syntax-encoding.s4 xor ax, 12
11 or ax, 12
18 cmp ax, 12
28 add ax, -12
35 adc ax, -12
42 sbb ax, -12
49 cmp ax, -12
H A Dx86_64-rand-encoding.s3 // CHECK: rdrandw %ax
5 rdrand %ax
27 // CHECK: rdseedw %ax
29 rdseed %ax
H A Dx86_64-imm-widths.s19 // CHECK: addw $0, %ax
21 addw $0x0000, %ax
23 // CHECK: addw $127, %ax
25 addw $0x007F, %ax
27 // CHECK: addw $65408, %ax
29 addw $0xFF80, %ax
31 // CHECK: addw $65535, %ax
33 addw $0xFFFF, %ax
H A Dintel-syntax-unsized-memory.s10 // CHECK: movw %ax, (%rax)
11 mov [rax], ax
H A Dx86-64.s81 // CHECK: subw %ax, %bx
82 subw %ax, %bx
216 // CHECK: outw %ax, $128
217 outw %ax, $128
236 // CHECK: cmovnew %bx, %ax
237 cmovnz %bx, %ax
244 // CHECK: inw %dx, %ax
246 // CHECK: outw %ax, %dx
258 // CHECK: outw %ax, %dx
259 // CHECK: outw %ax,
[all...]
H A Dx86-16.s39 // CHECK: addw %ax, %ax # encoding: [0x01,0xc0]
40 addw %ax, %ax
55 // CHECK: movw 0, %ax # encoding: [0xa1,0x00,0x00]
56 movw 0, %ax
247 // CHECK: movw %cs, %ax
249 movw %cs, %ax
543 // CHECK: incw %ax # encoding: [0x40]
544 incw %ax
[all...]
/external/llvm/test/MC/MachO/
H A Dx86_32-optimal_nop.s14 # xchg %ax,%ax
21 # nopl (%[re]ax)
31 # nopl 0(%[re]ax)
40 # nopl 0(%[re]ax,%[re]ax,1)
48 # nopw 0(%[re]ax,%[re]ax,1)
55 # nopl 0L(%[re]ax)
69 # nopl 0L(%[re]ax,
[all...]
/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/pdfium/third_party/agg23/
H A Dagg_math.h49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, argument
53 FX_FLOAT num = FXSYS_Mul(ay - cy, dx - cx) - FXSYS_Mul(ax - cx, dy - cy);
54 FX_FLOAT den = FXSYS_Mul(bx - ax, dy - cy) - FXSYS_Mul(by - ay, dx - cx);
58 *x = ax + FXSYS_MulDiv(bx - ax, num, den);
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
34 ax2 = ax*2.0
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
58 ax3 = ax * 3.0
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
92 ax = (pt2x - pt1x)
98 if ax == 0:
101 t = (where - (bx, by)[isHorizontal]) / ax
103 midPt = ax *
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py33 (ax, ay), (bx, by), (cx, cy) = calcQuadraticParameters(pt1, pt2, pt3)
34 ax2 = ax*2.0
41 points = [(ax*t*t + bx*t + cx, ay*t*t + by*t + cy) for t in roots if 0 <= t < 1] + [pt1, pt3]
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
58 ax3 = ax * 3.0
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
92 ax = (pt2x - pt1x)
98 if ax == 0:
101 t = (where - (bx, by)[isHorizontal]) / ax
103 midPt = ax *
[all...]
/external/chromium-trace/catapult/third_party/flot/
H A Djquery.flot.errorbars.js166 ax = [s.xaxis, s.yaxis],
172 if (ax[0].p2c(ax[0].max) < ax[0].p2c(ax[0].min)) {
180 if (ax[1].p2c(ax[1].min) < ax[1].p2c(ax[1].max)) {
195 var minmax = [ax[
[all...]
H A Djquery.flot.errorbars.min.js7 (function($){var options={series:{points:{errorbars:null,xerr:{err:"x",show:null,asymmetric:null,upperCap:null,lowerCap:null,color:null,radius:null},yerr:{err:"y",show:null,asymmetric:null,upperCap:null,lowerCap:null,color:null,radius:null}}}};function processRawData(plot,series,data,datapoints){if(!series.points.errorbars)return;var format=[{x:true,number:true,required:true},{y:true,number:true,required:true}];var errors=series.points.errorbars;if(errors=="x"||errors=="xy"){if(series.points.xerr.asymmetric){format.push({x:true,number:true,required:true});format.push({x:true,number:true,required:true})}else format.push({x:true,number:true,required:true})}if(errors=="y"||errors=="xy"){if(series.points.yerr.asymmetric){format.push({y:true,number:true,required:true});format.push({y:true,number:true,required:true})}else format.push({y:true,number:true,required:true})}datapoints.format=format}function parseErrors(series,i){var points=series.datapoints.points;var exl=null,exu=null,eyl=null,eyu=null;var xerr=series.points.xerr,yerr=series.points.yerr;var eb=series.points.errorbars;if(eb=="x"||eb=="xy"){if(xerr.asymmetric){exl=points[i+2];exu=points[i+3];if(eb=="xy")if(yerr.asymmetric){eyl=points[i+4];eyu=points[i+5]}else eyl=points[i+4]}else{exl=points[i+2];if(eb=="xy")if(yerr.asymmetric){eyl=points[i+3];eyu=points[i+4]}else eyl=points[i+3]}}else if(eb=="y")if(yerr.asymmetric){eyl=points[i+2];eyu=points[i+3]}else eyl=points[i+2];if(exu==null)exu=exl;if(eyu==null)eyu=eyl;var errRanges=[exl,exu,eyl,eyu];if(!xerr.show){errRanges[0]=null;errRanges[1]=null}if(!yerr.show){errRanges[2]=null;errRanges[3]=null}return errRanges}function drawSeriesErrors(plot,ctx,s){var points=s.datapoints.points,ps=s.datapoints.pointsize,ax=[s.xaxis,s.yaxis],radius=s.points.radius,err=[s.points.xerr,s.points.yerr];var invertX=false;if(ax[0].p2c(ax[0].max)<ax[0].p2c(ax[0].min)){invertX=true;var tmp=err[0].lowerCap;err[0].lowerCap=err[0].upperCap;err[0].upperCap=tmp}var invertY=false;if(ax[1].p2c(ax[1].min)<ax[1].p2c(ax[1].max)){invertY=true;var tmp=err[1].lowerCap;err[1].lowerCap=err[1].upperCap;err[1].upperCap=tmp}for(var i=0;i<s.datapoints.points.length;i+=ps){var errRanges=parseErrors(s,i);for(var e=0;e<err.length;e++){var minmax=[ax[
[all...]
/external/skia/include/core/
H A DSkRSXform.h28 * and anchor-point ax,ay within the src quad.
33 SkScalar ax, SkScalar ay) {
36 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay);
32 MakeFromRadians(SkScalar scale, SkScalar radians, SkScalar tx, SkScalar ty, SkScalar ax, SkScalar ay) argument
/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/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c68 static float normalize(float *ax, float *ay, float *az) argument
70 float norm = sqrtf((*ax) * (*ax) + (*ay) * (*ay) + (*az) * (*az));
73 *ax /= norm;
82 float ax, float ay, float az)
90 float norm = normalize(&ax, &ay, &az);
95 xx = ax * ax;
98 xy = ax * ay;
100 xz = ax * a
81 Matrix4x4_Rotate(Matrix4x4 mat, float angle, float ax, float ay, float az) argument
[all...]
/external/freetype/src/autofit/
H A Dafangles.c49 FT_Fixed ax = dx;
53 if ( ax < 0 )
54 ax = -ax;
58 ax += ay;
60 if ( ax == 0 )
64 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
/external/libpcap/msdos/
H A Dndis_0.asm74 mov ax,CB_DSEG ;; Load DS
75 mov ds,ax
81 mov sp,ax
86 mov ax,ss ;; Set up the destination for the move
87 mov es,ax
98 mov ax,CB_DSEG ;; Set my data segment again.
99 mov ds,ax
108 push ax ;; Save the return code
113 pop ax ;; Get the return code back
114 add di,32 ;; Get a pointer to ax o
[all...]
H A Dpkt_rx1.s93 cmp ax, 0 ; first call? (AX=0)
103 mov ax, [_rxInOfs]
104 add ax, RX_SIZE
105 cmp ax, LAST_OFS
107 mov ax, offset _pktRxBuf
109 cmp ax, [_rxOutOfs]
112 mov [newInOffset], ax
125 xor ax, ax
126 mov es, ax
[all...]
/external/blktrace/btt/
H A Dbtt_plot.py96 'ax', 'ay' - Running average over X & Y --
173 db[file]['ax'], db[file]['ay'] = avg(xs, ys)
175 db[file]['ax'] = db[file]['ay'] = None
255 def gen_labels(db, ax, type):
259 def gen_ylabel(ax, type):
268 ax.set_ylabel(str)
274 ax.set_xlim(db['min_x'] - xdelta, db['max_x'] + xdelta)
275 ax.set_ylim(db['min_y'] - ydelta, db['max_y'] + ydelta)
276 ax.set_xlabel('Runtime (seconds)')
277 ax
[all...]
/external/zlib/src/contrib/amd64/
H A Damd64-match.S308 notw %ax
309 bsfw %ax, %ax
321 notw %ax
322 bsfw %ax, %ax
330 notw %ax
331 bsfw %ax, %ax
338 notw %ax
[all...]
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dquat.js215 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
218 out[0] = ax * bw + aw * bx + ay * bz - az * by;
219 out[1] = ay * bw + aw * by + az * bx - ax * bz;
220 out[2] = az * bw + aw * bz + ax * by - ay * bx;
221 out[3] = aw * bw - ax * bx - ay * by - az * bz;
253 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
256 out[0] = ax * bw + aw * bx;
259 out[3] = aw * bw - ax * bx;
274 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
277 out[0] = ax * b
[all...]
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dquat.js215 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
218 out[0] = ax * bw + aw * bx + ay * bz - az * by;
219 out[1] = ay * bw + aw * by + az * bx - ax * bz;
220 out[2] = az * bw + aw * bz + ax * by - ay * bx;
221 out[3] = aw * bw - ax * bx - ay * by - az * bz;
253 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
256 out[0] = ax * bw + aw * bx;
259 out[3] = aw * bw - ax * bx;
274 var ax = a[0], ay = a[1], az = a[2], aw = a[3],
277 out[0] = ax * b
[all...]

Completed in 819 milliseconds

1234567