/arch/parisc/math-emu/ |
D | fcnvfu.c | 67 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfu() local 188 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfu() local 306 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfu() local 429 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfu() local
|
D | fcnvfx.c | 66 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfx() local 163 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfx() local 284 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfx() local 395 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfx() local
|
D | frnd.c | 55 register boolean inexact = FALSE; in sgl_frnd() local 160 register boolean inexact = FALSE; in dbl_frnd() local
|
D | denormal.c | 61 boolean guardbit = FALSE, stickybit, inexact; in sgl_denormalize() local 102 boolean guardbit = FALSE, stickybit, inexact; in dbl_denormalize() local
|
D | fmpyfadd.c | 70 boolean inexact = FALSE, is_tiny = FALSE; in dbl_fmpyfadd() local 729 boolean inexact = FALSE, is_tiny = FALSE; local 1387 boolean inexact = FALSE, is_tiny = FALSE; local 2028 boolean inexact = FALSE, is_tiny = FALSE; local
|
D | sfdiv.c | 55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv() local
|
D | sfmpy.c | 58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy() local
|
D | sfsub.c | 60 register boolean inexact = FALSE, underflowtrap; in sgl_fsub() local
|
D | dfdiv.c | 56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fdiv() local
|
D | sfadd.c | 61 register boolean inexact = FALSE; in sgl_fadd() local
|
D | dfmpy.c | 59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy() local
|
D | dfsub.c | 61 register boolean inexact = FALSE, underflowtrap; in dbl_fsub() local
|
D | dfadd.c | 60 register boolean inexact = FALSE; in dbl_fadd() local
|
D | fcnvff.c | 149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff() local
|
D | decode_exc.c | 108 boolean inexact; in decode_fpu() local
|
D | cnv_float.h | 101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
|
D | sgl_float.h | 302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
|
D | dbl_float.h | 502 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
|
/arch/x86/kvm/ |
D | pmu.c | 27 bool inexact; member
|