Home
last modified time | relevance | path

Searched defs:FPE_FLTDIV (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsiginfo.h184 FPE_FLTDIV, /* Floating point divide by zero. */ enumerator
185 # define FPE_FLTDIV FPE_FLTDIV macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h161 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */ macro