FP_EX_INEXACT 101 arch/powerpc/math-emu/math_efp.c #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \ FP_EX_INEXACT 701 arch/powerpc/math-emu/math_efp.c if ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) FP_EX_INEXACT 237 arch/sparc/math-emu/math_32.c else if (eflag & FP_EX_INEXACT) FP_EX_INEXACT 238 arch/sparc/math-emu/math_32.c eflag = FP_EX_INEXACT; FP_EX_INEXACT 121 arch/sparc/math-emu/math_64.c else if(eflag & FP_EX_INEXACT) FP_EX_INEXACT 122 arch/sparc/math-emu/math_64.c eflag = FP_EX_INEXACT; FP_EX_INEXACT 62 include/math-emu/op-common.h FP_SET_EXCEPTION(FP_EX_INEXACT); \ FP_EX_INEXACT 132 include/math-emu/op-common.h FP_SET_EXCEPTION(FP_EX_INEXACT); \ FP_EX_INEXACT 156 include/math-emu/op-common.h FP_SET_EXCEPTION(FP_EX_INEXACT); \ FP_EX_INEXACT 164 include/math-emu/op-common.h if ((FP_CUR_EXCEPTIONS & FP_EX_INEXACT) || \ FP_EX_INEXACT 664 include/math-emu/op-common.h FP_SET_EXCEPTION(FP_EX_INEXACT); \ FP_EX_INEXACT 714 include/math-emu/op-common.h FP_SET_EXCEPTION(FP_EX_INEXACT); \ FP_EX_INEXACT 82 include/math-emu/soft-fp.h #ifndef FP_EX_INEXACT FP_EX_INEXACT 158 include/math-emu/soft-fp.h FP_SET_EXCEPTION(FP_EX_INEXACT); \