sgl_op1           108 arch/parisc/math-emu/sgl_float.h #define Sgl_islessthan(sgl_op1,sgl_op2)			\
sgl_op1           109 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) < Sall(sgl_op2))
sgl_op1           110 arch/parisc/math-emu/sgl_float.h #define Sgl_isgreaterthan(sgl_op1,sgl_op2)		\
sgl_op1           111 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) > Sall(sgl_op2))
sgl_op1           112 arch/parisc/math-emu/sgl_float.h #define Sgl_isnotlessthan(sgl_op1,sgl_op2)		\
sgl_op1           113 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) >= Sall(sgl_op2))
sgl_op1           114 arch/parisc/math-emu/sgl_float.h #define Sgl_isequal(sgl_op1,sgl_op2)			\
sgl_op1           115 arch/parisc/math-emu/sgl_float.h     (Sall(sgl_op1) == Sall(sgl_op2))