HomeSort by: relevance | last modified time | path
    Searched defs:arith (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/sh/
arithmetic.c 118 VTRACE(DBG_ARITH, ("Arith var lookup(\"%s\") with lno=%d\n", varname,
161 VTRACE(DBG_ARITH, ("Arith do binop %d (%jd, %jd)\n", op, a, b));
212 VTRACE(DBG_ARITH, ("Arith primary: token %d op %d%s\n",
276 VTRACE(DBG_ARITH, ("Arith: binop2 %jd op %d (P:%d)%s\n",
324 VTRACE(DBG_ARITH, ("Arith: AND %jd%s\n", a, noeval ? " noeval" : ""));
344 VTRACE(DBG_ARITH, ("Arith: OR %jd%s\n", a, noeval ? " noeval" : ""));
364 VTRACE(DBG_ARITH, ("Arith: ?: %jd%s\n", a, noeval ? " noeval" : ""));
394 VTRACE(DBG_ARITH, ("Arith: %s ASSIGN %d%s\n", val.name, op,
415 VTRACE(DBG_ARITH, ("Arith: comma discarding %jd%s\n", result,
424 arith(const char *s, int lno function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 59 const int arith; /* ADD/SUB. */ member in struct:alu_cost_table
63 const int arith_shift; /* Additional when arith also shifts... */
68 const int extend_arith; /* Extend and arith. */
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 53 const int arith; /* ADD/SUB. */ member in struct:alu_cost_table
57 const int arith_shift; /* Additional when arith also shifts... */
62 const int extend_arith; /* Extend and arith. */
  /src/external/historical/nawk/dist/
run.c 1439 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ function
  /src/external/mit/lua/dist/src/
lstrlib.c 292 static int arith (lua_State *L, int op, const char *mtname) { function
302 return arith(L, LUA_OPADD, "__add");
306 return arith(L, LUA_OPSUB, "__sub");
310 return arith(L, LUA_OPMUL, "__mul");
314 return arith(L, LUA_OPMOD, "__mod");
319 return arith(L, LUA_OPPOW, "__pow");
323 return arith(L, LUA_OPDIV, "__div");
328 return arith(L, LUA_OPIDIV, "__idiv");
332 return arith(L, LUA_OPUNM, "__unm");
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 227 enum arith enum
3437 /* arith.cc */
3440 arith gfc_check_integer_range (mpz_t p, int kind);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 226 enum arith enum
3316 /* arith.cc */
3319 arith gfc_check_integer_range (mpz_t p, int kind);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 169964 int arith = OP_Add; \/* OP_Add or OP_Subtract *\/ local
    [all...]

Completed in 112 milliseconds