HomeSort by: relevance | last modified time | path
    Searched defs:LOOP (Results 1 - 5 of 5) 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/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/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/mac68k/dev/
if_mcreg.h 196 #define LOOP 0x06 /* Loopback Control */
  /src/sys/arch/macppc/dev/
am79c950reg.h 196 #define LOOP 0x06 /* Loopback Control */

Completed in 12 milliseconds