Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 25 of 11837) sorted by relevance

12345678910>>...474

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DHMWSoln.h1750 mutable double m_A_Debye;
1762 mutable vector_fp m_tmpV;
1890 mutable vector_fp m_Theta_ij;
1924 mutable vector_fp m_Psi_ijk;
1962 mutable Array2D m_Lambda_nj;
1994 mutable vector_fp m_Mu_nnn;
2085 mutable double elambda[17];
2088 mutable double elambda1[17];
2112 mutable vector_fp m_BMX_IJ;
2151 mutable vector_fp m_Phi_IJ;
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/doc/utils/text/json/
H A Dmutable.scrbl2 @subsection[:tag "text.json.mutable"]{(text json mutable) - Mutable JSON}
10 (text json mutable))
13 (define mutable-json (json->mutable-json json))
15 (mutable-json-object-set! mutable-json "key" '#(("value" . "as object")))
17 (mutable-json->json mutable-json)
24 @define[Function]{@name{mutable-json->json} @args{mutable-json}}
50 @args{mutable-json-object mutable-json-object1 @dots{} mutable-json-object*}}
51 @desc{Merges the @var{mutable-json-object1} and @var{mutable-json-object*} into
52 @var{mutable-json-object}.
64 @var{mutable-json-object}, otherwise returns @code{mutable JSON not found}
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/projection/
H A DossimTransCylEquAreaProjection.h92 mutable double es4; /* es2 * es2 */
93 mutable double es6; /* es4 * es2 */
94 mutable double es; /* sqrt(es2) */
95 mutable double M0;
96 mutable double qp;
97 mutable double One_MINUS_es2; /* 1.0 - es2 */
104 mutable double b2; /* 151.0 * e3 / 96.0 */
120 mutable double Tcea_Min_Easting;
121 mutable double Tcea_Max_Easting;
122 mutable double Tcea_Min_Northing;
[all …]
H A DossimBonneProjection.h83 mutable double Bonn_f; /* Flattening of ellipsoid */
85 mutable double es4; /* es2 * es2 */
86 mutable double es6; /* es4 * es2 */
88 mutable double m1; /* Bonn_m(coslat,sinlat,es2) */
92 mutable double c3; /* 35.0 * es6 / 3072.0 */
94 mutable double a1; /* 21.0 * e2 / 16.0 - 55.0 * e4 / 32.0 */
95 mutable double a2; /* 151.0 * e3 / 96.0 */
96 mutable double a3; /* 1097.0 * e4 / 512.0 */
109 mutable double Bonn_Max_Easting; in exynos_init()
110 mutable double Bonn_Min_Easting;
[all …]
H A DossimObliqueMercatorProjection.h105 mutable double es;
106 mutable double es_OVER_2;
107 mutable double OMerc_A;
108 mutable double OMerc_B;
109 mutable double OMerc_E;
110 mutable double OMerc_gamma;
113 mutable double cos_gamma;
114 mutable double sin_gamma;
116 mutable double cos_azimuth;
117 mutable double A_over_B;
[all …]
H A DossimCassiniProjection.h82 mutable double es4; /* es2 * es2 */
83 mutable double es6; /* es4 * es2 */
84 mutable double M0;
88 mutable double c3; /* 35.0 * es6 / 3072.0 */
89 mutable double One_Minus_es2; /* 1.0 - es2 */
92 mutable double a2; /* 151.0 * e3 / 96.0 */
93 mutable double a3; /* 1097.0 * e4 /512.0 */
103 mutable double Cass_Min_Easting;
104 mutable double Cass_Max_Easting;
105 mutable double Cass_Min_Northing;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/misc/FloatingDecimal/
H A DTestFDBigInteger.java233 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
234 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
235 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
237 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
239 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
287 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
288 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
290 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java234 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
235 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
236 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
239 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
240 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
288 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
289 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
292 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/misc/FloatingDecimal/
H A DTestFDBigInteger.java233 testCmp(mutable("FFFFFFFF", 0), mutable("1", 1)); in testCmp()
234 testCmp(mutable("5", 0), mutable("6", 0)); in testCmp()
235 testCmp(mutable("5", 0), mutable("5", 0)); in testCmp()
237 testCmp(mutable("5000000001", 0), mutable("6", 1)); in testCmp()
238 testCmp(mutable("5000000001", 0), mutable("5", 1)); in testCmp()
239 testCmp(mutable("5000000000", 0), mutable("5", 1)); in testCmp()
287 testAddAndCmp(mutable("00000001", 2), mutable("FFFFFFFF", 0), mutable("FFFFFFFF", 0)); in testAddAndCmp()
288 testAddAndCmp(mutable("00000001", 0), mutable("00000001", 1), mutable("00000001", 0)); in testAddAndCmp()
290 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0F80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
291 …testAddAndCmp(mutable("00000001", 2), mutable("0F0F0F0E80000000", 1), mutable("F0F0F0F080000000", … in testAddAndCmp()
[all …]
/dports/biology/protomol/protomol/framework/frontend/
H A DOutputCache.h99 mutable Real myKE;
100 mutable Real myT;
103 mutable Real myPE;
105 mutable bool myCachedV;
106 mutable Real myV;
109 mutable Real myP;
111 mutable Real myMolP;
129 mutable Real myMass;
141 mutable Real myMolT;
144 mutable Real myMolKE;
[all …]
/dports/textproc/htmlc/htmlc-2.21.0/compiler/
H A Dsetting.mli21 mutable debug : bool;
22 mutable print_env : bool;
23 mutable print_setting : bool;
25 mutable set_writable_target : bool;
30 mutable honor_ssi_include : bool;
31 mutable honor_ssi_binding : bool;
41 mutable quote_dollar : bool;
44 mutable expand_mode : bool;
45 mutable ssi_mode : bool;
46 mutable non_ssi_mode : bool;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/tests/
H A DImmutableListBuilderTest.cs77 mutable.Add(1); in SeveralChanges()
169 mutable.Add(1); in Remove()
170 mutable.Add(2); in Remove()
171 mutable.Add(3); in Remove()
198 mutable.Add(1); in RemoveAt()
199 mutable.Add(2); in RemoveAt()
200 mutable.Add(3); in RemoveAt()
228 mutable.Clear(); in Clear()
232 mutable.Clear(); in Clear()
248 mutable[1] = 5; in Indexer()
[all …]
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/new-meth/
H A DUlxrIdlTest_ulxr_client.h96 mutable std::string ulxr_refFor_first_url4_ovr3;
97 mutable std::string ulxr_refFor_first_url4_ovr2;
100 mutable std::string ulxr_refFor_constRefTest;
101 mutable long int ulxr_refFor_firstViewConst;
102 mutable std::string ulxr_refFor_firstView;
103 mutable std::wstring ulxr_refFor_nextView1;
104 mutable std::string ulxr_refFor_nextView2;
105 mutable std::wstring ulxr_refFor_getObject;
106 mutable std::string ulxr_refFor_last_url4_ovr0;
107 mutable std::string ulxr_refFor_last_url4_ovr1;
[all …]
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/orig-meth/
H A DUlxrIdlTest_ulxr_client.h96 mutable std::string ulxr_refFor_first_url4_ovr3;
97 mutable std::string ulxr_refFor_first_url4_ovr2;
100 mutable std::string ulxr_refFor_constRefTest;
101 mutable long int ulxr_refFor_firstViewConst;
102 mutable std::string ulxr_refFor_firstView;
103 mutable std::wstring ulxr_refFor_nextView1;
104 mutable std::string ulxr_refFor_nextView2;
105 mutable std::wstring ulxr_refFor_getObject;
106 mutable std::string ulxr_refFor_last_url4_ovr0;
107 mutable std::string ulxr_refFor_last_url4_ovr1;
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreAutoParamDataSource.h62 mutable Affine3 mWorldMatrix[256];
63 mutable size_t mWorldMatrixCount;
65 mutable Affine3 mWorldViewMatrix;
66 mutable Matrix4 mViewProjMatrix;
73 mutable Vector4 mCameraPosition;
80 mutable Affine3 mViewMatrix;
81 mutable Matrix4 mProjectionMatrix;
87 mutable bool mWorldMatrixDirty;
88 mutable bool mViewMatrixDirty;
89 mutable bool mProjMatrixDirty;
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreAutoParamDataSource.h75 mutable Vector4 mCameraPosition;
82 mutable Matrix4 mViewMatrix;
85 mutable Vector4 mLodCameraPosition;
89 mutable bool mViewMatrixDirty;
90 mutable bool mProjMatrixDirty;
99 mutable bool mCameraPositionDirty;
106 mutable ColourValue mAmbientLight;
108 mutable Vector4 mFogParams;
109 mutable int mPassNumber;
110 mutable Vector4 mSceneDepthRange;
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DTmpUniversalInvolutiveBasisContainer.H322 mutable RingElem hilbertPol;
323 mutable RingElem hilbertSeries;
325 mutable long degree;
328 mutable long dimension;
331 mutable bool3 isHomogeneous;
332 mutable bool3 isMonomial;
333 mutable bool3 isDeltaRegular;
336 mutable long depth;
337 mutable long projDim;
342 mutable long regularity;
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DTmpUniversalInvolutiveBasisContainer.H322 mutable RingElem hilbertPol;
323 mutable RingElem hilbertSeries;
325 mutable long degree;
328 mutable long dimension;
331 mutable bool3 isHomogeneous;
332 mutable bool3 isMonomial;
333 mutable bool3 isDeltaRegular;
336 mutable long depth;
337 mutable long projDim;
342 mutable long regularity;
[all …]

12345678910>>...474