Symbol: Dintp1
arch/parisc/math-emu/cnv_float.h
219
Dintp1(dresultA) = 0; \
arch/parisc/math-emu/cnv_float.h
223
Dintp1(dresultA) = Sall(sgl_value) >> (63 - exponent); \
arch/parisc/math-emu/cnv_float.h
230
Dintp1(destA) = 0; \
arch/parisc/math-emu/cnv_float.h
238
Dintp1(destA) = Dallp1(dbl_valueA) >> 52-exponent; \
arch/parisc/math-emu/cnv_float.h
245
84-exponent,Dintp1(destA)); \
arch/parisc/math-emu/cnv_float.h
251
Dintp1(dresultA) = 0; \
arch/parisc/math-emu/cnv_float.h
255
Dintp1(dresultA) = ~Dintp1(dresultA); \
arch/parisc/math-emu/cnv_float.h
256
if ((Dintp2(dresultB) = -Dintp2(dresultB)) == 0) Dintp1(dresultA)++
arch/parisc/math-emu/cnv_float.h
259
Dintp1(dresultA) = (unsigned int)1<<31; \
arch/parisc/math-emu/cnv_float.h
265
if ((++Dintp2(dresultB))==0) Dintp1(dresultA)++
arch/parisc/math-emu/cnv_float.h
268
if ((Dintp2(dresultB)--)==0) Dintp1(dresultA)--
arch/parisc/math-emu/cnv_float.h
271
Dintp1(dresultA) = ~Dintp1(dresultA); \
arch/parisc/math-emu/cnv_float.h
272
if ((Dintp2(dresultB) = -Dintp2(dresultB))==0) Dintp1(dresultA)++
arch/parisc/math-emu/cnv_float.h
275
Dintp1(destA) = src->wd0; \
arch/parisc/math-emu/cnv_float.h
278
dest->wd0 = Dintp1(srcA); \
arch/parisc/math-emu/cnv_float.h
339
Dintp1(dresultA) = 0; \
arch/parisc/math-emu/cnv_float.h
343
Dintp1(dresultA) = val >> (63 - exponent); \
arch/parisc/math-emu/cnv_float.h
58
(((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB))
arch/parisc/math-emu/cnv_float.h
61
if (Dintp1(dint_valueA) & 1<<(SGL_EXP_LENGTH - 2)) \
arch/parisc/math-emu/cnv_float.h
62
if (((Dintp1(dint_valueA) << 34 - SGL_EXP_LENGTH) != 0) || \