Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/vax/include/
Dtrap.h73 #define AFLT_FLTDIV 0x9 /* floating divide-by-zero */ macro
/netbsd/src/sys/arch/vax/vax/
Dtrap.c309 case AFLT_FLTDIV: code = FPE_FLTDIV; break; in trap()