Smantissa          22 arch/parisc/math-emu/sgl_float.h #define Sgl_mantissa(object) Smantissa(object)
Smantissa          78 arch/parisc/math-emu/sgl_float.h #define Sgl_isnotzero_mantissa(sgl_value) (Smantissa(sgl_value)!=0)
Smantissa          92 arch/parisc/math-emu/sgl_float.h #define Sgl_iszero_mantissa(sgl_value) (Smantissa(sgl_value)==0)