Home
last modified time | relevance | path

Searched refs:Sgl_isnotzero_exponentmantissa (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/hppa/spmath/
Dfcnvfxt.c106 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_to_sgl_fcnvfxt()
178 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_to_dbl_fcnvfxt()
Dfcnvfx.c120 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_to_sgl_fcnvfx()
233 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_to_dbl_fcnvfx()
Dfrnd.c128 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_frnd()
Dsgl_float.h114 #define Sgl_isnotzero_exponentmantissa(sgl_value) \ macro