Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/hppa/spmath/
Dsfsqrt.c106 while (newbit && Sgl_isnotzero(src)) {
122 if (Sgl_isnotzero(src)) {
Dsgl_float.h82 #define Sgl_isnotzero(sgl_value) (Sall(sgl_value)!=0) macro