Home
last modified time | relevance | path

Searched refs:qR (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/dports/math/gap/gap-4.11.0/src/
H A Dfinfield.c623 else if ( qL % qR == 0 && (qL-1) % (qR-1) == 0 ) { in SumFFEFFE()
627 else if ( qR % qL == 0 && (qR-1) % (qL-1) == 0 ) { in SumFFEFFE()
782 else if ( qL % qR == 0 && (qL-1) % (qR-1) == 0 ) { in DiffFFEFFE()
786 else if ( qR % qL == 0 && (qR-1) % (qL-1) == 0 ) { in DiffFFEFFE()
905 else if ( qL % qR == 0 && (qL-1) % (qR-1) == 0 ) { in ProdFFEFFE()
909 else if ( qR % qL == 0 && (qR-1) % (qL-1) == 0 ) { in ProdFFEFFE()
1065 else if ( qL % qR == 0 && (qL-1) % (qR-1) == 0 ) { in QuoFFEFFE()
1069 else if ( qR % qL == 0 && (qR-1) % (qL-1) == 0 ) { in QuoFFEFFE()
1292 else if ( qZ % qR == 0 && (qZ-1) % (qR-1) == 0 ) { in FuncLOG_FFE_DEFAULT()
1297 else if ( qR % qZ == 0 && (qR-1) % (qZ-1) == 0 ) { in FuncLOG_FFE_DEFAULT()
[all …]
/dports/databases/grass7/grass-7.8.6/raster3d/r3.showdspf/
H A DBallAux.c11 Quat Qt_Mul(Quat qL, Quat qR) in Qt_Mul() argument
15 qq.w = qL.w * qR.w - qL.x * qR.x - qL.y * qR.y - qL.z * qR.z; in Qt_Mul()
16 qq.x = qL.w * qR.x + qL.x * qR.w + qL.y * qR.z - qL.z * qR.y; in Qt_Mul()
17 qq.y = qL.w * qR.y + qL.y * qR.w + qL.z * qR.x - qL.x * qR.z; in Qt_Mul()
18 qq.z = qL.w * qR.z + qL.z * qR.w + qL.x * qR.y - qL.y * qR.x; in Qt_Mul()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/map-object/
H A Darcball.c46 static Quat Qt_Mul(Quat qL, Quat qR);
214 Quat qR) in Qt_Mul() argument
217 qq.w = qL.w*qR.w - qL.x*qR.x - qL.y*qR.y - qL.z*qR.z; in Qt_Mul()
218 qq.x = qL.w*qR.x + qL.x*qR.w + qL.y*qR.z - qL.z*qR.y; in Qt_Mul()
219 qq.y = qL.w*qR.y + qL.y*qR.w + qL.z*qR.x - qL.x*qR.z; in Qt_Mul()
220 qq.z = qL.w*qR.z + qL.z*qR.w + qL.x*qR.y - qL.y*qR.x; in Qt_Mul()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Material/
H A DRousselierTanguyBesson2002StressCriterion.ixx34 os << "{DR: " << p.DR << ", qR: " << p.qR << "}";
62 * + \frac{2}{3} f DR \exp\left( qR
83 return (3 * p.qR * (pr / 2) * iomf * ilf);
88 const auto C = 3 * p.qR * pr * iomf / 2;
109 const auto dS = seq * iomf + f * p.qR * p.DR * iomf * pr * e;
154 const auto fDq = f * p.DR * p.qR;
218 const auto fDq = f * p.DR * p.qR;
246 (fDq / 2) * p.qR * iomf2 * iss * iss2 * sm * e * id;
249 p.DR * (p.qR / 3) * iomf2 * iss * e * id + //
250 (fDq / 2) * p.qR * iomf * iomf2 * iss2 * sm * e * id;
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/collada/
H A DDecompose.cpp97 Quat Qt_Mul(Quat qL, Quat qR) in Qt_Mul() argument
100 qq.w = qL.w*qR.w - qL.x*qR.x - qL.y*qR.y - qL.z*qR.z; in Qt_Mul()
101 qq.x = qL.w*qR.x + qL.x*qR.w + qL.y*qR.z - qL.z*qR.y; in Qt_Mul()
102 qq.y = qL.w*qR.y + qL.y*qR.w + qL.z*qR.x - qL.x*qR.z; in Qt_Mul()
103 qq.z = qL.w*qR.z + qL.z*qR.w + qL.x*qR.y - qL.y*qR.x; in Qt_Mul()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DMatrixDecomposition.cpp86 Quat Qt_Mul(Quat qL, Quat qR) in Qt_Mul() argument
89 qq.w = qL.w*qR.w - qL.x*qR.x - qL.y*qR.y - qL.z*qR.z; in Qt_Mul()
90 qq.x = qL.w*qR.x + qL.x*qR.w + qL.y*qR.z - qL.z*qR.y; in Qt_Mul()
91 qq.y = qL.w*qR.y + qL.y*qR.w + qL.z*qR.x - qL.x*qR.z; in Qt_Mul()
92 qq.z = qL.w*qR.z + qL.z*qR.w + qL.x*qR.y - qL.y*qR.x; in Qt_Mul()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DMatrixDecomposition.cpp86 Quat Qt_Mul(Quat qL, Quat qR) in Qt_Mul() argument
89 qq.w = qL.w*qR.w - qL.x*qR.x - qL.y*qR.y - qL.z*qR.z; in Qt_Mul()
90 qq.x = qL.w*qR.x + qL.x*qR.w + qL.y*qR.z - qL.z*qR.y; in Qt_Mul()
91 qq.y = qL.w*qR.y + qL.y*qR.w + qL.z*qR.x - qL.x*qR.z; in Qt_Mul()
92 qq.z = qL.w*qR.z + qL.z*qR.w + qL.x*qR.y - qL.y*qR.x; in Qt_Mul()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSANS_benchmark2.comp224 double R,qR;
380 qR = Q*R;
383 out = 3.0*(sin(qR)-qR*cos(qR))/(qR*qR*qR);
392 qR = Q*R;
395 out = 3.0*(sin(qR)-qR*cos(qR))/(qR*qR*qR);
406 qR = Q*R;
409 out = 3.0*(sin(qR)-qR*cos(qR))/(qR*qR*qR);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dthermochemistry.cpp144 double qR = temperature / (sigma_r * theta[0]); in calcRotationalEntropy() local
145 sR = RGAS * (std::log(qR) + 1); in calcRotationalEntropy()
151 double qR = std::sqrt(M_PI * std::pow(temperature, 3) / Q) / sigma_r; in calcRotationalEntropy() local
152 sR = RGAS * (std::log(qR) + 1.5); in calcRotationalEntropy()
/dports/sysutils/nix/nix-2.3.10/tests/
H A Dexport.sh9 nix-store --export $(nix-store -qR $outPath) > $TEST_ROOT/exp_all
29 nix-store --export $(nix-store -qR $outPath) > $TEST_ROOT/exp_all2
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A Dtestbed_tests.inc492 #define mM1 qR dO1
1027 #define qR "x" q71
1198 #define UQ mT hF3,aK2(aJ2 hF3)LNG_ONLY(aJ2 hF3)qR"ge_and_eq",oX2 dE1
1201 #define SR mT dF3,aK2(aJ2 dF3)LNG_ONLY(aJ2 dF3)qR"ge_or_eq",oY2 dE1
1203 #define UR mT dH3,aK2(aJ2 dH3)LNG_ONLY(aJ2 dH3)qR"ge_or_ne",oY2 dF1
1208 #define US mT dI3,aK2(aJ2 dI3)LNG_ONLY(aJ2 dI3)qR"gt_or_eq" m81 dE1
1211 #define ST mT dL3,aK2(aJ2 dL3)LNG_ONLY(aJ2 dL3)qR"gt_or_ne" m81 dF1
1250 #define Ya mT dU3,aK2(aJ2 dU3)LNG_ONLY(aJ2 dU3)qR"lt_or_eq" q82 dE1
1254 #define Wb mT dY3,aK2(aJ2 dY3)LNG_ONLY(aJ2 dY3)qR"lt_or_ne" q82 dF1
1260 #define Yc mT Nor2,aK2(aJ2 Nor2)LNG_ONLY(aJ2 Nor2)qR"nor2",hW3},
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dred.h149 u32 qR; /* Cached random number */ member
390 return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); in red_mark_probability()
428 v->qR = red_random(p); in red_action()
432 v->qR = red_random(p); in red_action()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dred.h149 u32 qR; /* Cached random number */ member
390 return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); in red_mark_probability()
428 v->qR = red_random(p); in red_action()
432 v->qR = red_random(p); in red_action()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dred.h149 u32 qR; /* Cached random number */ member
390 return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); in red_mark_probability()
428 v->qR = red_random(p); in red_action()
432 v->qR = red_random(p); in red_action()
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementBeamIGA.cpp503 ChQuaternion<> qR = nodes[0]->coord.rot * qda; in ComputeInternalForces_impl() local
506 ChMatrix33<> R(qR); in ComputeInternalForces_impl()
530 q_delta = qR.GetConjugate() * q_i; in ComputeInternalForces_impl()
668 ChQuaternion<> qR = nodes[0]->coord.rot * qda; in ComputeInternalForces_impl() local
677 w_sect = qR.RotateBack(w_sect); // w in sectional csys in ComputeInternalForces_impl()
682 Fi.segment(i * 6, 3) -= w * Jsu * Jue * N(0, i) * qR.Rotate(mFcent_i).eigen(); in ComputeInternalForces_impl()
873 ChQuaternion<> qR = nodes[0]->GetX0().GetRot() * qda; in SetupInitial() local
876 ChMatrix33<> R(qR); in SetupInitial()
892 q_delta = qR.GetConjugate() * q_i; in SetupInitial()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/ftp/proftpd/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/t/etc/modules/mod_sftp/
H A Dtest_rsa2048_key2.pub1 …9GoniSEiHTPK+XfyND83zIihJO16VxUVUMStR5yHBd133SVar4yKo8fv9wfgOxDcfGLxgWrkgXv/3qR/8zNaQ== tj@familiar
/dports/biology/mothur/mothur-1.46.1/source/chimera/
H A DmyPerseus.cpp726 string qR, rR; in threeWayAlign() local
729 basicPairwiseAlignSeqs(query, parent2, qR, rR, model); in threeWayAlign()
732 int rLength = qR.length(); in threeWayAlign()
744 if(qL[lIndex] == qR[rIndex]){ in threeWayAlign()
749 qRNew += qR[rIndex]; in threeWayAlign()
768 else if(qR[rIndex] == '-' || qR[rIndex] == '.'){ in threeWayAlign()
770 qRNew += qR[rIndex]; in threeWayAlign()

12345678910>>...24