dresultA 216 arch/parisc/math-emu/cnv_float.h #define Dint_from_sgl_mantissa(sgl_value,exponent,dresultA,dresultB) \ dresultA 219 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = 0; \ dresultA 223 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = Sall(sgl_value) >> (63 - exponent); \ dresultA 250 arch/parisc/math-emu/cnv_float.h #define Dint_setzero(dresultA,dresultB) \ dresultA 251 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = 0; \ dresultA 254 arch/parisc/math-emu/cnv_float.h #define Dint_setone_sign(dresultA,dresultB) \ dresultA 255 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = ~Dintp1(dresultA); \ dresultA 256 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dresultB) = -Dintp2(dresultB)) == 0) Dintp1(dresultA)++ dresultA 258 arch/parisc/math-emu/cnv_float.h #define Dint_set_minint(dresultA,dresultB) \ dresultA 259 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = (unsigned int)1<<31; \ dresultA 264 arch/parisc/math-emu/cnv_float.h #define Dint_increment(dresultA,dresultB) \ dresultA 265 arch/parisc/math-emu/cnv_float.h if ((++Dintp2(dresultB))==0) Dintp1(dresultA)++ dresultA 267 arch/parisc/math-emu/cnv_float.h #define Dint_decrement(dresultA,dresultB) \ dresultA 268 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dresultB)--)==0) Dintp1(dresultA)-- dresultA 270 arch/parisc/math-emu/cnv_float.h #define Dint_negate(dresultA,dresultB) \ dresultA 271 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = ~Dintp1(dresultA); \ dresultA 272 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dresultB) = -Dintp2(dresultB))==0) Dintp1(dresultA)++ dresultA 336 arch/parisc/math-emu/cnv_float.h #define Duint_from_sgl_mantissa(sgl_value,exponent,dresultA,dresultB) \ dresultA 339 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = 0; \ dresultA 343 arch/parisc/math-emu/cnv_float.h Dintp1(dresultA) = val >> (63 - exponent); \ dresultA 348 arch/parisc/math-emu/cnv_float.h #define Duint_setzero(dresultA,dresultB) \ dresultA 349 arch/parisc/math-emu/cnv_float.h Dint_setzero(dresultA,dresultB) dresultA 351 arch/parisc/math-emu/cnv_float.h #define Duint_increment(dresultA,dresultB) Dint_increment(dresultA,dresultB)