SGL_P              47 arch/parisc/math-emu/cnv_float.h     ((exponent < (SGL_P - 1)) ?				\
SGL_P              77 arch/parisc/math-emu/cnv_float.h     (exponent < (SGL_P - 2) ?				\
SGL_P             154 arch/parisc/math-emu/cnv_float.h     	if (exp > (1 - SGL_P)) {					\
SGL_P             165 arch/parisc/math-emu/cnv_float.h     	    if (exp == (1 - SGL_P)) {					\
SGL_P            1693 arch/parisc/math-emu/fmpyfadd.c 	for (count = SGL_P-1; count >= 0; count -= 4) {
SGL_P            2335 arch/parisc/math-emu/fmpyfadd.c 	for (count = SGL_P-1; count >= 0; count -= 4) {
SGL_P              68 arch/parisc/math-emu/frnd.c 	if ((src_exponent -= SGL_BIAS) >= SGL_P - 1) {
SGL_P              78 arch/parisc/math-emu/frnd.c 		Sgl_rightshift(result,(SGL_P-1) - (src_exponent));
SGL_P              97 arch/parisc/math-emu/frnd.c 		Sgl_leftshift(result,(SGL_P-1) - (src_exponent));
SGL_P             210 arch/parisc/math-emu/sfdiv.c 	for (count=1;count<=SGL_P && Sgl_all(opnd1);count++) {
SGL_P             219 arch/parisc/math-emu/sfdiv.c 	if (count <= SGL_P) {
SGL_P             222 arch/parisc/math-emu/sfdiv.c 		Sgl_leftshift(opnd3,SGL_P-count);
SGL_P             200 arch/parisc/math-emu/sfmpy.c 	for (count=1;count<SGL_P;count+=4) {
SGL_P             267 arch/parisc/math-emu/sfrem.c                 if (dest_exponent >= (1 - SGL_P)) {
SGL_P             121 arch/parisc/math-emu/sfsqrt.c 	newbit = 1 << SGL_P;
SGL_P             291 arch/parisc/math-emu/sgl_float.h 	if (exponent >= (1 - SGL_P)) {					\