Home
last modified time | relevance | path

Searched defs:inexact (Results 1 – 19 of 19) sorted by relevance

/arch/parisc/math-emu/
Dfcnvfu.c67 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
Dfcnvfx.c66 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
Dfrnd.c55 register boolean inexact = FALSE; in sgl_frnd() local
160 register boolean inexact = FALSE; in dbl_frnd() local
Ddenormal.c61 boolean guardbit = FALSE, stickybit, inexact; in sgl_denormalize() local
102 boolean guardbit = FALSE, stickybit, inexact; in dbl_denormalize() local
Dfmpyfadd.c70 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
Dsfdiv.c55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv() local
Dsfmpy.c58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy() local
Dsfsub.c60 register boolean inexact = FALSE, underflowtrap; in sgl_fsub() local
Ddfdiv.c56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fdiv() local
Dsfadd.c61 register boolean inexact = FALSE; in sgl_fadd() local
Ddfmpy.c59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy() local
Ddfsub.c61 register boolean inexact = FALSE, underflowtrap; in dbl_fsub() local
Ddfadd.c60 register boolean inexact = FALSE; in dbl_fadd() local
Dfcnvff.c149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff() local
Ddecode_exc.c108 boolean inexact; in decode_fpu() local
Dcnv_float.h101 #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
Dsgl_float.h302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
Ddbl_float.h502 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
/arch/x86/kvm/
Dpmu.c27 bool inexact; member