Home
last modified time | relevance | path

Searched refs:Sgl_isnotzero (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dsfsqrt.c122 while (newbit && Sgl_isnotzero(src)) { in sgl_fsqrt()
138 if (Sgl_isnotzero(src)) { in sgl_fsqrt()
H A Dsgl_float.h73 #define Sgl_isnotzero(sgl_value) (Sall(sgl_value)!=0) macro