HomeSort by: relevance | last modified time | path
    Searched defs:ORDER (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/fpu/
fpu_emu.h 58 * always nonzero. Additional low-order `guard' and `round' bits are
64 * when we explode an external denorm, we normalize it, introducing low-order
91 #define FP_NG 2 /* number of low-order guard bits */
115 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
129 #define ORDER(x, y) { \
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 54 * always nonzero. Additional low-order `guard' and `round' bits are
60 * when we explode an external denorm, we normalize it, introducing low-order
87 #define FP_NG 2 /* number of low-order guard bits */
113 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
127 #define ORDER(x, y) { \
  /src/sys/arch/m68k/fpe/
fpu_emulate.h 55 * always nonzero. Additional low-order `guard' and `round' bits are
61 * when we explode an external denorm, we normalize it, introducing low-order
88 #define FP_NG 2 /* number of low-order guard bits */
120 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
134 #define ORDER(x, y) { \

Completed in 14 milliseconds