Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddouble-int.c198 bool arith) in rshift_double()
260 unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool arith) in lshift_double()
877 double_int_lshift (double_int a, HOST_WIDE_INT count, unsigned int prec, bool arith) in double_int_lshift()
889 double_int_rshift (double_int a, HOST_WIDE_INT count, unsigned int prec, bool arith) in double_int_rshift()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddouble-int.c232 bool arith) in rshift_double()
1150 double_int::lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const in lshift()
1165 double_int::rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const in rshift()
H A Dhsa-gen.c5069 int arith; in gen_hsa_atomic_for_builtin() local
/dflybsd-src/bin/sh/
H A Darith_yacc.c326 arith_t arith(const char *s) in arith() function
/dflybsd-src/contrib/awk/
H A Drun.c1445 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ in arith() function