Dbl_allp1         118 arch/parisc/math-emu/dfcmp.c 	if( Dbl_allp1(leftp1) < Dbl_allp1(rightp1) )
Dbl_allp1         122 arch/parisc/math-emu/dfcmp.c 	else if( Dbl_allp1(leftp1) > Dbl_allp1(rightp1) )
Dbl_allp1         145 arch/parisc/math-emu/dfcmp.c 	if( Dbl_allp1(leftp1) > Dbl_allp1(rightp1) )
Dbl_allp1         149 arch/parisc/math-emu/dfcmp.c 	else if( Dbl_allp1(leftp1) < Dbl_allp1(rightp1) )
Dbl_allp1         247 arch/parisc/math-emu/dfdiv.c 		stickybit = Dbl_allp1(opnd1p1) || Dbl_allp2(opnd1p2);
Dbl_allp1         181 arch/parisc/math-emu/dfrem.c 			Dbl_allp1(resultp1) = ~Dbl_allp1(resultp1);
Dbl_allp1         210 arch/parisc/math-emu/dfrem.c 	while (stepcount-- > 0 && (Dbl_allp1(opnd1p1) || Dbl_allp2(opnd1p2))) {
Dbl_allp1         122 arch/parisc/math-emu/dfsqrt.c 	Dbl_allp1(newbitp1) = 1 << (DBL_P - 32);
Dbl_allp1          52 arch/parisc/math-emu/fcnvff.c 	Dbl_allp1(resultp1) = Sgl_all(src);  /* set sign of result */
Dbl_allp1         142 arch/parisc/math-emu/fcnvff.c 	Sgl_all(result) = Dbl_allp1(srcp1);  /* set sign of result */
Dbl_allp1         302 arch/parisc/math-emu/fcnvfx.c 			result = -Dbl_allp1(tempp1);
Dbl_allp1         303 arch/parisc/math-emu/fcnvfx.c 		else result = Dbl_allp1(tempp1);
Dbl_allp1         222 arch/parisc/math-emu/fcnvfxt.c 			result = -Dbl_allp1(tempp1);
Dbl_allp1         223 arch/parisc/math-emu/fcnvfxt.c 		else result = Dbl_allp1(tempp1);