Home
last modified time | relevance | path

Searched defs:arith (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/bin/sh/
Darithmetic.c424 arith(const char *s, int lno) in arith() function
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Daarch-common-protos.h53 const int arith; /* ADD/SUB. */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddouble-int.cc232 bool arith) in rshift_double()
/netbsd/src/external/historical/nawk/dist/
Drun.c1439 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ in arith() function
/netbsd/src/external/mit/lua/dist/src/
Dlstrlib.c292 static int arith (lua_State *L, int op, const char *mtname) { in arith() function