/Linux-v6.6/arch/parisc/math-emu/ |
D | fcnvfu.c | 54 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfu() local 175 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfu() local 293 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfu() local 416 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfu() local
|
D | fcnvfx.c | 53 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfx() local 150 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfx() local 271 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfx() local 382 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfx() local
|
D | frnd.c | 42 register boolean inexact = FALSE; in sgl_frnd() local 147 register boolean inexact = FALSE; in dbl_frnd() local
|
D | denormal.c | 48 boolean guardbit = FALSE, stickybit, inexact; in sgl_denormalize() local 89 boolean guardbit = FALSE, stickybit, inexact; in dbl_denormalize() local
|
D | fmpyfadd.c | 57 boolean inexact = FALSE, is_tiny = FALSE; in dbl_fmpyfadd() local 716 boolean inexact = FALSE, is_tiny = FALSE; local 1374 boolean inexact = FALSE, is_tiny = FALSE; local 2015 boolean inexact = FALSE, is_tiny = FALSE; local
|
D | sfdiv.c | 42 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv() local
|
D | sfmpy.c | 45 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy() local
|
D | sfadd.c | 48 register boolean inexact = FALSE; in sgl_fadd() local
|
D | sfsub.c | 47 register boolean inexact = FALSE, underflowtrap; in sgl_fsub() local
|
D | dfdiv.c | 43 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fdiv() local
|
D | dfmpy.c | 46 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy() local
|
D | dfadd.c | 47 register boolean inexact = FALSE; in dbl_fadd() local
|
D | dfsub.c | 48 register boolean inexact = FALSE, underflowtrap; in dbl_fsub() local
|
D | fcnvff.c | 136 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff() local
|
D | decode_exc.c | 95 boolean inexact; in decode_fpu() local
|
D | cnv_float.h | 88 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
|
D | sgl_float.h | 289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
|
D | dbl_float.h | 489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
|