Home
last modified time | relevance | path

Searched refs:is_tiny (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/arch/parisc/math-emu/
Dsfmpy.c59 boolean is_tiny; in sgl_fmpy() local
310 is_tiny = TRUE; in sgl_fmpy()
317 is_tiny = FALSE; in sgl_fmpy()
325 is_tiny = FALSE; in sgl_fmpy()
334 is_tiny = FALSE; in sgl_fmpy()
367 if (is_tiny) Set_underflowflag(); in sgl_fmpy()
Dsfdiv.c56 boolean is_tiny; in sgl_fdiv() local
323 is_tiny = TRUE; in sgl_fdiv()
330 is_tiny = FALSE; in sgl_fdiv()
338 is_tiny = FALSE; in sgl_fdiv()
347 is_tiny = FALSE; in sgl_fdiv()
380 if (is_tiny) Set_underflowflag(); in sgl_fdiv()
Ddfmpy.c60 boolean is_tiny; in dbl_fmpy() local
324 is_tiny = TRUE; in dbl_fmpy()
331 is_tiny = FALSE; in dbl_fmpy()
339 is_tiny = FALSE; in dbl_fmpy()
348 is_tiny = FALSE; in dbl_fmpy()
382 if (is_tiny) Set_underflowflag(); in dbl_fmpy()
Ddfdiv.c57 boolean is_tiny; in dbl_fdiv() local
329 is_tiny = TRUE; in dbl_fdiv()
336 is_tiny = FALSE; in dbl_fdiv()
344 is_tiny = FALSE; in dbl_fdiv()
353 is_tiny = FALSE; in dbl_fdiv()
387 if (is_tiny) Set_underflowflag(); in dbl_fdiv()
Dfcnvff.c151 boolean is_tiny; in dbl_to_sgl_fcnvff() local
216 is_tiny); in dbl_to_sgl_fcnvff()
297 if (inexact && is_tiny) Set_underflowflag(); in dbl_to_sgl_fcnvff()
Dfmpyfadd.c70 boolean inexact = FALSE, is_tiny = FALSE; in dbl_fmpyfadd() local
633 result_exponent,is_tiny); in dbl_fmpyfadd()
705 else if (inexact && is_tiny) Set_underflowflag(); in dbl_fmpyfadd()
729 boolean inexact = FALSE, is_tiny = FALSE; local
1293 result_exponent,is_tiny);
1363 else if (inexact && is_tiny) Set_underflowflag();
1387 boolean inexact = FALSE, is_tiny = FALSE; local
1936 Sglext_denormalize(resultp1,resultp2,result_exponent,is_tiny);
2004 else if (inexact && is_tiny) Set_underflowflag();
2028 boolean inexact = FALSE, is_tiny = FALSE; local
[all …]
Dsgl_float.h434 #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ argument
436 is_tiny = TRUE; \
442 is_tiny = FALSE; \
447 is_tiny = FALSE; \
455 is_tiny = FALSE; \
Ddbl_float.h775 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument
777 is_tiny = TRUE; \
784 is_tiny = FALSE; \
792 is_tiny = FALSE; \
802 is_tiny = FALSE; \