Searched defs:STEP (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dumodsi3-float.S51 #define STEP(n) lsl.l r2,r1,n` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Dumodsi3.S59 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Dmodsi3.S64 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Dmodsi3-float.S51 #define STEP(n) lsl.l r2,TMP2,n` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Ddivsi3.c82 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dudivsi3-float.c87 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dudivsi3.c76 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dumodsi3.c64 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dmodsi3.c68 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dumodsi3-float.S51 #define STEP(n) lsl.l r2,r1,n` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Dumodsi3.S59 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Dmodsi3.S64 #define STEP(n) .long 0x0006441f | (n) << 5` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Dmodsi3-float.S51 #define STEP(n) lsl.l r2,TMP2,n` sub r2,r0,r2` movgteu r0,r2 define
[all...]
H A Ddivsi3.c82 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dudivsi3.c76 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dumodsi3.c64 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dudivsi3-float.c87 #define STEP(n) case n: a += a; t = a - d; if (t <= a) a = t; macro
[all...]
H A Dmodsi3.c68 #define STEP(n) case n: d = b << n; t = a - d; if (t <= a) a = t; macro
[all...]
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dsmoothstep.c4 #define STEP(step, h, x, y) \ macro
7 #undef STEP macro
/netbsd-current/bin/dd/
H A Ddd_swab.c66 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp macro
[all...]
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_mul.c160 #define STEP /* each 1-bit step of the multiplication */ \ macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dfsaccess.c35 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_mul.c165 #define STEP /* each 1-bit step of the multiplication */ \ macro
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_mul.c182 #define STEP /* each 1-bit step of the multiplication */ \ macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dfsaccess.c32 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro

Completed in 238 milliseconds

12