/external/clang/test/Modules/Inputs/include_next/x/ |
H A D | a.h | 2 enum { ax = 1 }; enumerator in enum:__anon2203
|
/external/clang/test/Modules/ |
H A D | include_next.c | 8 _Static_assert(ax == 1, "");
|
/external/llvm/test/MC/X86/ |
H A D | intel-syntax-encoding.s | 4 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 D | x86_64-rand-encoding.s | 3 // CHECK: rdrandw %ax 5 rdrand %ax 27 // CHECK: rdseedw %ax 29 rdseed %ax
|
H A D | x86_64-imm-widths.s | 19 // 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 D | intel-syntax-unsized-memory.s | 10 // CHECK: movw %ax, (%rax) 11 mov [rax], ax
|
H A D | x86-64.s | 81 // 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 D | x86-16.s | 39 // 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 D | x86_32-optimal_nop.s | 14 # 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 D | 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 [all...] |
/external/pdfium/core/src/fxge/agg/agg23/ |
H A D | agg_math.h | 49 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 D | bezierTools.py | 33 (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 D | bezierTools.py | 33 (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/fdlibm/ |
H A D | 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/freetype/src/autofit/ |
H A D | afangles.c | 49 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 D | ndis_0.asm | 74 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 D | pkt_rx1.s | 93 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 D | btt_plot.py | 96 '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 D | amd64-match.S | 308 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/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/ |
H A D | quat.js | 215 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/ceres-solver/internal/ceres/ |
H A D | 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/deqp/framework/common/ |
H A D | tcuTexVerifierUtil.cpp | 66 const float ax = de::abs(x); local 75 if (ay+ey < ax-ex && az+ez < ax-ex) 80 else if (ax+ex < ay-ey && az+ez < ay-ey) 85 else if (ax+ex < az-ez && ay+ey < az-ez) 93 if (ax > ex)
|
/external/skia/tests/ |
H A D | 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);
|
H A D | 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)) {
|
/external/jpeg/ |
H A D | jmemdosa.asm | 59 mov word ptr [bx],ax ; save the handle 60 xor ax,ax ; return zero for OK 92 xor ax,ax ; return zero for OK 123 mov ax,4200h ; absolute seek 126 xor ax,ax ; return zero for OK 160 cmp ax,word ptr [bp+12] ; make sure all bytes were read 162 mov ax, [all...] |