Searched refs:power (Results 1 - 25 of 61) sorted by relevance

123

/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dscomm-directive-1.d4 #error: alignment is not a power of 2
/haiku-buildtools/gcc/libquadmath/math/
H A Dcomplex.c59 cpowq (__complex128 base, __complex128 power) argument
61 return cexpq (power * clogq (base));
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dalign.s3 * .align [size] ; size is number of words (value must be a power of 2)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dalign.s3 * .align [size] ; size is number of words (value must be a power of 2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512bw-vdbpsadbw-2.c15 int i, j, k, part, power; local
22 power = 1;
24 power *= 4;
25 part = (imm & (3 * power)) >> (2 * j);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr61335.f9044 INTEGER, DIMENSION(cp_unit_max_kinds) :: kind_id, power, unit_id local in subroutine:cp_unit_create
50 power=0
72 power(i_unit)=next_power
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpragma-darwin.c25 #pragma options align=power
35 /* { dg-warning "malformed '#pragma options align={mac68k|power|reset}', ignoring" "ignoring" { target *-*-* } 34 } */
/haiku-buildtools/gcc/gmp/
H A Dconfig.sub96 power[2-9] | power2sc)
97 test_cpu=power ;;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dpowser1.go7 // Test concurrency primitives: power series.
10 // A power series is a channel, along which flow rational
181 type PS *dch // power series
182 type PS2 *[2] PS // pair of power series
196 // Upper-case for power series.
286 // Print n terms of a power series
300 // Evaluate n terms of power series U at x=c
308 // Power-series constructors return channels on which power
312 // Make a pair of power series identical to a given power serie
[all...]
H A Dpowser2.go7 // Test concurrency primitives: power series.
14 // A power series is a channel, along which flow rational
191 type PS *dch // power series
192 type PS2 *[2] PS // pair of power series
206 // Upper-case for power series.
296 // Print n terms of a power series
314 // Evaluate n terms of power series U at x=c
322 // Power-series constructors return channels on which power
326 // Make a pair of power series identical to a given power serie
[all...]
/haiku-buildtools/gcc/gmp/demos/
H A Dpexpr.c119 char *power __GMP_PROTO ((char *, expr_t *));
553 str = power (str, e);
562 str = power (str + 3, &e2);
568 str = power (str + 3, &e2);
576 str = power (str + 3, &e2);
584 str = power (str + 3, &e2);
592 str = power (str + 6, &e2);
600 str = power (str + 5, &e2);
606 str = power (str + 4, &e2);
612 str = power (st
636 power (char *str, expr_t *e) function
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h105 using __STD::power;
H A Dstl_numeric.h208 // Alias for the internal name __power. Note that power is an extension,
212 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __oper) function
218 inline _Tp power(_Tp __x, _Integer __n) function
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.h537 #define ASM_OUTPUT_ALIGN(stream, power) \
540 if (power) \
541 fprintf ((stream), "\t.align\t%d\n", power); \
/haiku-buildtools/legacy/binutils/bfd/
H A Dlinker.c1225 unsigned int power;
1257 power = bfd_log2 (size);
1258 if (power > 4)
1259 power = 4;
1260 h->u.c.p->alignment_power = power;
1713 unsigned int power;
1715 power = bfd_log2 (value);
1716 if (power > 4)
1717 power = 4;
1718 h->u.c.p->alignment_power = power;
1221 unsigned int power; local
1708 unsigned int power; local
1759 unsigned int power; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dlinker.c1080 unsigned int power;
1100 power = bfd_log2 (size);
1101 if (power > 4)
1102 power = 4;
1103 h->u.c.p->alignment_power = power;
1563 unsigned int power;
1565 power = bfd_log2 (value);
1566 if (power > 4)
1567 power = 4;
1568 h->u.c.p->alignment_power = power;
1076 unsigned int power; local
1558 unsigned int power; local
1607 unsigned int power; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/
H A DMakefile.am76 minithres mips32 mips64 ns32k pa32 pa64 power powerpc32 powerpc64 pyr \
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug257.go[all...]
/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32.h970 #define ASM_OUTPUT_ALIGN(stream, power) \
971 fprintf (stream, "\t.align\t%d\n", power)
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-reassoc.c1144 HOST_WIDE_INT power; local
1152 power = real_to_integer (&c) - 1;
1153 real_from_integer (&cint, VOIDmode, power, SIGNED);
1155 return power;
1159 power = TREE_INT_CST_LOW (arg1) - 1;
1160 gimple_call_set_arg (stmt, 1, build_int_cst (TREE_TYPE (arg1), power));
1161 return power;
4057 to an integer power and has only one use. If so, and this is early
4517 second power, then multiply this by y * z, and finally multiply
4542 HOST_WIDE_INT power; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddectest.exp62 set libfuncs(power) powl
/haiku-buildtools/isl/
H A Disl_polynomial.c1012 unsigned power)
1018 if (power == 1)
1021 if (power % 2)
1026 while (power >>= 1) {
1028 if (power % 2)
1129 __isl_give struct isl_upoly *isl_upoly_var_pow(isl_ctx *ctx, int pos, int power) argument
1135 rec = isl_upoly_alloc_rec(ctx, pos, 1 + power);
1138 for (i = 0; i < 1 + power; ++i) {
1144 cst = isl_upoly_as_cst(rec->p[power]);
1595 unsigned power)
1011 isl_upoly_pow(__isl_take struct isl_upoly *up, unsigned power) argument
1594 isl_qpolynomial_pow(__isl_take isl_qpolynomial *qp, unsigned power) argument
1612 isl_pw_qpolynomial_pow( __isl_take isl_pw_qpolynomial *pwqp, unsigned power) argument
1919 isl_qpolynomial_var_pow_on_domain( __isl_take isl_space *dim, int pos, int power) argument
[all...]
H A Disl_polynomial_private.h126 int pos, int power);
/haiku-buildtools/autoconf/build-aux/
H A Dconfig.sub357 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
854 power) basic_machine=power-ibm
/haiku-buildtools/legacy/binutils/
H A Dconfig.sub355 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
854 power) basic_machine=power-ibm

Completed in 433 milliseconds

123