HomeSort by: relevance | last modified time | path
    Searched refs:LOOP (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_div.c 92 * This loop correctly calculates the guard and round bits since they are
96 * only if the remainder R is nonzero when the loop terminates.
98 * Examining the loop above, we can see that the quotient Q is built
224 #define LOOP /* do ... while (bit >>= 1) */ \
237 LOOP; \
259 LOOP;
  /src/sys/arch/sparc/fpu/
fpu_div.c 92 * This loop correctly calculates the guard and round bits since they are
96 * only if the remainder R is nonzero when the loop terminates.
98 * Examining the loop above, we can see that the quotient Q is built
220 #define LOOP /* do ... while (bit >>= 1) */ \
233 LOOP; \
257 LOOP;
  /src/sys/arch/powerpc/fpu/
fpu_div.c 96 * This loop correctly calculates the guard and round bits since they are
100 * only if the remainder R is nonzero when the loop terminates.
102 * Examining the loop above, we can see that the quotient Q is built
249 #define LOOP /* do ... while (bit >>= 1) */ \
262 LOOP; \
286 LOOP;
  /src/sys/arch/mac68k/dev/
if_mcreg.h 196 #define LOOP 0x06 /* Loopback Control */
  /src/sys/arch/macppc/dev/
am79c950reg.h 196 #define LOOP 0x06 /* Loopback Control */
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh_dev.cpp 152 DBG_BIT_PRINT(r, LOOP);
  /src/usr.bin/ftp/
cmds.c 2104 LOOP:
2172 goto LOOP;
2177 goto LOOP;
2493 /* LOOP */;
  /src/sys/dev/qbus/
qd.c 1785 * XXX - this loop is done at spltty.
3046 * because 2 chars are stored in a short in the PTOB loop
3119 LOOP:
3149 goto LOOP;
3153 goto LOOP;
3157 goto LOOP;
3162 goto LOOP;
3626 /* no RTS control,no echo or loop */
3631 /* no RTS control,no echo or loop */
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5480 #--there is a danger of unwanted overflow in first LOOP iteration. In this
5595 #--No need to calculate r if this is the last loop
5911 #--there is a danger of unwanted overflow in first LOOP iteration. In this
5915 bne.b LOOP # no
5942 LOOP:
6026 #--No need to calculate r if this is the last loop
6033 bra.w LOOP
fpsp.s 5586 #--there is a danger of unwanted overflow in first LOOP iteration. In this
5701 #--No need to calculate r if this is the last loop
6017 #--there is a danger of unwanted overflow in first LOOP iteration. In this
6021 bne.b LOOP # no
6048 LOOP:
6132 #--No need to calculate r if this is the last loop
6139 bra.w LOOP
23120 dbf.w %d2,e_gd # if we have used all 3 digits, exit loop
23160 # mantissa. We will unroll the loop once.
23503 # loop entry A6.
    [all...]

Completed in 44 milliseconds