Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/math-emu/
Dcnv_float.h70 #define Dint_isinexact_to_sgl(dint_valueA,dint_valueB) \ argument
71 ((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) || Dintp2(dint_valueB))
73 #define Sgl_roundnearest_from_dint(dint_valueA,dint_valueB,sgl_value) \ argument
74 if (Dintp1(dint_valueA) & 1<<(SGL_EXP_LENGTH - 2)) \
75 if ((Dintp1(dint_valueA) << 34 - SGL_EXP_LENGTH) || \