Searched defs:arith (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/bin/ksh/ |
H A D | expr.c | 124 bool arith; /* true if evaluating an $(()) member 151 evaluate(const char *expr, int64_t *rval, int error_ok, bool arith) in evaluate() 168 bool arith) in v_evaluate()
|
H A D | var.c | 424 getint(struct tbl *vp, int64_t *nump, bool arith) in getint() 493 setint_v(struct tbl *vq, struct tbl *vp, bool arith) in setint_v()
|
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | arm.h | 184 struct arith_fmt arith; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 376 lshift_double (l1, h1, count, prec, lv, hv, arith) in lshift_double() argument 444 rshift_double (l1, h1, count, prec, lv, hv, arith) in rshift_double() argument
|
/openbsd-src/usr.bin/awk/ |
H A D | run.c | 1444 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ in arith() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | fold-const.c | 417 unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, int arith) in lshift_double() 480 int arith) in rshift_double()
|