Symbol: FP_EX_INVALID
arch/alpha/math-emu/math.c
181
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/alpha/math-emu/math.c
255
FP_SET_EXCEPTION (FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
102
#define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
arch/powerpc/math-emu/math_efp.c
279
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
303
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
314
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
335
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
410
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
434
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
445
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
456
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
478
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
570
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
578
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
590
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
597
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
608
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
615
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
644
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
646
FP_SET_EXCEPTION(FP_EX_INVALID);
arch/powerpc/math-emu/math_efp.c
680
&= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last;
arch/powerpc/math-emu/math_efp.c
708
if ((FP_CUR_EXCEPTIONS & FP_EX_INVALID)
arch/sparc/math-emu/math_32.c
229
if (eflag & FP_EX_INVALID)
arch/sparc/math-emu/math_32.c
230
eflag = FP_EX_INVALID;
arch/sparc/math-emu/math_32.c
478
FP_SET_EXCEPTION (FP_EX_INVALID);
arch/sparc/math-emu/math_32.c
487
FP_SET_EXCEPTION (FP_EX_INVALID);
arch/sparc/math-emu/math_32.c
496
FP_SET_EXCEPTION (FP_EX_INVALID);
arch/sparc/math-emu/math_64.c
113
if(eflag & FP_EX_INVALID)
arch/sparc/math-emu/math_64.c
114
eflag = FP_EX_INVALID;
arch/sparc/math-emu/math_64.c
492
FP_SET_EXCEPTION (FP_EX_INVALID);
include/math-emu/op-common.h
338
FP_SET_EXCEPTION(FP_EX_INVALID | FP_EX_INVALID_ISI); \
include/math-emu/op-common.h
447
FP_SET_EXCEPTION(FP_EX_INVALID | FP_EX_INVALID_IMZ);\
include/math-emu/op-common.h
510
FP_SET_EXCEPTION(FP_EX_INVALID | FP_EX_INVALID_IDI);\
include/math-emu/op-common.h
517
FP_SET_EXCEPTION(FP_EX_INVALID | FP_EX_INVALID_ZDZ);\
include/math-emu/op-common.h
608
FP_SET_EXCEPTION(FP_EX_INVALID); \
include/math-emu/op-common.h
627
FP_SET_EXCEPTION(FP_EX_INVALID); \
include/math-emu/op-common.h
698
FP_SET_EXCEPTION(FP_EX_INVALID); \
include/math-emu/op-common.h
76
FP_SET_EXCEPTION(FP_EX_INVALID | FP_EX_INVALID_SNAN); \
include/math-emu/op-common.h
787
FP_SET_EXCEPTION(FP_EX_INVALID); \
include/math-emu/soft-fp.h
51
#ifndef FP_EX_INVALID