Home
last modified time | relevance | path

Searched defs:coeff (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/sys/dev/raidframe/
H A Drf_pq.c252 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 Drf_pqdegdags.c130 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 Disl_farkas.c356 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 Dbid_internal.h789 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 Dbid_internal.h789 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 Damdgpu_color_gamma.c474 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 Dcolor_gamma.h74 struct regamma_coeff coeff; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_color.c45 #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 Dnouveau_nvkm_subdev_clk_gm20b.c199 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 Dif_otus.c2770 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 Dradeon_si_dpm.c1776 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 Dradeon_ni_dpm.c746 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 Darn9003.c1945 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 Dathn.c1008 athn_get_delta_slope(uint32_t coeff, uint32_t *exponent, uint32_t *mantissa) in athn_get_delta_slope()
H A Darn5008.c1770 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 Dopp.h175 struct fixed31_32 coeff; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_lib.c787 BIGNUM *coeff = sk_BIGNUM_value(coeffs, i - 1); in DEFINE_STACK_OF() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c3455 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 Dsimplify-rtx.c2557 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 Dexpmed.cc3471 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 Dsimplify-rtx.cc2792 rtx coeff; in simplify_binary_operation_1() local
3012 rtx coeff; in simplify_binary_operation_1() local
H A Dbuiltins.cc3931 rtx target, coeff; in builtin_memset_gen_str() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_si_dpm.c1868 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 Dlibf7.c1512 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 Dlibf7.c1512 void f7_horner (f7_t *cc, const f7_t *xx, uint8_t n_coeff, const f7_t *coeff, in f7_horner()

12