Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hppa/spmath/
Dcnv_float.h51 #define Dintp1(object) (object) macro
86 (((Dintp1(dint_valueA) << (33 - SGL_EXP_LENGTH)) != 0) || Dintp2(dint_valueB))
89 if (Dintp1(dint_valueA) & 1<<(SGL_EXP_LENGTH - 2)) \
90 if (((Dintp1(dint_valueA) << (34 - SGL_EXP_LENGTH)) != 0) || \
247 Dintp1(dresultA) = 0; \
251 Dintp1(dresultA) = Sall(sgl_value) >> (63 - exponent); \
258 Dintp1(destA) = 0; \
266 Dintp1(destA) = Dallp1(dbl_valueA) >> (52-(exponent)); \
273 84-exponent,Dintp1(destA)); \
279 Dintp1(dresultA) = 0; \
[all …]