Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dfmpyfadd.c1615 else if (Sgl_iszero_exponent(opnd3) &&
1657 else if (Sgl_iszero_exponent(opnd3) &&
2257 else if (Sgl_iszero_exponent(opnd3) &&
2299 else if (Sgl_iszero_exponent(opnd3) &&
H A Dsgl_float.h91 #define Sgl_iszero_exponent(sgl_value) (Sexponent(sgl_value)==0) macro