Home
last modified time | relevance | path

Searched +defs:b +defs:gamma (Results 251 – 275 of 3255) sorted by relevance

1...<<11121314151617181920>>...131

/dports/math/R-cran-igraph/igraph/src/
H A Dpottsmodel_2.cpp173 unsigned long PottsModel::initialize_lookup(double kT, double gamma) { in initialize_lookup()
257 double PottsModel::calculate_genQ(double gamma) { in calculate_genQ()
274 double PottsModel::calculate_energy(double gamma) { in calculate_energy()
298 double PottsModel::FindStartTemp(double gamma, double prob, double ts) { in FindStartTemp()
895 double PottsModel::FindCommunityFromStart(double gamma, double prob, in FindCommunityFromStart()
1152 double kT, double gamma) { in WriteClusters()
1341 double gamma, acc; in GammaSweep() local
1425 double gamma, acc; in GammaSweepZeroTemp() local
1960 double PottsModelN::FindStartTemp(double gamma, double lambda, double ts) { in FindStartTemp()
1987 double gamma, in WriteClusters()
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/linear_model/tests/
H A Dtest_huber.py49 # Test that the gradient calculated by _huber_loss_and_gradient is correct
72 def test_huber_sample_weights():
75 X, y = make_regression_with_outliers()
88 assert_array_almost_equal(huber.coef_ / scale, huber_coef / scale)
/dports/science/lammps/lammps-stable_29Sep2021/tools/i-pi/ipi/utils/
H A Dmathtools.py188 def abc2h(a, b, c, alpha, beta, gamma): argument
/dports/math/octave-forge-control/control-3.3.1/src/
H A Dsl_sb10dd.cc75 Matrix b = args(1).matrix_value (); variable
81 double gamma = args(6).double_value (); variable
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dgroupnorm.cpp95 float b; in forward_inplace() local
98 float gamma = gamma_data[g * channels_per_group + q]; in forward_inplace() local
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dgroupnorm.cpp95 float b; in forward_inplace() local
98 float gamma = gamma_data[g * channels_per_group + q]; in forward_inplace() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/
H A DQ3BSPLoad.cpp160 float gamma=2.5f; in LoadLightmaps() local
165 float r, g, b; in LoadLightmaps() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/
H A DQ3BSPLoad.cpp160 float gamma=2.5f; in LoadLightmaps() local
165 float r, g, b; in LoadLightmaps() local
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dgroupnorm.cpp95 float b; in forward_inplace() local
98 float gamma = gamma_data[g * channels_per_group + q]; in forward_inplace() local
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dgroupnorm.cpp95 float b; in forward_inplace() local
98 float gamma = gamma_data[g * channels_per_group + q]; in forward_inplace() local
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dgroupnorm.cpp95 float b; in forward_inplace() local
98 float gamma = gamma_data[g * channels_per_group + q]; in forward_inplace() local
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/collection/
H A Dbeta.py11 def __init__(self, a=1, b=1): argument
14 def _pdf(self, x, a, b): argument
19 def _cdf(self, x, a, b): argument
22 def _ppf(self, qloc, a, b): argument
25 def _mom(self, k, a, b): argument
28 def _ttr(self, n, a, b): argument
38 def _lower(self, a, b): argument
41 def _upper(self, a, b): argument
270 def __init__(self, lower, mode, upper, gamma=4): argument
/dports/math/R/R-4.1.2/src/library/grDevices/R/
H A DconvertColor.R54 function(red, green, blue, name = NULL, white = "D65", gamma = 2.2) argument
142 RGBcolorConverter <- function(..., gamma) { argument
157 blue = c(0.1550,0.0700),gamma = 1.8, nameattr
163 blue = c(0.1500,0.0600), gamma = "sRGB", nameattr
169 blue = c(0.1670,0.0090), gamma = 2.2, nameattr
246 b <- -5*Y functionVar
262 `%^%` <- function(a,b) sign(a) * (abs(a) ^ b) argument
/dports/math/libRmath/R-4.1.1/src/library/grDevices/R/
H A DconvertColor.R54 function(red, green, blue, name = NULL, white = "D65", gamma = 2.2) argument
142 RGBcolorConverter <- function(..., gamma) { argument
157 blue = c(0.1550,0.0700),gamma = 1.8, nameattr
163 blue = c(0.1500,0.0600), gamma = "sRGB", nameattr
169 blue = c(0.1670,0.0090), gamma = 2.2, nameattr
246 b <- -5*Y functionVar
262 `%^%` <- function(a,b) sign(a) * (abs(a) ^ b) argument
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dparametric_intern.h151 int alpha, beta, a, b; in PN() local
167 int alpha, beta, gamma, a, b, c; in PN() local
613 int alpha, beta, gamma; in PN() local
658 int i, alpha, beta, gamma, delta; in PN() local
762 int iq, bf, alpha, beta, gamma, i; in PN() local
/dports/math/flopc++/FlopCpp-d4c1d98/FlopCpp/examples/
H A Daircraft.cpp16 enum {a, b, c, d, numA}; enumerator
64 gamma(j,h), // probability of exceeding demand increment h on route j in main() local
92 b(j,h), // passengers bumped in main() local
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqcolortransferfunction_p.h67 QColorTransferFunction(float a, float b, float c, float d, float e, float f, float g) noexcept in QColorTransferFunction()
97 float a, b, c, d, e, f, g; in inverted() local
125 static QColorTransferFunction fromGamma(float gamma) in fromGamma()

1...<<11121314151617181920>>...131