Home
last modified time | relevance | path

Searched refs:__FPE_INVDEC (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/ia64/include/uapi/asm/
Dsiginfo.h110 #define __FPE_INVDEC (__SI_FAULT|13) /* invalid decimal digit */ macro
/linux-4.4.14/arch/ia64/kernel/
Dtraps.c155 sig = SIGFPE; code = __FPE_INVDEC; in ia64_bad_break()