Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
A Ddenormal.c87 unsigned int opndp1, opndp2; in dbl_denormalize() local
92 opndp2 = *dbl_opndp2; in dbl_denormalize()
96 Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact); in dbl_denormalize()
101 Dbl_increment(opndp1,opndp2); in dbl_denormalize()
106 Dbl_increment(opndp1,opndp2); in dbl_denormalize()
111 Dbl_isone_lowmantissap2(opndp2))) { in dbl_denormalize()
112 Dbl_increment(opndp1,opndp2); in dbl_denormalize()
119 *dbl_opndp2 = opndp2; in dbl_denormalize()
A Ddbl_float.h496 Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \
500 Dallp2(opndp2) = Dallp1(opndp1); \
516 Dbl_setzero(opndp1,opndp2); \
769 Dbl_increment(opndp1,opndp2); \
772 Dbl_decrement(opndp1,opndp2); \
777 Dbl_increment(opndp1,opndp2); \
780 Dbl_decrement(opndp1,opndp2); \
785 (Dblext_isone_lowp2(opndp2) || \
787 Dbl_increment(opndp1,opndp2); \
790 Dbl_decrement(opndp1,opndp2); \
[all …]
A Dsgl_float.h424 if (exponent == 0 && Sextallp2(opndp2)) { \
438 if (Sglext_isone_highp2(opndp2) && \
440 Sglext_isnotzero_low31p2(opndp2))) \
450 sticky = Sextallp2(opndp2) << 31+exponent; \
451 Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \
455 sticky = Sextallp2(opndp2); \
456 Sextallp2(opndp2) = Sextallp1(opndp1); \
462 Sextallp2(opndp2); \
468 sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \
469 Sglext_setzero(opndp1,opndp2); \
[all …]

Completed in 13 milliseconds