/netbsd-src/sys/dev/raidframe/ |
H A D | rf_pq.c | 252 unsigned long coeff; in rf_RegularONQFunc() local 315 unsigned long coeff; in rf_SimpleONQFunc() local 363 unsigned long coeff; in RegularQSubr() local 406 unsigned long coeff; in DegrQSubr() local 542 unsigned long coeff; in rf_RecoveryQFunc() local 602 unsigned long coeff; in rf_PQ_DegradedWriteQFunc() local 647 rf_IncQ(unsigned long *dest, unsigned long *buf, unsigned length, unsigned coeff) in rf_IncQ() 719 unsigned char coeff) in QDelta() 860 unsigned coeff) in rf_InvertQ()
|
H A D | rf_pqdegdags.c | 130 unsigned coeff; in applyPDA() local 194 unsigned coeff; in rf_PQDoubleRecoveryFunc() local 305 unsigned coeff; in rf_PQWriteDoubleRecoveryFunc() local
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_farkas.c | 356 isl_basic_set *coeff; member 429 isl_basic_set *coeff; in isl_basic_set_coefficients_factor() local 618 isl_basic_set *coeff = factor->coeff; in add_vertex() local 627 isl_basic_set *coeff = factor->coeff; in add_vertex() local 732 isl_basic_set *coeff; in isl_basic_set_coefficients_product() local 772 isl_basic_set *coeff; in isl_basic_set_coefficients_morphed_product() local 895 isl_basic_set *coeff; in isl_set_coefficients() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid_internal.h | 789 UINT64 tmp, coeff; in unpack_BID64() local 829 get_BID64 (UINT64 sgn, int expon, UINT64 coeff, int rmode, in get_BID64() 1016 fast_get_BID64 (UINT64 sgn, int expon, UINT64 coeff) { in fast_get_BID64() 1055 fast_get_BID64_check_OF (UINT64 sgn, int expon, UINT64 coeff, int rmode, in fast_get_BID64_check_OF() 1132 very_fast_get_BID64 (UINT64 sgn, int expon, UINT64 coeff) { in very_fast_get_BID64() 1161 very_fast_get_BID64_small_mantissa (UINT64 sgn, int expon, UINT64 coeff) { in very_fast_get_BID64_small_mantissa() 1176 get_BID64_UF (UINT64 sgn, int expon, UINT64 coeff, UINT64 R, int rmode, in get_BID64_UF() 1303 get_BID64_small_mantissa (UINT64 sgn, int expon, UINT64 coeff, in get_BID64_small_mantissa() 1765 UINT128 coeff, T33, T34; in unpack_BID128_value() local 1830 UINT128 coeff, T33, T34; in unpack_BID128() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid_internal.h | 789 UINT64 tmp, coeff; in unpack_BID64() local 829 get_BID64 (UINT64 sgn, int expon, UINT64 coeff, int rmode, in get_BID64() 1016 fast_get_BID64 (UINT64 sgn, int expon, UINT64 coeff) { in fast_get_BID64() 1055 fast_get_BID64_check_OF (UINT64 sgn, int expon, UINT64 coeff, int rmode, in fast_get_BID64_check_OF() 1132 very_fast_get_BID64 (UINT64 sgn, int expon, UINT64 coeff) { in very_fast_get_BID64() 1161 very_fast_get_BID64_small_mantissa (UINT64 sgn, int expon, UINT64 coeff) { in very_fast_get_BID64_small_mantissa() 1176 get_BID64_UF (UINT64 sgn, int expon, UINT64 coeff, UINT64 R, int rmode, in get_BID64_UF() 1303 get_BID64_small_mantissa (UINT64 sgn, int expon, UINT64 coeff, in get_BID64_small_mantissa() 1761 UINT128 coeff, T33, T34; in unpack_BID128_value() local 1826 UINT128 coeff, T33, T34; in unpack_BID128() local [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/ |
H A D | amdgpu_color_gamma.c | 474 struct gamma_coefficients *coeff, in translate_from_linear_space_ex() 490 struct gamma_coefficients *coeff, in translate_to_linear_space_ex() 584 struct pixel_gamma_point *coeff, in build_custom_gamma_mapping_coefficients_worker() 676 const struct pixel_gamma_point *coeff, in calculate_mapped_value() 824 struct gamma_coefficients *coeff; in build_regamma() local 1026 struct gamma_coefficients coeff; in build_degamma() local 1462 const struct pixel_gamma_point *coeff = coeff128; in calculate_interpolated_hardware_curve() local 1618 struct gamma_coefficients coeff; in apply_degamma_for_user_regamma() local 1684 struct gamma_coefficients coeff; in calculate_user_regamma_coeff() local 1798 struct pixel_gamma_point *coeff = NULL; in mod_color_calculate_degamma_params() local [all …]
|
H A D | color_gamma.h | 74 struct regamma_coeff coeff; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_color.c | 45 #define CTM_COEFF_NEGATIVE(coeff) (((coeff) & CTM_COEFF_SIGN) != 0) argument 46 #define CTM_COEFF_ABS(coeff) ((coeff) & (CTM_COEFF_SIGN - 1)) argument 74 #define ILK_CSC_COEFF_FP(coeff, fbits) \ argument 283 u16 coeff[9]; in ilk_load_csc_matrix() local 321 u16 coeff[9]; in icl_load_csc_matrix() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
H A D | nouveau_nvkm_subdev_clk_gm20b.c | 199 u32 coeff; in gm20b_dvfs_calc_det_coeff() local 518 gm20b_dvfs_program_coeff(struct gm20b_clk *clk, u32 coeff) in gm20b_dvfs_program_coeff()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_otus.c | 2770 otus_get_delta_slope(uint32_t coeff, uint32_t *exponent, uint32_t *mantissa) in otus_get_delta_slope() 2798 uint32_t coeff, exp, man, tmp; in otus_set_chan() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_si_dpm.c | 1776 static void si_calculate_leakage_for_v_and_t_formula(const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v_and_t_formula() 1804 const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v_and_t() 1813 static void si_calculate_leakage_for_v_formula(const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v_formula() 1832 const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v()
|
H A D | radeon_ni_dpm.c | 746 static void ni_calculate_leakage_for_v_and_t_formula(const struct ni_leakage_coeffients *coeff, in ni_calculate_leakage_for_v_and_t_formula() 768 const struct ni_leakage_coeffients *coeff, in ni_calculate_leakage_for_v_and_t()
|
/netbsd-src/sys/dev/ic/ |
H A D | arn9003.c | 1945 uint32_t coeff, exp, man, reg; in ar9003_set_delta_slope() local 2436 int32_t res[6], coeff[2]; in ar9003_calib_tx_iq() local
|
H A D | athn.c | 1008 athn_get_delta_slope(uint32_t coeff, uint32_t *exponent, uint32_t *mantissa) in athn_get_delta_slope()
|
H A D | arn5008.c | 1770 uint32_t coeff, exp, man, reg; in ar5008_set_delta_slope() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
H A D | opp.h | 175 struct fixed31_32 coeff; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
H A D | rsa_lib.c | 787 BIGNUM *coeff = sk_BIGNUM_value(coeffs, i - 1); in DEFINE_STACK_OF() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expmed.c | 3455 HOST_WIDE_INT coeff; in expand_mult() local 3589 mult_by_coeff_cost (HOST_WIDE_INT coeff, machine_mode mode, bool speed) in mult_by_coeff_cost() 3629 HOST_WIDE_INT coeff = INTVAL (cop1); in expand_widening_mult() local
|
H A D | simplify-rtx.c | 2557 rtx coeff; in simplify_binary_operation_1() local 2743 rtx coeff; in simplify_binary_operation_1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expmed.cc | 3471 HOST_WIDE_INT coeff; in expand_mult() local 3605 mult_by_coeff_cost (HOST_WIDE_INT coeff, machine_mode mode, bool speed) in mult_by_coeff_cost() 3645 HOST_WIDE_INT coeff = INTVAL (cop1); in expand_widening_mult() local
|
H A D | simplify-rtx.cc | 2792 rtx coeff; in simplify_binary_operation_1() local 3012 rtx coeff; in simplify_binary_operation_1() local
|
H A D | builtins.cc | 3931 rtx target, coeff; in builtin_memset_gen_str() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_si_dpm.c | 1868 static void si_calculate_leakage_for_v_and_t_formula(const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v_and_t_formula() 1896 const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v_and_t() 1905 static void si_calculate_leakage_for_v_formula(const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v_formula() 1924 const struct ni_leakage_coeffients *coeff, in si_calculate_leakage_for_v()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | libf7.c | 1512 void f7_horner (f7_t *cc, const f7_t *xx, uint8_t n_coeff, const f7_t *coeff, in f7_horner()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | libf7.c | 1512 void f7_horner (f7_t *cc, const f7_t *xx, uint8_t n_coeff, const f7_t *coeff, in f7_horner()
|