Searched refs:arith (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug084.go20 var arith Service var
/haiku-buildtools/gcc/gcc/fortran/
H A Darith.c31 #include "arith.h"
88 gfc_arith_error (arith code)
288 arith
291 arith result;
319 static arith
322 arith retval;
411 static arith
424 static arith
438 static arith
452 static arith
[all...]
H A Darith.h33 arith gfc_range_check (gfc_expr *);
H A Dgfortran.h196 arith; typedef in typeref:enum:__anon85
2697 /* arith.c */
2700 arith gfc_check_integer_range (mpz_t p, int kind);
/haiku-buildtools/gcc/libgcc/
H A Dgen-fixed.sh6 # gen-fixed.sh arith labels
7 # gen-fixed.sh arith funcs
8 # gen-fixed.sh arith modes
47 arith)
H A DMakefile.in770 fixed-labels := $(shell $(SHELL) $(srcdir)/gen-fixed.sh arith labels)
771 fixed-funcs := $(shell $(SHELL) $(srcdir)/gen-fixed.sh arith funcs)
772 fixed-modes := $(shell $(SHELL) $(srcdir)/gen-fixed.sh arith modes)
/haiku-buildtools/gcc/gcc/config/arm/
H A Daarch-common-protos.h47 const int arith; /* ADD/SUB. */ member in struct:alu_cost_table
51 const int arith_shift; /* Additional when arith also shifts... */
56 const int extend_arith; /* Extend and arith. */
H A Darm.c979 0, /* arith. */
1080 0, /* arith. */
1181 0, /* arith. */
1284 0, /* arith. */
1386 0, /* arith. */
1487 0, /* arith. */
1588 0, /* arith. */
9881 *cost += insns * extra_cost->alu.arith;
9886 *cost += extra_cost->alu.arith;
9906 *cost += extra_cost->alu.arith;
[all...]
/haiku-buildtools/binutils/zlib/msdos/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
H A DMakefile.dj233 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/haiku-buildtools/binutils/zlib/old/
H A DMakefile.emx15 CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
/haiku-buildtools/gcc/gcc/
H A Ddouble-int.h134 double_int lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
136 double_int rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
H A Ddouble-int.c242 bool arith)
246 signmask = (arith
1160 double_int::lshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const
1166 rshift_double (low, high, absu_hwi (count), prec, &ret.low, &ret.high, arith);
1175 double_int::rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const
1179 rshift_double (low, high, count, prec, &ret.low, &ret.high, arith);
239 rshift_double(unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, unsigned HOST_WIDE_INT count, unsigned int prec, unsigned HOST_WIDE_INT *lv, HOST_WIDE_INT *hv, bool arith) argument
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c694 tree arith, node, throw = NULL_TREE; local
696 arith = fold (build (PLUS_EXPR, int_type_node,
727 throw, arith )
728 : arith))));
/haiku-buildtools/legacy/gcc/gcc/
H A Dfold-const.c349 lshift_double (l1, h1, count, prec, lv, hv, arith)
353 int arith;
357 rshift_double (l1, h1, - count, prec, lv, hv, arith);
385 rshift_double (l1, h1, count, prec, lv, hv, arith)
389 int arith;
392 signmask = (arith
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c5794 *cost += extra_cost->alu.arith;
5849 *cost += extra_cost->alu.arith;
5886 *cost += extra_cost->alu.arith;
5919 *cost += extra_cost->alu.arith;
5955 *cost += extra_cost->alu.arith;
6189 *cost += 2 * extra_cost->alu.arith;
6196 *cost += extra_cost->alu.arith;
6212 *cost += extra_cost->alu.arith;
6370 *cost += 2 * extra_cost->alu.arith;

Completed in 323 milliseconds