Home
last modified time | relevance | path

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

/linux-5.19.10/arch/parisc/math-emu/
Dsfmpy.c46 boolean is_tiny; in sgl_fmpy() local
297 is_tiny = TRUE; in sgl_fmpy()
304 is_tiny = FALSE; in sgl_fmpy()
312 is_tiny = FALSE; in sgl_fmpy()
321 is_tiny = FALSE; in sgl_fmpy()
354 if (is_tiny) Set_underflowflag(); in sgl_fmpy()
Dsfdiv.c43 boolean is_tiny; in sgl_fdiv() local
310 is_tiny = TRUE; in sgl_fdiv()
317 is_tiny = FALSE; in sgl_fdiv()
325 is_tiny = FALSE; in sgl_fdiv()
334 is_tiny = FALSE; in sgl_fdiv()
367 if (is_tiny) Set_underflowflag(); in sgl_fdiv()
Ddfmpy.c47 boolean is_tiny; in dbl_fmpy() local
311 is_tiny = TRUE; in dbl_fmpy()
318 is_tiny = FALSE; in dbl_fmpy()
326 is_tiny = FALSE; in dbl_fmpy()
335 is_tiny = FALSE; in dbl_fmpy()
369 if (is_tiny) Set_underflowflag(); in dbl_fmpy()
Ddfdiv.c44 boolean is_tiny; in dbl_fdiv() local
316 is_tiny = TRUE; in dbl_fdiv()
323 is_tiny = FALSE; in dbl_fdiv()
331 is_tiny = FALSE; in dbl_fdiv()
340 is_tiny = FALSE; in dbl_fdiv()
374 if (is_tiny) Set_underflowflag(); in dbl_fdiv()
Dfcnvff.c138 boolean is_tiny = FALSE; in dbl_to_sgl_fcnvff() local
203 is_tiny); in dbl_to_sgl_fcnvff()
284 if (inexact && is_tiny) Set_underflowflag(); in dbl_to_sgl_fcnvff()
Dfmpyfadd.c57 boolean inexact = FALSE, is_tiny = FALSE; in dbl_fmpyfadd() local
620 result_exponent,is_tiny); in dbl_fmpyfadd()
692 else if (inexact && is_tiny) Set_underflowflag(); in dbl_fmpyfadd()
716 boolean inexact = FALSE, is_tiny = FALSE; local
1280 result_exponent,is_tiny);
1350 else if (inexact && is_tiny) Set_underflowflag();
1374 boolean inexact = FALSE, is_tiny = FALSE; local
1923 Sglext_denormalize(resultp1,resultp2,result_exponent,is_tiny);
1991 else if (inexact && is_tiny) Set_underflowflag();
2015 boolean inexact = FALSE, is_tiny = FALSE; local
[all …]
Dsgl_float.h421 #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ argument
423 is_tiny = TRUE; \
429 is_tiny = FALSE; \
434 is_tiny = FALSE; \
442 is_tiny = FALSE; \
Ddbl_float.h762 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument
764 is_tiny = TRUE; \
771 is_tiny = FALSE; \
779 is_tiny = FALSE; \
789 is_tiny = FALSE; \