Home
last modified time | relevance | path

Searched refs:SYS_NUM_EXCEPTION (Results 1 – 3 of 3) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dintlib.c494 return raise_exception(SYS_NUM_EXCEPTION); in int_div()
548 return raise_exception(SYS_NUM_EXCEPTION); in int_fact()
898 return raise_exception(SYS_NUM_EXCEPTION);
943 return raise_exception(SYS_NUM_EXCEPTION);
1375 return raise_exception(SYS_NUM_EXCEPTION);
H A Dsyvarutl.h65 #define SYS_NUM_EXCEPTION NUM_EXCEPTION(prog) macro
H A Dexec.c851 } else if (failValue == SYS_NUM_EXCEPTION) { in getErrInfoFromFailValue()