Searched refs:coeff (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_28.f9011 type(coefficients_t) :: coeff variable
14 print *, abs ( coeff%vfunc ( x(:) ) )
H A Dalloc_comp_result_1.f9013 real :: coeff component in type:t_1
31 if (any (x(1)%mons%coeff .ne. 99)) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-outer-4a-big-array.c6 signed short coeff[M]; variable
19 diff += in[j+i]*coeff[j];
H A Dvect-outer-4a.c6 signed short coeff[M]; variable
19 diff += in[j+i]*coeff[j];
H A Dvect-outer-4b-big-array.c6 signed short coeff[M]; variable
19 diff += in[j+i]*coeff[j];
H A Dvect-outer-4b.c6 signed short coeff[M]; variable
19 diff += in[j+i]*coeff[j];
H A Dvect-outer-4c-big-array.c7 unsigned short coeff[M]; variable
20 diff += in[j+i]*coeff[j];
H A Dvect-outer-4c.c7 unsigned short coeff[M]; variable
20 diff += in[j+i]*coeff[j];
H A Dvect-outer-4.c9 float coeff[M]; variable
22 diff += in[j+i]*coeff[j];
35 coeff[i] = i;
44 diff += in[j+i]*coeff[j];
H A Dvect-outer-fir-big-array.c9 float coeff[M]; variable
27 diff += in[j+i]*coeff[j];
44 diff += in[j+i]*coeff[j];
58 coeff[i] = i;
H A Dvect-outer-fir-lb-big-array.c9 float coeff[M]; variable
29 diff += in[j+i]*coeff[j];
48 diff += in[j+i]*coeff[j];
62 coeff[i] = i;
H A Dvect-outer-fir-lb.c9 float coeff[M]; variable
29 diff += in[j+i]*coeff[j];
48 diff += in[j+i]*coeff[j];
62 coeff[i] = i;
H A Dvect-outer-fir.c9 float coeff[M]; variable
27 diff += in[j+i]*coeff[j];
44 diff += in[j+i]*coeff[j];
58 coeff[i] = i;
H A Dvect-double-reduc-1.c9 int coeff[K][K] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); variable
23 sum += in[i+k][j] * coeff[i][j];
41 coeff[i][j] = i+2;
H A Dvect-double-reduc-2.c9 int coeff[K][K] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); variable
23 res -= in[i+k][j] * coeff[i][j];
41 coeff[i][j] = i+2;
H A Dvect-double-reduc-4.c9 int coeff[K][K] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); variable
23 sum += in[i+k][j] * coeff[i][j];
41 coeff[i][j] = i+2;
H A Dvect-double-reduc-5.c9 signed short coeff[K][K] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); variable
23 sum += in[i+k][j] * coeff[i][j];
41 coeff[i][j] = i+2;
H A Dvect-double-reduc-3.c9 int coeff[K][K] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); variable
46 coeff[i][j] = i+2;
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid_internal.h789 UINT64 tmp, coeff; local
796 coeff = (x & LARGE_COEFF_MASK64) | LARGE_COEFF_HIGH_BIT64;
808 if (coeff >= 10000000000000000ull)
809 coeff = 0;
810 *pcoefficient_x = coeff;
814 return coeff;
829 get_BID64 (UINT64 sgn, int expon, UINT64 coeff, int rmode, argument
836 if (coeff > 9999999999999999ull) {
838 coeff = 1000000000000000ull;
868 coeff
1016 fast_get_BID64(UINT64 sgn, int expon, UINT64 coeff) argument
1055 fast_get_BID64_check_OF(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1132 very_fast_get_BID64(UINT64 sgn, int expon, UINT64 coeff) argument
1161 very_fast_get_BID64_small_mantissa(UINT64 sgn, int expon, UINT64 coeff) argument
1176 get_BID64_UF(UINT64 sgn, int expon, UINT64 coeff, UINT64 R, int rmode, unsigned *fpsc) argument
1303 get_BID64_small_mantissa(UINT64 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
1765 UINT128 coeff, T33, T34; local
1830 UINT128 coeff, T33, T34; local
1881 get_BID128_very_fast_OF(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff, unsigned *prounding_mode, unsigned *fpsc) argument
1945 get_BID128_very_fast(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff) argument
1961 get_BID128_fast(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff) argument
1985 get_BID128(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff, unsigned *prounding_mode, unsigned *fpsc) argument
2067 get_BID128_string(UINT128 * pres, UINT64 sgn, int expon, UINT128 coeff) argument
2189 get_BID32(UINT32 sgn, int expon, UINT64 coeff, int rmode, unsigned *fpsc) argument
2358 very_fast_get_BID32(UINT32 sgn, int expon, UINT32 coeff) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr32293.c19 UINT128 coeff; local
24 return coeff.w[0] | coeff.w[1];
28 get_BID32 (UINT32 sgn, int expon, UINT64 coeff, int rmode, argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/
H A Dcostmodel-vect-outer-fir.c9 float coeff[M]; variable
26 diff += in[j+i]*coeff[j];
41 diff += in[j+i]*coeff[j];
55 coeff[i] = i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dshrink_wrap_1.c30 rtx target, coeff; local
41 coeff = c_readstr (p, mode);
44 target = expand_mult (mode, target, coeff, (rtx) 0, 1);
/haiku-buildtools/isl/
H A Disl_farkas.c328 isl_basic_set *coeff; local
335 coeff = isl_basic_set_universe(dim);
336 coeff = isl_basic_set_set_rational(coeff);
338 return coeff;
341 coeff = isl_basic_set_coefficients(isl_basic_set_copy(set->p[0]));
347 coeff = isl_basic_set_intersect(coeff, coeff_i);
351 return coeff;
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dsections.s11 .global coeff
12 coeff .word 011h,022h,033h label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dsections.s11 .global coeff
12 coeff .word 011h,022h,033h label

Completed in 112 milliseconds

12