Searched refs:SGL_INFINITY_EXPONENT (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/parisc/math-emu/
H A Dsfcmp.c52 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
53 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
58 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
62 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
76 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
79 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
H A Dfcnvff.c56 if (src_exponent == SGL_INFINITY_EXPONENT) {
234 if (dest_exponent >= SGL_INFINITY_EXPONENT) {
240 if (dest_exponent >= SGL_INFINITY_EXPONENT+SGL_WRAP)
H A Dsfrem.c50 if ((opnd1_exponent = Sgl_exponent(opnd1)) == SGL_INFINITY_EXPONENT) {
97 if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) {
H A Dsgl_float.h96 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT)
98 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT)
100 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
103 (Sgl_exponent(sgl_value)==SGL_INFINITY_EXPONENT && \
106 (Sgl_exponent(sgl_value)!=SGL_INFINITY_EXPONENT || \
153 Deposit_sexponent(sgl_value,SGL_INFINITY_EXPONENT)
156 (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))))
158 Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH)))
160 Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (32-(1+SGL_EXP_LENGTH))) \
163 Sall(sgl_value) = (SGL_INFINITY_EXPONENT << (3
[all...]
H A Dsfsqrt.c53 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
H A Dsfsub.c60 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
482 if(result_exponent == SGL_INFINITY_EXPONENT)
H A Dsfadd.c62 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
479 if(result_exponent == SGL_INFINITY_EXPONENT)
H A Dfrnd.c48 if ((src_exponent = Sgl_exponent(src)) == SGL_INFINITY_EXPONENT) {
H A Dsfdiv.c272 if (dest_exponent >= SGL_INFINITY_EXPONENT) {
H A Dsfmpy.c259 if (dest_exponent >= SGL_INFINITY_EXPONENT) {
H A Dfloat.h358 #define SGL_INFINITY_EXPONENT (SGL_EMAX+SGL_BIAS+1) macro
H A Dfmpyfadd.c1959 if (result_exponent >= SGL_INFINITY_EXPONENT) {
2601 if (result_exponent >= SGL_INFINITY_EXPONENT) {

Completed in 348 milliseconds