Home
last modified time | relevance | path

Searched refs:coeffI (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/cemu/CEmu-1.3/gui/qt/tivarslib/TypeHandlers/
H A DTH_GenericComplex.cpp126 std::string coeffI = handlerI(data_t(mid, data.cend()), options); in makeStringFromData() local
129 const bool coeffIZero = coeffI == "0"; in makeStringFromData()
131 str.reserve(coeffR.length() + 1 + coeffI.length() + 1); in makeStringFromData()
135 if (!coeffRZero && !coeffIZero && coeffI.front() != '-' && coeffI.front() != '+') { in makeStringFromData()
139 if (coeffI != "1") { in makeStringFromData()
140 str += coeffI; in makeStringFromData()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/MetaModel/TensorApproximation/
H A DCanonicalTensorGradient.cxx114 const Point coeffI(evaluation_.getCoefficients(i, j)); in gradient() local
119 if (coeffI[k] != 0.0) in gradient()
121 sumI += coeffI[k] * phiXj[k]; in gradient()
122 sumdI += coeffI[k] * dphiXj[k]; in gradient()
/dports/science/libcint/libcint-5.1.0/src/
H A Dcart2sph.c3960 double *coeffR, *coeffI; in a_bra_cart2spinor_si() local
4010 double *coeffR, *coeffI; in a_bra_cart2spinor_sf() local
4058 double *coeffR, *coeffI; in a_bra1_cart2spinor_si() local
4110 double *coeffR, *coeffI; in a_bra1_cart2spinor_sf() local
4167 double *coeffR, *coeffI; in a_bra1_cart2spinor_zi() local
4231 double *coeffR, *coeffI; in a_bra1_cart2spinor_zf() local
4283 double *coeffR, *coeffI;
4335 double *coeffR, *coeffI;
4380 double *coeffR, *coeffI; in a_ket_cart2spinor() local
4460 double *coeffR, *coeffI; in a_ket1_cart2spinor() local
[all …]
/dports/biology/bolt-lmm/BOLT-LMM_v2.3.4/src/
H A DBolt.hpp150 uint64 B, double coeffI=1.0) const;
H A DBoltReml.cpp78 uint64 B, double coeffI) const { in multThetaMinusIs()
166 vcXscale2s[v+1] * multCovCompVecs[v*BxNC + bnc] - coeffI * xCovCompVecs[bnc]; in multThetaMinusIs()