HomeSort by: relevance | last modified time | path
    Searched defs:Sgl_exponent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/spmath/
sgl_float.h 56 #define Sgl_exponent(object) Sexponent(object)
131 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)
133 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)
135 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
138 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
141 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \
sgl_float.h 56 #define Sgl_exponent(object) Sexponent(object)
131 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)
133 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)
135 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
138 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
141 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \

Completed in 21 milliseconds