Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 25 of 9898) sorted by relevance

12345678910>>...396

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/core/Complex/
H A Dimpl.hpp90 Abs( const F& alpha ) in Abs()
120 Sqrt( const F& alpha ) in Sqrt()
125 Cos( const F& alpha ) in Cos()
130 Sin( const F& alpha ) in Sin()
135 Tan( const F& alpha ) in Tan()
140 Cosh( const F& alpha ) in Cosh()
145 Sinh( const F& alpha ) in Sinh()
150 Tanh( const F& alpha ) in Tanh()
190 Arg( const F& alpha ) in Arg()
200 Exp( const F& alpha ) in Exp()
[all …]
/dports/math/spar/spar-0.5.10/lib/formula/
H A Dtrigonometric.c27 sl_formula_tan (const double alpha) in sl_formula_tan()
33 sl_formula_cotan (const double alpha) in sl_formula_cotan()
39 sl_formula_sin_add (const double alpha, const double beta) in sl_formula_sin_add()
45 sl_formula_sin_sub (const double alpha, const double beta) in sl_formula_sin_sub()
51 sl_formula_cos_add (const double alpha, const double beta) in sl_formula_cos_add()
81 sl_formula_sin_dup (const double alpha) in sl_formula_sin_dup()
87 sl_formula_cos_dup (const double alpha) in sl_formula_cos_dup()
93 sl_formula_tan_dup (const double alpha) in sl_formula_tan_dup()
147 sl_formula_sin_bisec (const double alpha) in sl_formula_sin_bisec()
153 sl_formula_cos_bisec (const double alpha) in sl_formula_cos_bisec()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/
H A Dget_alpha.cpp45 auto alpha = color::get::alpha( c ); in get_alpha_from_rgba() local
61 auto alpha = color::get::alpha( c ); in get_alpha_from_rgb() local
77 auto alpha = color::get::alpha( c ); in get_alpha_from_cmy() local
92 auto alpha = color::get::alpha( c ); in get_alpha_from_cmyk() local
107 auto alpha = color::get::alpha( c ); in get_alpha_from_gray() local
122 auto alpha = color::get::alpha( c ); in get_alpha_from_hsl() local
137 auto alpha = color::get::alpha( c ); in get_alpha_from_hsv() local
152 auto alpha = color::get::alpha( c ); in get_alpha_from_yiq() local
167 auto alpha = color::get::alpha( c ); in get_alpha_from_yuv() local
/dports/math/gsl/gsl-2.7/cblas/
H A Dtest_scal.c13 float alpha = 0.0f; in test_scal() local
29 float alpha = 0.1f; in test_scal() local
45 float alpha = 1.0f; in test_scal() local
61 double alpha = 0; in test_scal() local
77 double alpha = 0.1; in test_scal() local
93 double alpha = 1; in test_scal() local
313 float alpha = 0.0f; in test_scal() local
361 double alpha = 0; in test_scal() local
393 double alpha = 1; in test_scal() local
661 double alpha = 0; in test_scal() local
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/place/
H A Dalpha.hpp18 …struct alpha< ::color::category::rgb< ::color::category::_internal::rgba_scramble< value_name, red… struct
21 …_scramble< value_name, red_position, green_position, blue_position, alpha_position > scramble_type;
22 typedef ::color::category::rgb< scramble_type > category_type;
23 … typedef typename ::color::trait::index< category_type >::instance_type index_instance_type;
25 enum { position_enum = alpha_position };
26 enum { has_enum = true };
28 static /*constexpr*/ index_instance_type position() in position()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Supernovae/resources/
H A Dsupernovae.json12 "alpha": "14h45m02.30s", string
21 "alpha": "18h11m30.4s", string
30 "alpha": "17h14m0s", string
39 "alpha": "15h02m48.00s", string
48 "alpha": "05h34m30.00s", string
57 "alpha": "02h05m37s", string
67 "alpha": "00h25m18.00s", string
77 "alpha": "17h30m36.00s", string
87 "alpha": "23h23m24.00s", string
140 "alpha": "14h03m5.81s", string
[all …]
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/examples/additional_examples/timing/
H A Drotations.cpp31 void D1 ( double * vec, double & alpha ) { in D1()
51 void D1T ( double * vec, double & alpha ) { in D1T()
72 void D2 ( double * vec, double & alpha ) { in D2()
92 void D2T ( double * vec, double & alpha ) { in D2T()
113 void D3 ( double * vec, double & alpha ) { in D3()
133 void D3T ( double * vec, double & alpha ) { in D3T()
158 void D1 ( adouble * vec, double & alpha ) { in D1()
178 void D1 ( adouble * vec, adouble & alpha ) { in D1()
198 void D1T ( adouble * vec, double & alpha ) { in D1T()
239 void D2 ( adouble * vec, double & alpha ) { in D2()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Dfp_compare_epsilon_test.cpp16 fp_compare_epsilon<float> alpha = fp_compare_epsilon<float>(7457392.0); in BOOST_AUTO_TEST_CASE() local
42 fp_compare_epsilon<double> alpha = fp_compare_epsilon<double>(45739210286.0101); in BOOST_AUTO_TEST_CASE() local
68 fp_compare_epsilon<float> alpha = fp_compare_epsilon<float>(1.0); in BOOST_AUTO_TEST_CASE() local
83 fp_compare_epsilon<double> alpha = fp_compare_epsilon<double>(1.0); in BOOST_AUTO_TEST_CASE() local
98 fp_compare_epsilon<float> alpha = fp_compare_epsilon<float>(127.0); in BOOST_AUTO_TEST_CASE() local
108 fp_compare_epsilon<double> alpha = fp_compare_epsilon<double>(1.0); in BOOST_AUTO_TEST_CASE() local
118 fp_compare_epsilon<float> alpha = fp_compare_epsilon<float>(274192.7f); in BOOST_AUTO_TEST_CASE() local
134 fp_compare_epsilon<double> alpha = fp_compare_epsilon<double>(274192856.762312); in BOOST_AUTO_TEST_CASE() local
151 fp_compare_epsilon<float> alpha = fp_compare_epsilon<float>(827.3f); in BOOST_AUTO_TEST_CASE() local
184 fp_compare_epsilon<float> alpha = fp_compare_epsilon<float>(98325.4f); in BOOST_AUTO_TEST_CASE() local
[all …]
H A Dfp_compare_delta_test.cpp16 fp_compare_delta<float> alpha = fp_compare_delta<float>(7457392.0); in BOOST_AUTO_TEST_CASE() local
43 fp_compare_delta<double> alpha = fp_compare_delta<double>(45739210286.0101); in BOOST_AUTO_TEST_CASE() local
69 fp_compare_delta<float> alpha = fp_compare_delta<float>(1.0); in BOOST_AUTO_TEST_CASE() local
84 fp_compare_delta<double> alpha = fp_compare_delta<double>(1.0); in BOOST_AUTO_TEST_CASE() local
99 fp_compare_delta<float> alpha = fp_compare_delta<float>(127.0f); in BOOST_AUTO_TEST_CASE() local
109 fp_compare_delta<double> alpha = fp_compare_delta<double>(1.0); in BOOST_AUTO_TEST_CASE() local
119 fp_compare_delta<float> alpha = fp_compare_delta<float>(274192.7f); in BOOST_AUTO_TEST_CASE() local
135 fp_compare_delta<double> alpha = fp_compare_delta<double>(274192856.762312); in BOOST_AUTO_TEST_CASE() local
151 fp_compare_delta<float> alpha = fp_compare_delta<float>(827.3f); in BOOST_AUTO_TEST_CASE() local
183 fp_compare_delta<float> alpha = fp_compare_delta<float>(98325.4f); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/gam/
H A Dgam_penalties.py35 def __init__(self, univariate_smoother, alpha=1, weights=1): argument
42 def func(self, params, alpha=None): argument
63 def deriv(self, params, alpha=None): argument
85 def deriv2(self, params, alpha=None): argument
107 def penalty_matrix(self, alpha=None): argument
161 def __init__(self, multivariate_smoother, alpha, weights=None, argument
204 def func(self, params, alpha=None): argument
229 def deriv(self, params, alpha=None): argument
254 def deriv2(self, params, alpha=None): argument
279 def penalty_matrix(self, alpha=None): argument
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/place/
H A Dalpha.hpp18 struct alpha struct
38 alpha() in alpha() function
40 return ::color::place::_internal::alpha<category_name>::position(); in alpha()
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_SymMatrixArithFunc.h50 const T alpha, const GenSymMatrix<Ta>& A, in AddMM()
73 const T alpha, const GenMatrix<Ta>& A, in AddMM()
84 const T alpha, const GenMatrix<Ta>& A, in MultMM()
119 const T alpha, const GenVector<Tx>& x, in Rank2Update()
124 const T alpha, const GenVector<Tx>& x, in Rank2Update()
135 const T alpha, const GenMatrix<Ta>& A, in Rank2KUpdate()
140 const T alpha, const GenMatrix<Ta>& A, in Rank2KUpdate()
154 const T alpha, const GenMatrix<Ta>& A, in SymMultMM()
159 const T alpha, const GenMatrix<Ta>& A, in SymMultMM()
238 const T alpha, const GenMatrix<Ta>& A, in AddMM()
[all …]
H A DTMV_TriMatrixArithFunc.h57 const T alpha, const GenLowerTriMatrix<Ta>& A, in AddMM()
62 const T alpha, const GenUpperTriMatrix<Ta>& A, in AddMM()
67 const T alpha, const GenLowerTriMatrix<Ta>& A, in AddMM()
88 const T alpha, const GenMatrix<Ta>& A, in AddMM()
98 const T alpha, const GenMatrix<Ta>& A, in AddMM()
122 const T alpha, const GenMatrix<Ta>& A, in MultMM()
127 const T alpha, const GenMatrix<Ta>& A, in MultMM()
249 const T alpha, const GenMatrix<Ta>& A, in AddMM()
259 const T alpha, const GenMatrix<Ta>& A, in AddMM()
291 const T alpha, const GenMatrix<Ta>& A, in MultMM()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/impl/
H A Dangles.hpp48 normAngle (float alpha) in normAngle()
61 rad2deg (float alpha) in rad2deg()
67 deg2rad (float alpha) in deg2rad()
73 rad2deg (double alpha) in rad2deg()
79 deg2rad (double alpha) in deg2rad()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/wrappers/blas/3/task/
H A DFLA_Trmm_task.c18 FLA_Error FLA_Trmm_llc_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_llc_task()
23 FLA_Error FLA_Trmm_llh_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_llh_task()
28 FLA_Error FLA_Trmm_lln_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_lln_task()
33 FLA_Error FLA_Trmm_llt_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_llt_task()
38 FLA_Error FLA_Trmm_luc_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_luc_task()
43 FLA_Error FLA_Trmm_luh_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_luh_task()
48 FLA_Error FLA_Trmm_lun_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_lun_task()
53 FLA_Error FLA_Trmm_lut_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_lut_task()
58 FLA_Error FLA_Trmm_rlc_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_rlc_task()
63 FLA_Error FLA_Trmm_rlh_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trmm_t* cntl ) in FLA_Trmm_rlh_task()
[all …]
H A DFLA_Trsm_task.c18 FLA_Error FLA_Trsm_llc_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_llc_task()
23 FLA_Error FLA_Trsm_llh_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_llh_task()
28 FLA_Error FLA_Trsm_lln_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_lln_task()
33 FLA_Error FLA_Trsm_llt_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_llt_task()
38 FLA_Error FLA_Trsm_luc_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_luc_task()
43 FLA_Error FLA_Trsm_luh_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_luh_task()
48 FLA_Error FLA_Trsm_lun_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_lun_task()
53 FLA_Error FLA_Trsm_lut_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_lut_task()
58 FLA_Error FLA_Trsm_rlc_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_rlc_task()
63 FLA_Error FLA_Trsm_rlh_task( FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj B, fla_trsm_t* cntl ) in FLA_Trsm_rlh_task()
[all …]
H A DFLA_Gemm_task.c18 FLA_Error FLA_Gemm_cc_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_cc_task()
23 FLA_Error FLA_Gemm_ch_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_ch_task()
28 FLA_Error FLA_Gemm_cn_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_cn_task()
33 FLA_Error FLA_Gemm_ct_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_ct_task()
38 FLA_Error FLA_Gemm_hc_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_hc_task()
43 FLA_Error FLA_Gemm_hh_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_hh_task()
48 FLA_Error FLA_Gemm_hn_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_hn_task()
53 FLA_Error FLA_Gemm_ht_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_ht_task()
58 FLA_Error FLA_Gemm_nc_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_nc_task()
63 FLA_Error FLA_Gemm_nh_task( FLA_Obj alpha, FLA_Obj A, FLA_Obj B, FLA_Obj beta, FLA_Obj C, fla_gemm_… in FLA_Gemm_nh_task()
[all …]
/dports/deskutils/notify-osd/notify-osd-0.9.34/egg/
H A Degg-alpha.c74 guint32 alpha; member
105 EggAlpha *alpha; in egg_alpha_set_property() local
126 EggAlpha *alpha; in egg_alpha_get_property() local
466 egg_ramp_inc_func (EggAlpha *alpha, in egg_ramp_inc_func()
501 egg_ramp_dec_func (EggAlpha *alpha, in egg_ramp_dec_func()
539 egg_ramp_func (EggAlpha *alpha, in egg_ramp_func()
565 sincx1024_func (EggAlpha *alpha, in sincx1024_func()
667 egg_sine_func (EggAlpha *alpha, in egg_sine_func()
825 egg_square_func (EggAlpha *alpha, in egg_square_func()
943 egg_exp_inc_func (EggAlpha *alpha, in egg_exp_inc_func()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/rnn/
H A Dref_postgemm_rnn.cpp36 float s, float alpha, float cliping) { in activation()
42 float s, float alpha, float cliping) { in activation()
48 float s, float alpha, float cliping) { in activation()
54 float s, float alpha, float cliping) { in activation()
60 float s, float alpha, float cliping) { in activation()
66 float s, float alpha, float cliping) { in activation()
70 float linear(float s, float alpha, float clipping) { in linear()
121 auto alpha = pd_->desc()->alpha; in rnn_postgemm_sig() local
141 auto alpha = pd_->desc()->alpha; in rnn_postgemm_sig() local
195 auto alpha = pd_->desc()->alpha; in rnn_postgemm_sig() local
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/cpu/rnn/
H A Dref_postgemm_rnn.cpp36 float s, float alpha, float cliping) { in activation()
42 float s, float alpha, float cliping) { in activation()
48 float s, float alpha, float cliping) { in activation()
54 float s, float alpha, float cliping) { in activation()
60 float s, float alpha, float cliping) { in activation()
66 float s, float alpha, float cliping) { in activation()
70 constexpr float linear(float s, float alpha, float clipping) { in linear()
125 const auto alpha = pd_->desc()->alpha; in rnn_postgemm_sig() local
145 const auto alpha = pd_->desc()->alpha; in rnn_postgemm_sig() local
201 const auto alpha = pd_->desc()->alpha; in rnn_postgemm_sig() local
[all …]
/dports/math/blis/blis-0.8.1/frame/2/
H A Dbli_l2_check.c39 obj_t* alpha, in bli_gemv_check()
69 obj_t* alpha, in bli_hemv_check()
104 obj_t* alpha, in bli_symv_check()
139 obj_t* alpha, in bli_trmv_check()
169 obj_t* alpha, in bli_trsv_check()
199 obj_t* alpha, in bli_ger_check()
228 obj_t* alpha, in bli_her_check()
258 obj_t* alpha, in bli_her2_check()
292 obj_t* alpha, in bli_syr_check()
322 obj_t* alpha, in bli_syr2_check()
[all …]
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxblas/level1/
H A Dscal.tcc42 scal_generic(IndexType n, const ALPHA &alpha, Y *y, IndexType incY) in scal_generic()
53 scal_init_generic(IndexType n, const ALPHA &alpha, Y *y, IndexType incY) in scal_init_generic()
69 scal(IndexType n, const ALPHA &alpha, Y *y, IndexType incY) in scal()
79 scal_init(IndexType n, const ALPHA &alpha, Y *y, IndexType incY) in scal_init()
92 scal(IndexType n, float alpha, float *x, IndexType incX) in scal()
102 scal(IndexType n, double alpha, double *x, IndexType incX) in scal()
112 scal(IndexType n, const ComplexFloat &alpha, ComplexFloat *x, IndexType incX) in scal()
123 scal(IndexType n, const ComplexDouble &alpha, ComplexDouble *x, IndexType incX) in scal()
134 scal(IndexType n, float alpha, ComplexFloat *x, IndexType incX) in scal()
144 scal(IndexType n, double alpha, ComplexDouble *x, IndexType incX) in scal()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/TargetMetric/
H A DTMPDerivs.hpp51 void hess_scale( MsqMatrix<3,3> R[6], double alpha ) in hess_scale()
187 double alpha, in pluseq_scaled_outer_product()
193 double alpha, in pluseq_scaled_outer_product()
209 double alpha, in set_scaled_outer_product()
215 double alpha, in set_scaled_outer_product()
423 double alpha, in set_scaled_2nd_deriv_of_det()
569 double alpha, in pluseq_scaled_outer_product_t()
582 double alpha, in pluseq_scaled_outer_product_t()
597 double alpha, in set_scaled_outer_product_t()
610 double alpha, in set_scaled_outer_product_t()
[all …]
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/collection/
H A Dburr.py11 def __init__(self, alpha=1., kappa=1.): argument
14 def _pdf(self, x, alpha, kappa): argument
21 def _cdf(self, x, alpha, kappa): argument
27 def _ppf(self, q, alpha, kappa): argument
30 def _mom(self, k, alpha, kappa): argument
33 def _lower(self, alpha, kappa): argument
38 def _upper(self, alpha, kappa): argument
77 def __init__(self, alpha=1, kappa=1, scale=1, shift=0): argument
/dports/math/libflame/libflame-5.2.0/src/base/flamec/blis/util/
H A Dbl1_rands.c13 void bl1_srands( float* alpha ) in bl1_srands()
18 void bl1_drands( double* alpha ) in bl1_drands()
23 void bl1_crands( scomplex* alpha ) in bl1_crands()
29 void bl1_zrands( dcomplex* alpha ) in bl1_zrands()

12345678910>>...396