| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | poly-int.h | 330 ((void) (&(RES).coeffs[0] == (C *) 0), \ 332 ? (void) ((RES).coeffs[I] = VALUE) \ 333 : (void) ((RES).coeffs[I].~C (), new (&(RES).coeffs[I]) C (VALUE))) 383 C coeffs[N]; 392 POLY_SET_COEFF (C, *this, i, a.coeffs[i]); 404 POLY_SET_COEFF (C, *this, i, wi::ints_for<C>::zero (this->coeffs[0])); 414 this->coeffs[i] += a.coeffs[i]; 423 this->coeffs[0] += a; 433 this->coeffs[i] -= a.coeffs[i]; 442 this->coeffs[0] -= a; [all …]
|
| HD | machmode.h | 602 #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);
|
| HD | inchash.h | 65 add_int (v.coeffs[i]); in add_poly_int() 79 add_hwi (v.coeffs[i]); in add_poly_hwi()
|
| HD | data-streamer.h | 137 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()
|
| HD | target.h | 225 return x.coeffs[0]; in estimated_poly_value()
|
| HD | rtl.h | 287 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 ();
|
| HD | tree-affine.c | 607 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()
|
| HD | tree.h | 1012 (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);
|
| HD | tree.c | 1317 build_new_poly_int_cst (tree type, tree (&coeffs)[NUM_POLY_INT_COEFFS] in build_new_poly_int_cst() 1329 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() 1636 if (wi::to_wide (POLY_INT_CST_COEFF (x, i)) != y.second->coeffs[i]) in equal() 1648 gcc_assert (prec <= values.coeffs[0].get_precision ()); in build_poly_int_cst() 1654 h.add_wide_int (c.coeffs[i]); in build_poly_int_cst() [all …]
|
| HD | pretty-print.c | 813 pp_wide_integer (pp, x.coeffs[0]); in pp_wide_integer() 821 pp_wide_integer (pp, x.coeffs[i]); in pp_wide_integer()
|
| HD | emit-rtl.c | 281 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()
|
| HD | explow.c | 87 x.coeffs[i] = trunc_int_for_mode (x.coeffs[i], mode); in trunc_int_for_mode()
|
| HD | print-rtl.c | 193 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()
|
| HD | tree-core.h | 1348 tree coeffs[NUM_POLY_INT_COEFFS]; member
|
| HD | targhooks.c | 1694 return x.coeffs[0]; in default_estimated_poly_value()
|
| HD | varasm.c | 3061 hi = value.offset.coeffs[0]; in const_hash_1() 3068 hi = (value.offset.coeffs[0] in const_hash_1()
|
| HD | builtins.c | 379 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()
|
| HD | dwarf2out.c | 13901 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/ |
| HD | intel_color.c | 141 uint16_t coeffs[9] = { 0, }; in i9xx_load_csc_matrix() local 163 for (i = 0; i < ARRAY_SIZE(coeffs); i++) { in i9xx_load_csc_matrix() 174 coeffs[i] |= 1 << 15; in i9xx_load_csc_matrix() 177 coeffs[i] |= (3 << 12) | in i9xx_load_csc_matrix() 180 coeffs[i] |= (2 << 12) | in i9xx_load_csc_matrix() 183 coeffs[i] |= (1 << 12) | in i9xx_load_csc_matrix() 186 coeffs[i] |= I9XX_CSC_COEFF_FP(abs_coeff, 9); in i9xx_load_csc_matrix() 188 coeffs[i] |= (7 << 12) | in i9xx_load_csc_matrix() 191 coeffs[i] |= (6 << 12) | in i9xx_load_csc_matrix() 205 coeffs[i * 3 + i] = in i9xx_load_csc_matrix() [all …]
|
| /dragonfly/sys/tools/sound/ |
| HD | feeder_eq_mkfilter.awk | 126 function feedeq_gen_biquad_coeffs(coeffs, rate, gain, \ 156 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); 159 coeffs["treble", gain, 3] = feedeq_fx_floor(b0); 160 coeffs["treble", gain, 4] = feedeq_fx_floor(b1); 161 coeffs["treble", gain, 5] = feedeq_fx_floor(b2); 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); [all …]
|
| /dragonfly/sys/dev/drm/amd/display/dc/dce110/ |
| HD | dce110_transform_v.c | 286 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/ |
| HD | dce_transform.c | 183 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()
|