Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/math-emu/
Dcnv_float.h20 #define Dintp1(object) (object) macro
58 (((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB))
61 if (Dintp1(dint_valueA) & 1<<(SGL_EXP_LENGTH - 2)) \
62 if (((Dintp1(dint_valueA) << 34 - SGL_EXP_LENGTH) != 0) || \
219 Dintp1(dresultA) = 0; \
223 Dintp1(dresultA) = Sall(sgl_value) >> (63 - exponent); \
230 Dintp1(destA) = 0; \
238 Dintp1(destA) = Dallp1(dbl_valueA) >> 52-exponent; \
245 84-exponent,Dintp1(destA)); \
251 Dintp1(dresultA) = 0; \
[all …]