Home
last modified time | relevance | path

Searched refs:igamma (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/src/colors/
H A Dkcolorspaces.cpp39 qreal KHCY::igamma(qreal n) in igamma() function in KHCY
136 return QColor::fromRgbF(igamma(tp), igamma(to), igamma(tn), a); in qColor()
138 return QColor::fromRgbF(igamma(to), igamma(tp), igamma(tn), a); in qColor()
140 return QColor::fromRgbF(igamma(tn), igamma(tp), igamma(to), a); in qColor()
142 return QColor::fromRgbF(igamma(tn), igamma(to), igamma(tp), a); in qColor()
144 return QColor::fromRgbF(igamma(to), igamma(tn), igamma(tp), a); in qColor()
146 return QColor::fromRgbF(igamma(tp), igamma(tn), igamma(to), a); in qColor()
/dports/math/R-cran-fracdiff/fracdiff/src/
H A Dfdgam.c132 if (gammfd_.igamma != 0) { in dgamma_()
187 gammfd_.igamma = 11; in dgamma_()
192 gammfd_.igamma = 12; in dgamma_()
204 gammfd_.igamma = 13; in dgamma_()
230 gammfd_.igamma = 14; in dgamma_()
263 gammfd_.igamma = 12; in dgamma_()
435 gammfd_.igamma = 21; in d9gaml_()
458 gammfd_.igamma = 22; in d9gaml_()
535 gammfd_.igamma = 51; in d9lgmc_()
679 gammfd_.igamma = 61; in dlngam_()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/isdb/
H A DRescale.cpp371 void Rescale::doMonteCarlo(unsigned igamma, double oldE, in doMonteCarlo() argument
389 oldB = bias_[igamma]+bargs[igamma]; in doMonteCarlo()
392 oldB = bias_[igamma]; in doMonteCarlo()
398 igamma = new_igamma; in doMonteCarlo()
405 if(multi_sim_comm.Get_rank()!=0) igamma = 0; in doMonteCarlo()
406 multi_sim_comm.Sum(&igamma, 1); in doMonteCarlo()
408 igamma = 0; in doMonteCarlo()
411 comm.Sum(&igamma, 1); in doMonteCarlo()
488 getPntrToComponent("wtbias")->set(bias_[igamma]); in calculate()
490 getPntrToComponent("igamma")->set(igamma); in calculate()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/libraries/rainbow/src/
H A Drainbow.cpp170 return QColor::fromRgbF(igamma(tp), igamma(to), igamma(tn), a); in qColor()
174 return QColor::fromRgbF(igamma(to), igamma(tp), igamma(tn), a); in qColor()
178 return QColor::fromRgbF(igamma(tn), igamma(tp), igamma(to), a); in qColor()
182 return QColor::fromRgbF(igamma(tn), igamma(to), igamma(tp), a); in qColor()
186 return QColor::fromRgbF(igamma(to), igamma(tn), igamma(tp), a); in qColor()
190 return QColor::fromRgbF(igamma(tp), igamma(tn), igamma(to), a); in qColor()
205 static qreal igamma(qreal n) in igamma() function in KHCY
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/symmetry/
H A Dcorrtab.h85 int degen(int igamma) const;
87 int subdegen(int igamma) const;
90 int ngamma(int igamma) const { return ngamma_[igamma]; } in ngamma() argument
93 int gamma(int igamma, int i) const { return gamma_[igamma][i]; } in gamma() argument
/dports/math/reduce/Reduce-svn5758-src/packages/specfn/
H A Dsfigamma.red1 module igamma;
11 % igamma (for x<=1 or x<a).
16 % igamma!:eval(a,x) - returns the value at point x of the
64 %% operator igamma , igamma!:eval, ibeta, ibeta!:eval;
71 %%% Set up rule definitions for igamma and ibeta functions.
75 %% igamma(~a,~x) => igamma!:eval(a,x)
116 expr procedure igamma!:cont!:frac(a,x,iter,iter_max);
131 % Function igamma!:eval returns the value at point x of the
134 expr procedure igamma!:eval(a,x);
150 frac := igamma!:cont!:frac(a,x,1,1);
[all …]
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Digamma.m21 %% @defmethod @@sym igamma (@var{nu}, @var{x})
28 %% igamma (nu, x)
37 %% igamma (nu, x)
50 function y = igamma(a, z) function
62 %! assert (isequal (igamma (2, x), gammainc(x, 2, 'upper')))
66 %! B = double (igamma (sym(3), 1));
71 %! % something like a round trip: no igamma(<double>)
73 %! f = igamma (a, x);
76 %! B = double (igamma (sym(11)/10, sym(22)/10));
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygencolorutils.cpp288 static inline double igamma(double n) in igamma() function
395 if( _hs < 1.0 ) return Rgba( igamma( tp ), igamma( to ), igamma( tn ), a ); in rgba()
396 else if( _hs < 2.0 ) return Rgba( igamma( to ), igamma( tp ), igamma( tn ), a ); in rgba()
397 else if( _hs < 3.0 ) return Rgba( igamma( tn ), igamma( tp ), igamma( to ), a ); in rgba()
398 else if( _hs < 4.0 ) return Rgba( igamma( tn ), igamma( to ), igamma( tp ), a ); in rgba()
399 else if( _hs < 5.0 ) return Rgba( igamma( to ), igamma( tn ), igamma( tp ), a ); in rgba()
400 else return Rgba( igamma( tp ), igamma( tn ), igamma( to ), a ); in rgba()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygencolorutils.cpp288 static inline double igamma(double n) in igamma() function
395 if( _hs < 1.0 ) return Rgba( igamma( tp ), igamma( to ), igamma( tn ), a ); in rgba()
396 else if( _hs < 2.0 ) return Rgba( igamma( to ), igamma( tp ), igamma( tn ), a ); in rgba()
397 else if( _hs < 3.0 ) return Rgba( igamma( tn ), igamma( tp ), igamma( to ), a ); in rgba()
398 else if( _hs < 4.0 ) return Rgba( igamma( tn ), igamma( to ), igamma( tp ), a ); in rgba()
399 else if( _hs < 5.0 ) return Rgba( igamma( to ), igamma( tn ), igamma( tp ), a ); in rgba()
400 else return Rgba( igamma( tp ), igamma( tn ), igamma( to ), a ); in rgba()
/dports/math/R-cran-Rmpfr/Rmpfr/man/
H A Digamma.Rd1 \name{igamma}
2 \alias{igamma}
6 \code{mpfr_gamma_inc(a,x)}, the \R interface of which is \code{igamma(a,x)}, where
7 \code{igamma(a,x)} is the \dQuote{upper} incomplete gamma function
18 we get \preformatted{ igamma(a,x) == gamma(a) * pgamma(x, a, lower.tail=FALSE)}
21 igamma(a, x, rnd.mode = c("N", "D", "U", "Z", "A"))
52 all.equal(igamma(Const("pi", 80), x),
58 all.equal(igamma(Const("pi", 80), x),
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
H A DCudaSpecialFunctions.h108 using numext::igamma;
110 igamma(a.x, x.x),
111 igamma(a.y, x.y),
112 igamma(a.z, x.z),
113 igamma(a.w, x.w));
119 using numext::igamma;
120 return make_double2(igamma(a.x, x.x), igamma(a.y, x.y));
/dports/emulators/tilem/tilem-2.0/emu/
H A Dgraycolor.c35 double igamma = 1.0 / gamma; in tilem_color_palette_new() local
49 r = pow(r0 + i * dr, igamma) * 255.0 + 0.5; in tilem_color_palette_new()
53 g = pow(g0 + i * dg, igamma) * 255.0 + 0.5; in tilem_color_palette_new()
57 b = pow(b0 + i * db, igamma) * 255.0 + 0.5; in tilem_color_palette_new()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dschememanager.cpp42 static qreal igamma(qreal);
299 qreal HCYColorSpace::igamma(qreal n) in igamma() function in HCYColorSpace
420 return QColor::fromRgbF(igamma(tp), igamma(to), igamma(tn), a); in qColor()
424 return QColor::fromRgbF(igamma(to), igamma(tp), igamma(tn), a); in qColor()
428 return QColor::fromRgbF(igamma(tn), igamma(tp), igamma(to), a); in qColor()
432 return QColor::fromRgbF(igamma(tn), igamma(to), igamma(tp), a); in qColor()
436 return QColor::fromRgbF(igamma(to), igamma(tn), igamma(tp), a); in qColor()
440 return QColor::fromRgbF(igamma(tp), igamma(tn), igamma(to), a); in qColor()
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/mainview/
H A Dthememanager_p.cpp69 static qreal igamma(qreal);
335 qreal HCYColorSpace::igamma(qreal n) in igamma() function in Digikam::HCYColorSpace
463 return QColor::fromRgbF(igamma(tp), igamma(to), igamma(tn), a); in qColor()
467 return QColor::fromRgbF(igamma(to), igamma(tp), igamma(tn), a); in qColor()
471 return QColor::fromRgbF(igamma(tn), igamma(tp), igamma(to), a); in qColor()
475 return QColor::fromRgbF(igamma(tn), igamma(to), igamma(tp), a); in qColor()
479 return QColor::fromRgbF(igamma(to), igamma(tn), igamma(tp), a); in qColor()
483 return QColor::fromRgbF(igamma(tp), igamma(tn), igamma(to), a); in qColor()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/function/distribution/
H A DROL_Gamma.hpp62 Real igamma(const Real s, const Real x) const { in igamma() function in ROL::Gamma
94 return ((input <= 0.) ? 0. : igamma(shape_,input/scale_)/gamma_shape_); in evaluateCDF()
99 return ((input <= 0.) ? 0. : (x*igamma(shape_,x) - igamma(shape_+1.,x))/scale_); in integrateCDF()
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Depscopy.f9040 integer :: igamma,nrq0,nrq1,nmtx,ng,ngmax,iowner local
99 igamma = 0
101 igamma = 1
104 if(igamma.eq.0) then
122 call open_file(unit=11,file=filename,form='unformatted',status='old',iostat=igamma)
143 if(igamma.eq.0) then
244 call MPI_BCAST(igamma,1,MPI_INTEGER,0,MPI_COMM_WORLD,mpierr)
441 if(igamma.ne.0) then
519 if(igamma == 0) then
650 if (igamma.ne.0) then
[all …]

12345678910>>...24