is_tiny           762 arch/parisc/math-emu/dbl_float.h #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \
is_tiny           764 arch/parisc/math-emu/dbl_float.h     is_tiny = TRUE;							\
is_tiny           771 arch/parisc/math-emu/dbl_float.h 				is_tiny = FALSE;			\
is_tiny           779 arch/parisc/math-emu/dbl_float.h 				is_tiny = FALSE;			\
is_tiny           789 arch/parisc/math-emu/dbl_float.h 				is_tiny = FALSE;			\
is_tiny            44 arch/parisc/math-emu/dfdiv.c 	boolean is_tiny;
is_tiny           316 arch/parisc/math-emu/dfdiv.c 		is_tiny = TRUE;
is_tiny           323 arch/parisc/math-emu/dfdiv.c                 			    is_tiny = FALSE;
is_tiny           331 arch/parisc/math-emu/dfdiv.c                 			    is_tiny = FALSE;
is_tiny           340 arch/parisc/math-emu/dfdiv.c                 			    is_tiny = FALSE;
is_tiny           374 arch/parisc/math-emu/dfdiv.c                 	if (is_tiny) Set_underflowflag();
is_tiny            47 arch/parisc/math-emu/dfmpy.c 	boolean is_tiny;
is_tiny           311 arch/parisc/math-emu/dfmpy.c 		is_tiny = TRUE;
is_tiny           318 arch/parisc/math-emu/dfmpy.c                 			    is_tiny = FALSE;
is_tiny           326 arch/parisc/math-emu/dfmpy.c                 			    is_tiny = FALSE;
is_tiny           335 arch/parisc/math-emu/dfmpy.c                 			    is_tiny = FALSE;
is_tiny           369 arch/parisc/math-emu/dfmpy.c                 	if (is_tiny) Set_underflowflag();
is_tiny           138 arch/parisc/math-emu/fcnvff.c 	boolean is_tiny = FALSE;
is_tiny           203 arch/parisc/math-emu/fcnvff.c 			is_tiny);
is_tiny           284 arch/parisc/math-emu/fcnvff.c                if (inexact && is_tiny) Set_underflowflag();
is_tiny            57 arch/parisc/math-emu/fmpyfadd.c 	boolean inexact = FALSE, is_tiny = FALSE;
is_tiny           620 arch/parisc/math-emu/fmpyfadd.c 			result_exponent,is_tiny);
is_tiny           692 arch/parisc/math-emu/fmpyfadd.c 		else if (inexact && is_tiny) Set_underflowflag();
is_tiny           716 arch/parisc/math-emu/fmpyfadd.c 	boolean inexact = FALSE, is_tiny = FALSE;
is_tiny          1280 arch/parisc/math-emu/fmpyfadd.c 			result_exponent,is_tiny);
is_tiny          1350 arch/parisc/math-emu/fmpyfadd.c 		else if (inexact && is_tiny) Set_underflowflag();
is_tiny          1374 arch/parisc/math-emu/fmpyfadd.c 	boolean inexact = FALSE, is_tiny = FALSE;
is_tiny          1923 arch/parisc/math-emu/fmpyfadd.c 		Sglext_denormalize(resultp1,resultp2,result_exponent,is_tiny);
is_tiny          1991 arch/parisc/math-emu/fmpyfadd.c 		else if (inexact && is_tiny) Set_underflowflag();
is_tiny          2015 arch/parisc/math-emu/fmpyfadd.c 	boolean inexact = FALSE, is_tiny = FALSE;
is_tiny          2565 arch/parisc/math-emu/fmpyfadd.c 		Sglext_denormalize(resultp1,resultp2,result_exponent,is_tiny);
is_tiny          2633 arch/parisc/math-emu/fmpyfadd.c 		else if (inexact && is_tiny) Set_underflowflag();
is_tiny            43 arch/parisc/math-emu/sfdiv.c 	boolean is_tiny;
is_tiny           310 arch/parisc/math-emu/sfdiv.c 		is_tiny = TRUE;
is_tiny           317 arch/parisc/math-emu/sfdiv.c                 			    is_tiny = FALSE;
is_tiny           325 arch/parisc/math-emu/sfdiv.c                 			    is_tiny = FALSE;
is_tiny           334 arch/parisc/math-emu/sfdiv.c                 			    is_tiny = FALSE;
is_tiny           367 arch/parisc/math-emu/sfdiv.c                 	if (is_tiny) Set_underflowflag();
is_tiny            46 arch/parisc/math-emu/sfmpy.c 	boolean is_tiny;
is_tiny           297 arch/parisc/math-emu/sfmpy.c 		is_tiny = TRUE;
is_tiny           304 arch/parisc/math-emu/sfmpy.c                 			    is_tiny = FALSE;
is_tiny           312 arch/parisc/math-emu/sfmpy.c                 			    is_tiny = FALSE;
is_tiny           321 arch/parisc/math-emu/sfmpy.c                 			    is_tiny = FALSE;
is_tiny           354 arch/parisc/math-emu/sfmpy.c                 if (is_tiny) Set_underflowflag();
is_tiny           421 arch/parisc/math-emu/sgl_float.h #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny)		\
is_tiny           423 arch/parisc/math-emu/sgl_float.h     is_tiny = TRUE;							\
is_tiny           429 arch/parisc/math-emu/sgl_float.h 				is_tiny = FALSE;			\
is_tiny           434 arch/parisc/math-emu/sgl_float.h 				is_tiny = FALSE;			\
is_tiny           442 arch/parisc/math-emu/sgl_float.h 				is_tiny = FALSE;			\