Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_log1p.c97 int32_t k,hx,hu=0,ax; in log1p() local
100 ax = hx&0x7fffffff; in log1p()
104 if(ax>=0x3ff00000) { /* x <= -1.0 */ in log1p()
108 if(ax<0x3e200000) { /* |x| < 2**-29 */ in log1p()
110 &&ax<0x3c900000) /* |x| < 2**-54 */ in log1p()
A De_pow.c96 double z,ax,z_h,z_l,p_h,p_l; in __ieee754_pow() local
160 ax = fabs(x); in __ieee754_pow()
164 z = ax; /*x is +-0,+-inf,+-1*/ in __ieee754_pow()
202 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); } in __ieee754_pow()
210 SET_HIGH_WORD(ax,ix); in __ieee754_pow()
213 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in __ieee754_pow()
214 v = one/(ax+bp[k]); in __ieee754_pow()
221 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dnullsubexpr.dat55 B \(a*\)*\(x\) ax (0,2)(0,1)(1,2)
58 B \(a*\)*\(x\)\(\1\) ax (0,2)(1,1)(1,2)(2,2)
64 E (a*)*(x) ax (0,2)(0,1)(1,2)
68 E (a*)+(x) ax (0,2)(0,1)(1,2)
72 E (a*){2}(x) ax (0,2)(1,1)(1,2)
A Dcategorize.dat42 |E (a*)* ax (0,1)(0,1) BUG=repeat-null-unknown
A Dbasic.dat15 BE ^a ax (0,1)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/
A Dmemset.S23 .section .text..SHmedia32,"ax"
/l4re-core-master/l4sys/include/ARCH-x86/
A D__vcpu-arch.h52 l4_umword_t ax; /**< eax register */ member
/l4re-core-master/l4sys/include/ARCH-amd64/
A D__vcpu-arch.h68 l4_umword_t ax; /**< rax register */ member
/l4re-core-master/lua/lib/contrib/src/
A Dluac.c346 int ax=GETARG_Ax(i); in PrintCode() local
652 printf("%d",ax); in PrintCode()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog7032 Add ax to clobber list.

Completed in 18 milliseconds