Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/dtrace/tests/common/arithmetic/
H A DMakefile8 err.D_DIV_ZERO.divby0.d \
9 err.D_DIV_ZERO.divby0_1.d \
10 err.D_DIV_ZERO.divby0_2.d \
11 err.D_DIV_ZERO.modby0.d \
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_errtags.h87 D_DIV_ZERO, /* division by zero detected */ enumerator
H A Ddt_parser.c1951 xyerror(D_DIV_ZERO, "expression contains division by zero\n"); in dt_node_op2()