Home
last modified time | relevance | path

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

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