Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h224 #define __FPE_INVDEC 13 /* invalid decimal digit */ macro
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c152 sig = SIGFPE; code = __FPE_INVDEC; in ia64_bad_break()