Home
last modified time | relevance | path

Searched refs:inexact (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dfdiv.ll11 define double @inexact(double %x) {
13 ; CHECK: @inexact
/minix3/lib/libc/gdtoa/
H A Ddtoa.c135 int inexact, oldinexact; local
192 inexact = 1;
468 inexact = 0;
687 inexact = 0;
700 inexact = 0;
770 inexact = 0;
822 if (inexact) {
H A Dstrtod.c115 int inexact, oldinexact; local
433 inexact = 1;
694 inexact = 0;
796 inexact = 0;
803 inexact = 0;
1064 if (inexact) {
1091 if (inexact && !(word0(&rv) & Exp_mask)) {
/minix3/tests/lib/libm/
H A DMakefile15 COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/
H A Dfp-conv-10.ll7 ; Promoting to i64 doesn't generate an inexact condition for values that are
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td263 // the rounding mode. These forms always check for inexact conditions.
269 // inexact conditions.
276 // to suppress detection of inexact conditions.
281 // fnearbyint is like frint but does not detect inexact conditions.
286 // floor is no longer allowed to raise an inexact condition,
/minix3/lib/libm/
H A DMakefile67 COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
/minix3/lib/libc/softfloat/
H A Dsoftfloat.txt189 accuracy for underflow as an inexact result.
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DLangRef.rst8482 nearest integer. It may raise an inexact floating-point exception if the
/minix3/external/gpl3/binutils/patches/
H A D0000-binutils_nbsd.patch13016 + (SYS FPCSR IXF 8 8 "floating point inexact flag bit")