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