Home
last modified time | relevance | path

Searched refs:coeffs (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dpoly-int.h414 this->coeffs[i] += a.coeffs[i];
433 this->coeffs[i] -= a.coeffs[i];
693 this->coeffs[i] = a.coeffs[i];
715 this->coeffs[i] += a.coeffs[i];
734 this->coeffs[i] -= a.coeffs[i];
1230 return maybe_eq_2 (a.coeffs[0], a.coeffs[1], b.coeffs[0], b.coeffs[1]);
1231 return a.coeffs[0] == b.coeffs[0];
1362 return a.coeffs[0] < b.coeffs[0];
1714 if (a.coeffs[i] != b.coeffs[i])
2272 C neg_abs_a = (a.coeffs[i] < 0 ? a.coeffs[i] : -a.coeffs[i]);
[all …]
H A Dmachmode.h602 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_to_bytes (MODE).coeffs[0])
621 return mode_to_bytes (mode).coeffs[0];
628 #define GET_MODE_BITSIZE(MODE) ((unsigned short) mode_to_bits (MODE).coeffs[0])
647 return mode_to_bits (mode).coeffs[0];
655 ((unsigned short) mode_to_precision (MODE).coeffs[0])
674 return mode_to_precision (mode).coeffs[0];
713 #define GET_MODE_NUNITS(MODE) (mode_to_nunits (MODE).coeffs[0])
732 return mode_to_nunits (mode).coeffs[0];
943 && mode_to_precision (mme).coeffs[0] <= HOST_BITS_PER_WIDE_INT);
H A Dinchash.h65 add_int (v.coeffs[i]); in add_poly_int()
79 add_hwi (v.coeffs[i]); in add_poly_hwi()
H A Ddata-streamer.h137 bp_pack_value (bp, val.coeffs[i], nbits); in bp_pack_poly_value()
195 x.coeffs[i] = bp_unpack_value (bp, nbits); in bp_unpack_poly_value()
H A Dtarget.h225 return x.coeffs[0]; in estimated_poly_value()
H A Drtl.h287 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs; member
1955 CONST_POLY_INT)->u.cpi.coeffs)
2125 { STATIC_ASSERT (sizeof (offset.coeffs[0]) <= 2); } in unique_id()
2128 res += (HOST_WIDE_INT) offset.coeffs[i] << ((1 + i) * 16); in unique_id()
2315 res.coeffs[i] = CONST_POLY_INT_COEFFS (x)[i];
2348 res.coeffs[i] = CONST_POLY_INT_COEFFS (x)[i].to_shwi ();
2372 res->coeffs[i] = CONST_POLY_INT_COEFFS (x)[i].to_shwi ();
H A Dtree-affine.c607 aff_combination_add_elt (r, val, coef * c->offset.coeffs[0]); in aff_combination_add_product()
637 aff_combination_add_product (c1, c2->offset.coeffs[0], NULL, r); in aff_combination_mult()
H A Dtree.h1012 (POLY_INT_CST_CHECK (NODE)->poly_int_cst.coeffs[I])
3704 res.coeffs[0] = 1 << (precision & 0xff); in TYPE_VECTOR_SUBPARTS()
3706 res.coeffs[1] = 1 << (precision & 0xff); in TYPE_VECTOR_SUBPARTS()
3720 unsigned HOST_WIDE_INT coeff0 = subparts.coeffs[0]; in SET_TYPE_VECTOR_SUBPARTS()
3725 unsigned HOST_WIDE_INT coeff1 = subparts.coeffs[1]; in SET_TYPE_VECTOR_SUBPARTS()
3740 unsigned HOST_WIDE_INT coeff0 = subparts.coeffs[0]; in valid_vector_subparts_p()
3745 unsigned HOST_WIDE_INT coeff1 = subparts.coeffs[1]; in valid_vector_subparts_p()
5612 res.coeffs[i] = POLY_INT_CST_COEFF (x, i);
5627 res.coeffs[i] = POLY_INT_CST_COEFF (t, i);
5644 res.coeffs[i] = POLY_INT_CST_COEFF (t, i);
H A Dtree.c1329 POLY_INT_CST_COEFF (t, i) = coeffs[i]; in build_new_poly_int_cst()
1403 t = build_new_int_cst (type, tmp.coeffs[0]); in force_fit_type()
1406 tree coeffs[NUM_POLY_INT_COEFFS]; in force_fit_type() local
1409 coeffs[i] = build_new_int_cst (type, tmp.coeffs[i]); in force_fit_type()
1410 TREE_OVERFLOW (coeffs[i]) = 1; in force_fit_type()
1412 t = build_new_poly_int_cst (type, coeffs); in force_fit_type()
1654 h.add_wide_int (c.coeffs[i]); in build_poly_int_cst()
1660 tree coeffs[NUM_POLY_INT_COEFFS]; in build_poly_int_cst() local
1662 coeffs[i] = wide_int_to_tree_1 (type, c.coeffs[i]); in build_poly_int_cst()
1663 *slot = build_new_poly_int_cst (type, coeffs); in build_poly_int_cst()
[all …]
H A Dpretty-print.c813 pp_wide_integer (pp, x.coeffs[0]); in pp_wide_integer()
821 pp_wide_integer (pp, x.coeffs[i]); in pp_wide_integer()
H A Demit-rtl.c281 if (CONST_POLY_INT_COEFFS (x)[i] != y.second.coeffs[i]) in equal()
534 return GEN_INT (c.coeffs[0]); in gen_int_mode()
734 return immed_wide_int_const_1 (c.coeffs[0], mode); in immed_wide_int_const()
741 gcc_assert (prec <= c.coeffs[0].get_precision ()); in immed_wide_int_const()
748 h.add_wide_int (newc.coeffs[i]); in immed_wide_int_const()
769 CONST_POLY_INT_COEFFS (x)[i] = newc.coeffs[i]; in immed_wide_int_const()
H A Dexplow.c87 x.coeffs[i] = trunc_int_for_mode (x.coeffs[i], mode); in trunc_int_for_mode()
H A Dprint-rtl.c193 fprintf (file, "[" HOST_WIDE_INT_PRINT_DEC, x.coeffs[0]); in print_poly_int()
195 fprintf (file, ", " HOST_WIDE_INT_PRINT_DEC, x.coeffs[i]); in print_poly_int()
H A Dtree-core.h1348 tree coeffs[NUM_POLY_INT_COEFFS]; member
H A Dtarghooks.c1694 return x.coeffs[0]; in default_estimated_poly_value()
H A Dvarasm.c3061 hi = value.offset.coeffs[0]; in const_hash_1()
3068 hi = (value.offset.coeffs[0] in const_hash_1()
H A Dbuiltins.c379 unsigned int alt_align = ::known_alignment (bitpos - bitpos.coeffs[0]); in get_object_alignment_2()
387 *bitposp = bitpos.coeffs[0] & (align - 1); in get_object_alignment_2()
H A Ddwarf2out.c13901 HOST_WIDE_INT constant = poly_i.coeffs[0]; in int_loc_descriptor()
13904 HOST_WIDE_INT coeff = poly_i.coeffs[j]; in int_loc_descriptor()
/dragonfly/sys/dev/drm/i915/
H A Dintel_color.c174 coeffs[i] |= 1 << 15; in i9xx_load_csc_matrix()
177 coeffs[i] |= (3 << 12) | in i9xx_load_csc_matrix()
205 coeffs[i * 3 + i] = in i9xx_load_csc_matrix()
212 I915_WRITE(PIPE_CSC_COEFF_RY_GY(pipe), coeffs[0] << 16 | coeffs[1]); in i9xx_load_csc_matrix()
215 I915_WRITE(PIPE_CSC_COEFF_RU_GU(pipe), coeffs[3] << 16 | coeffs[4]); in i9xx_load_csc_matrix()
218 I915_WRITE(PIPE_CSC_COEFF_RV_GV(pipe), coeffs[6] << 16 | coeffs[7]); in i9xx_load_csc_matrix()
274 coeffs[i] = 1 << 15; in cherryview_load_csc_matrix()
280 coeffs[1] << 16 | coeffs[0]); in cherryview_load_csc_matrix()
282 coeffs[3] << 16 | coeffs[2]); in cherryview_load_csc_matrix()
284 coeffs[5] << 16 | coeffs[4]); in cherryview_load_csc_matrix()
[all …]
/dragonfly/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk156 coeffs["treble", gain, 0] = feedeq_fx_floor(a0);
157 coeffs["treble", gain, 1] = feedeq_fx_floor(a1);
158 coeffs["treble", gain, 2] = feedeq_fx_floor(a2);
190 coeffs["bass", gain, 0] = feedeq_fx_floor(a0);
191 coeffs["bass", gain, 1] = feedeq_fx_floor(a1);
192 coeffs["bass", gain, 2] = feedeq_fx_floor(a2);
193 coeffs["bass", gain, 3] = feedeq_fx_floor(b0);
194 coeffs["bass", gain, 4] = feedeq_fx_floor(b1);
195 coeffs["bass", gain, 5] = feedeq_fx_floor(b2);
200 coeffs[0] = 0;
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c286 const uint16_t *coeffs, in program_multi_taps_filter() argument
298 if (!coeffs) in program_multi_taps_filter()
337 data, coeffs[array_idx], in program_multi_taps_filter()
353 data, coeffs[array_idx + 1], in program_multi_taps_filter()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c183 const uint16_t *coeffs, in program_multi_taps_filter() argument
193 if (!coeffs) in program_multi_taps_filter()
208 uint16_t even_coeff = coeffs[array_idx]; in program_multi_taps_filter()
218 odd_coeff = coeffs[array_idx + 1]; in program_multi_taps_filter()