Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/spmath/
H A Dsfdiv.c60 int is_tiny; in sgl_fdiv() local
328 is_tiny = true; in sgl_fdiv()
335 is_tiny = false; in sgl_fdiv()
343 is_tiny = false; in sgl_fdiv()
352 is_tiny = false; in sgl_fdiv()
385 if (is_tiny) Set_underflowflag(); in sgl_fdiv()
H A Dsfmpy.c60 int is_tiny; in sgl_fmpy() local
313 is_tiny = true; in sgl_fmpy()
320 is_tiny = false; in sgl_fmpy()
328 is_tiny = false; in sgl_fmpy()
337 is_tiny = false; in sgl_fmpy()
367 if (is_tiny) Set_underflowflag(); in sgl_fmpy()
H A Ddfmpy.c62 int is_tiny; in dbl_fmpy() local
330 is_tiny = true; in dbl_fmpy()
337 is_tiny = false; in dbl_fmpy()
345 is_tiny = false; in dbl_fmpy()
354 is_tiny = false; in dbl_fmpy()
388 if (is_tiny) Set_underflowflag(); in dbl_fmpy()
H A Ddfdiv.c62 int is_tiny; in dbl_fdiv() local
338 is_tiny = true; in dbl_fdiv()
345 is_tiny = false; in dbl_fdiv()
353 is_tiny = false; in dbl_fdiv()
362 is_tiny = false; in dbl_fdiv()
396 if (is_tiny) in dbl_fdiv()
H A Dfcnvff.c148 int is_tiny = false; in dbl_to_sgl_fcnvff() local
213 is_tiny); in dbl_to_sgl_fcnvff()
298 if (inexact && is_tiny) Set_underflowflag(); in dbl_to_sgl_fcnvff()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_fma.c284 int is_tiny = 0; in add_and_round() local
389 is_tiny = 1; // applies to all rounding modes in add_and_round()
424 is_tiny = 1; // for other rounding modes apply correction in add_and_round()
439 is_tiny = 1; in add_and_round()
619 if (is_tiny) in add_and_round()
678 int is_tiny = 0; local
1383 is_tiny = 1; // the result is tiny
1588 is_tiny = 1;
1597 if (is_tiny)
2679 is_tiny = 1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_fma.c284 int is_tiny = 0; in add_and_round() local
389 is_tiny = 1; // applies to all rounding modes in add_and_round()
424 is_tiny = 1; // for other rounding modes apply correction in add_and_round()
439 is_tiny = 1; in add_and_round()
619 if (is_tiny) in add_and_round()
678 int is_tiny = 0; local
1383 is_tiny = 1; // the result is tiny
1588 is_tiny = 1;
1597 if (is_tiny)
2679 is_tiny = 1;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c186 bool is_tiny; in round_and_return() local
192 is_tiny = true; in round_and_return()
256 is_tiny = false; in round_and_return()
271 if (is_tiny in round_and_return()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c186 bool is_tiny; in round_and_return() local
192 is_tiny = true; in round_and_return()
256 is_tiny = false; in round_and_return()
271 if (is_tiny in round_and_return()