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

  /src/sys/arch/sparc/fpu/
fpu_arith.h 92 #define FPU_SHL1_BY_ADD /* shift left 1 faster by ADDC than (a<<1)|(b>>31) */
fpu_div.c 210 #ifdef FPU_SHL1_BY_ADD
fpu_sqrt.c 222 #ifdef FPU_SHL1_BY_ADD
  /src/sys/arch/powerpc/fpu/
fpu_arith.h 150 #define FPU_SHL1_BY_ADD /* shift left 1 faster by ADDC than (a<<1)|(b>>31) */
fpu_div.c 239 #ifdef FPU_SHL1_BY_ADD
fpu_sqrt.c 242 #ifdef FPU_SHL1_BY_ADD
  /src/sys/arch/m68k/fpe/
fpu_div.c 214 #ifdef FPU_SHL1_BY_ADD
fpu_sqrt.c 223 #ifdef FPU_SHL1_BY_ADD

Completed in 14 milliseconds