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

12 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_log1p.c 104 int32_t k,hx,hu,ax; local
107 ax = hx&0x7fffffff;
111 if(ax>=0x3ff00000) { /* x <= -1.0 */
115 if(ax<0x3e200000) { /* |x| < 2**-29 */
117 &&ax<0x3c900000) /* |x| < 2**-54 */
s_log1pf.c 42 int32_t k,hx,hu,ax; local
45 ax = hx&0x7fffffff;
49 if(ax>=0x3f800000) { /* x <= -1.0 */
53 if(ax<0x38000000) { /* |x| < 2**-15 */
55 &&ax<0x33800000) /* |x| < 2**-24 */
e_pow.c 99 double z,ax,z_h,z_l,p_h,p_l; local
160 ax = fabs(x);
164 z = ax; /*x is +-0,+-inf,+-1*/
199 t = ax-one; /* t has 20 trailing zeros */
211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); }
219 SET_HIGH_WORD(ax,ix);
222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
223 v = one/(ax+bp[k]);
227 /* t_h=ax+bp[k] High *
    [all...]
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/fdlibm/
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 */
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/blktrace/btt/
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.grid(True
    [all...]
  /external/zlib/src/contrib/amd64/
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/ceres-solver/internal/ceres/
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/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
  /frameworks/av/tools/resampler_tools/
fir.cpp 34 double ax,ans,y; local
35 ax=fabs(x);
36 if (ax < 3.75) {
42 y=3.75/ax;
43 ans=(exp(ax)/sqrt(ax))*(0.39894228+y*(0.1328592e-1
  /external/jpeg/
jmemdosa.asm 19 ; values, which everybody returns in AX.
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 rea
    [all...]
jmemdos.c 99 unsigned short ax, dx, bx; member in struct:__anon9392
103 unsigned short ax, dx, bx; member in struct:__anon9393
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/jpeg-6b/
jmemdosa.asm 19 ; values, which everybody returns in AX.
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 rea
    [all...]
jmemdos.c 99 unsigned short ax, dx, bx; member in struct:__anon13232
103 unsigned short ax, dx, bx; member in struct:__anon13233
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/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 59 ActiveInput ax = x.template cast<ActiveScalar>(); local
67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i);
69 Functor::operator()(ax, &av);
  /external/libvpx/libvpx/vp8/common/x86/
iwalsh_mmx.asm 102 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
iwalsh_sse2.asm 82 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/openssl/crypto/x509/
x509_trs.c 271 X509_CERT_AUX *ax; local
272 ax = x->aux;
273 if(!ax) return X509_TRUST_UNTRUSTED;
274 if(ax->reject) {
275 for(i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) {
276 obj = sk_ASN1_OBJECT_value(ax->reject, i);
280 if(ax->trust) {
281 for(i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) {
282 obj = sk_ASN1_OBJECT_value(ax->trust, i);
  /external/quake/quake/src/WinQuake/
net_bw.cpp 246 regs.x.ax = 0x4403;
252 return regs.x.ax;
282 regs.x.ax = 0x3d42;
287 fd = regs.x.ax;
289 regs.x.ax = 0x4401;
301 Q_memcpy(&ethdevinfo, lowmem_buffer, regs.x.ax);
405 regs.x.ax = 0x3d42;
410 Con_Printf("BW_OpenSocket failed: %u\n", BW_TranslateError(regs.x.ax));
413 s = regs.x.ax;
416 regs.x.ax = 0x4401;
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 88 // 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
613 // CHECK: incw %ax # encoding: [0x66,0x40]
614 incw %ax
    [all...]
  /dalvik/vm/mterp/x86/
OP_REM_DOUBLE.S 10 fstsw %ax
OP_REM_DOUBLE_2ADDR.S 10 fstsw %ax
OP_REM_FLOAT.S 10 fstsw %ax
OP_REM_FLOAT_2ADDR.S 10 fstsw %ax

Completed in 1157 milliseconds

12 3 4 5 6 7 8