FP_EX_DIVZERO 20 arch/nds32/math-emu/fdivd.c FP_SET_EXCEPTION(FP_EX_DIVZERO); FP_EX_DIVZERO 19 arch/nds32/math-emu/fdivs.c FP_SET_EXCEPTION(FP_EX_DIVZERO); FP_EX_DIVZERO 101 arch/powerpc/math-emu/math_efp.c #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \ FP_EX_DIVZERO 692 arch/powerpc/math-emu/math_efp.c if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO) FP_EX_DIVZERO 235 arch/sparc/math-emu/math_32.c else if (eflag & FP_EX_DIVZERO) FP_EX_DIVZERO 236 arch/sparc/math-emu/math_32.c eflag = FP_EX_DIVZERO; FP_EX_DIVZERO 119 arch/sparc/math-emu/math_64.c else if(eflag & FP_EX_DIVZERO) FP_EX_DIVZERO 120 arch/sparc/math-emu/math_64.c eflag = FP_EX_DIVZERO; FP_EX_DIVZERO 499 include/math-emu/op-common.h FP_SET_EXCEPTION(FP_EX_DIVZERO); \ FP_EX_DIVZERO 79 include/math-emu/soft-fp.h #ifndef FP_EX_DIVZERO