Searched refs:ax (Results 26 - 50 of 130) sorted by relevance

123456

/external/boringssl/src/crypto/x509/
H A Dx509_trs.c287 X509_CERT_AUX *ax; local
288 ax = x->aux;
289 if(!ax) return X509_TRUST_UNTRUSTED;
290 if(ax->reject) {
291 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
292 obj = sk_ASN1_OBJECT_value(ax->reject, i);
296 if(ax->trust) {
297 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
298 obj = sk_ASN1_OBJECT_value(ax->trust, i);
/external/clang/test/SemaTemplate/
H A Dtemp_arg_type.cpp39 A1<Array<int, 17>::type> ax; variable
/external/libvpx/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm102 mov word ptr[rdx+32*0], ax
106 mov word ptr[rdx+32*4], ax
110 mov word ptr[rdx+32*8], ax
114 mov word ptr[rdx+32*12], ax
121 mov word ptr[rdx+32*2], ax
125 mov word ptr[rdx+32*6], ax
129 mov word ptr[rdx+32*10], ax
133 mov word ptr[rdx+32*14], ax
H A Diwalsh_sse2.asm82 mov word ptr[rdx+32*0], ax
86 mov word ptr[rdx+32*4], ax
92 mov word ptr[rdx+32*8], ax
96 mov word ptr[rdx+32*12], ax
103 mov word ptr[rdx+32*1], ax
107 mov word ptr[rdx+32*5], ax
111 mov word ptr[rdx+32*9], ax
115 mov word ptr[rdx+32*13], ax
/external/jpeg/
H A Djmemdos.c99 unsigned short ax, dx, bx; member in struct:__anon6502
103 unsigned short ax, dx, bx; member in struct:__anon6503
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
[all...]
/external/llvm/test/MC/X86/
H A Dx86-32.s88 // CHECK: addw %ax, %ax # encoding: [0x66,0x01,0xc0]
89 addw %ax, %ax
101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00]
354 // CHECK: movw %cs, %ax
356 movw %cs, %ax
633 // CHECK: incw %ax # encoding: [0x66,0x40]
634 incw %ax
[all...]
H A Dindex-operations.s43 lods (%esi), %ax
44 // 64: lodsw (%esi), %ax # encoding: [0x66,0x67,0xad]
45 // 32: lodsw (%esi), %ax # encoding: [0x66,0xad]
46 // 16: lodsw (%esi), %ax # encoding: [0x67,0xad]
49 // 64: stosw %ax, %es:(%rdi) # encoding: [0x66,0xab]
50 // 32: stosw %ax, %es:(%edi) # encoding: [0x66,0xab]
51 // 16: stosw %ax, %es:(%di) # encoding: [0xab]
93 scas %es:(%di), %ax
95 // 16: scasw %es:(%di), %ax # encoding: [0xaf]
96 // 32: scasw %es:(%di), %ax # encodin
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h43 #define cpuid(func, func2, ax, bx, cx, dx)\
46 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) \
49 #define cpuid(func, func2, ax, bx, cx, dx)\
54 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
59 #define cpuid(func, func2, ax, bx, cx, dx)\
65 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
68 #define cpuid(func, func2, ax, bx, cx, dx)\
74 : "=a" (ax), "=D" (bx), "=c" (cx), "=d" (dx) \
/external/skia/tests/
H A DColorTest.cpp33 int ax = SkMulDiv255Ceiling(x, a); local
34 REPORTER_ASSERT(reporter, ax <= a);
H A DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
57 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 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/fdlibm/
H A De_pow.c107 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
[all...]
/external/eigen/bench/
H A Dbench_norm.cpp35 Scalar ax = internal::abs(v.coeff(i)); local
36 if (scale >= ax)
38 ssq += internal::abs2(ax/scale);
42 ssq = Scalar(1) + ssq * internal::abs2(scale/ax);
43 scale = ax;
146 Packet ax = internal::pabs(v.template packet<Aligned>(j));
147 Packet ax_s2m = internal::pmul(ax,ps2m);
148 Packet ax_s1m = internal::pmul(ax,ps1m);
149 Packet maskBig = internal::plt(pb2,ax);
150 Packet maskSml = internal::plt(ax,pb
[all...]
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h59 ActiveInput ax = x.template cast<ActiveScalar>(); local
67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i);
69 Functor::operator()(ax, &av);
/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
60 self.ax = ax
/external/libpcap/msdos/
H A Dpkt_rx0.asm96 mov ax, _rxInOfs ;; DI = current in-offset
97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
98 cmp ax, LAST_OFS ;; pointing past last ?
100 lea ax, _pktRxBuf ;; yes, point to 1st buffer
102 @noWrap: cmp ax, _rxOutOfs ;; in-ofs = out-ofs ?
105 mov newInOffset, ax ;; remember new input offset
142 cmp ax, 0 ; first call? (AX=0)
165 xor ax, ax
166 mov es, ax
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext32.h64 unsigned int ax; member in struct:sigcontext_ia32
/external/skia/experimental/
H A DSkSetPoly3To3_A.cpp42 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
43 return SkDScalar_setMul(ax, bx) + SkDScalar_setMul(ay, by);
46 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
47 return SkDScalar_toScalar(ddot(ax, ay, bx, by));
/external/valgrind/none/tests/amd64/
H A Damd64locked.c277 GEN_do_locked_G_E(addw,ax)
282 GEN_do_locked_G_E(orw, ax)
287 GEN_do_locked_G_E(adcw,ax)
292 GEN_do_locked_G_E(sbbw,ax)
297 GEN_do_locked_G_E(andw,ax)
302 GEN_do_locked_G_E(subw,ax)
307 GEN_do_locked_G_E(xorw,ax)
369 GEN_do_locked_imm_E(addw,ax,0x7E)
370 GEN_do_locked_imm_E(addw,ax,0x9325)
378 GEN_do_locked_imm_E(orw,ax,
[all...]
H A Dcmpxchg.stdout.exp5 cmpxchg %bx,%cx (ax=2222 bx=4444 cx=3333)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
7 cmpxchg %bx,%cx (ax=7777 bx=5555 cx=5555)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx=5555)
/external/valgrind/none/tests/x86/
H A Dx86locked.c262 GEN_do_locked_G_E(addw,ax)
266 GEN_do_locked_G_E(orw, ax)
270 GEN_do_locked_G_E(adcw,ax)
274 GEN_do_locked_G_E(sbbw,ax)
278 GEN_do_locked_G_E(andw,ax)
282 GEN_do_locked_G_E(subw,ax)
286 GEN_do_locked_G_E(xorw,ax)
347 GEN_do_locked_imm_E(addw,ax,0x7E)
348 GEN_do_locked_imm_E(addw,ax,0x9325)
354 GEN_do_locked_imm_E(orw,ax,
[all...]
/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp11 int ax; // expected-note {{'ax' declared here}} member in namespace:A
16 ::A::ax::undef ex3; // expected-error {{'ax' is not a class, namespace, or enumeration}}
59 int x = ::A::ax = A::C::cx;
92 { int A; A::ax = 0; } member in class:A
93 { typedef int A; A::ax = 0; } // expected-error{{'A' (aka 'int') is not a class, namespace, or enumeration}} member in class:A
94 { typedef A::C A; A::ax = 0; } // expected-error {{no member named 'ax'}} member in class:A
/external/eigen/Eigen/src/Core/
H A DStableNorm.h99 RealScalar ax = abs(it.value()); local
100 if(ax > ab2) abig += numext::abs2(ax*s2m);
101 else if(ax < b1) asml += numext::abs2(ax*s1m);
102 else amed += numext::abs2(ax);
/external/v8/third_party/fdlibm/
H A Dfdlibm.js436 var ax = hx & 0x7fffffff; variable
445 if (ax >= 0x3ff00000) { // |x| >= 1
451 } else if (ax < 0x3c900000) {
454 } else if (ax < 0x3e200000) {
741 var ax = MathAbs(x);
742 if (ax < 22) {
744 if (ax < TWO_M28) return x;
745 var t = MathExpm1(ax);
746 if (ax < 1) return h * (2 * t - t * t / (t + 1));
750 if (ax < LOG_MAX
[all...]
/external/skia/src/pathops/
H A DSkPathOpsConic.cpp87 double ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); local
97 double bx = 2 * dx - (ax + cx) / 2;
104 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}}, w };

Completed in 1252 milliseconds

123456