Searched defs:guardbit (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/parisc/math-emu/ |
H A D | denormal.c | 61 boolean guardbit = FALSE, stickybit, inexact; sgl_denormalize() local 102 boolean guardbit = FALSE, stickybit, inexact; dbl_denormalize() local
|
H A D | dfsqrt.c | 60 register boolean guardbit = FALSE, even_exponent; dbl_fsqrt() local
|
H A D | sfdiv.c | 55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; sgl_fdiv() local
|
H A D | sfmpy.c | 58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; sgl_fmpy() local
|
H A D | sfsqrt.c | 60 register boolean guardbit = FALSE, even_exponent; sgl_fsqrt() local
|
H A D | dfdiv.c | 56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; dbl_fdiv() local
|
H A D | dfmpy.c | 59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; dbl_fmpy() local
|
H A D | fcnvff.c | 149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; dbl_to_sgl_fcnvff() local
|
Completed in 101 milliseconds