Home
last modified time | relevance | path

Searched refs:Calculate (Results 1 – 25 of 5437) sorted by relevance

12345678910>>...218

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DDataStatistics.h210 values[0] = Calculate(n, data, mask);
277 values[0] = Calculate(n, data, mask);
320 values[0] = Calculate(n, data, mask);
363 values[0] = Calculate(n, data, mask);
406 values[0] = Calculate(n, data, mask);
449 values[0] = Calculate(n, data, mask);
535 values[0] = Calculate(n, data, mask);
577 values[0] = Calculate(n, data, mask);
878 Calculate(mean, mad, n, data, mask);
996 return Min::Calculate(n, data); in CalculateGivenSortedData()
[all …]
H A DDataOp.h207 static double Calculate(vtkDataArray *data, const bool *mask = NULL) \
213 case VTK_SHORT: return Calculate(n, reinterpret_cast<const short *>(p), mask); \
214 case VTK_INT: return Calculate(n, reinterpret_cast<const int *>(p), mask); \
215 case VTK_FLOAT: return Calculate(n, reinterpret_cast<const float *>(p), mask); \
216 case VTK_DOUBLE: return Calculate(n, reinterpret_cast<const double *>(p), mask); \
236 static void Calculate(double &v1, double &v2, vtkDataArray *data, const bool *mask = NULL) \
242 case VTK_SHORT: Calculate(v1, v2, n, reinterpret_cast<const short *>(p), mask); break; \
243 case VTK_INT: Calculate(v1, v2, n, reinterpret_cast<const int *>(p), mask); break; \
244 case VTK_FLOAT: Calculate(v1, v2, n, reinterpret_cast<const float *>(p), mask); break; \
245 case VTK_DOUBLE: Calculate(v1, v2, n, reinterpret_cast<const double *>(p), mask); break; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/preferences/tracked/
H A Dpref_hash_calculator_unittest.cc34 ASSERT_EQ(calc1.Calculate("pref_path", &string_value_1), in TEST()
35 calc1_dup.Calculate("pref_path", &string_value_1)); in TEST()
41 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
42 calc2.Calculate("pref_path", &string_value_1)); in TEST()
48 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
49 calc3.Calculate("pref_path", &string_value_1)); in TEST()
52 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
53 calc1.Calculate("pref_path", &string_value_2)); in TEST()
56 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
57 calc1.Calculate("pref_path_2", &string_value_1)); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/preferences/tracked/
H A Dpref_hash_calculator_unittest.cc34 ASSERT_EQ(calc1.Calculate("pref_path", &string_value_1), in TEST()
35 calc1_dup.Calculate("pref_path", &string_value_1)); in TEST()
41 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
42 calc2.Calculate("pref_path", &string_value_1)); in TEST()
48 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
49 calc3.Calculate("pref_path", &string_value_1)); in TEST()
52 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
53 calc1.Calculate("pref_path", &string_value_2)); in TEST()
56 ASSERT_NE(calc1.Calculate("pref_path", &string_value_1), in TEST()
57 calc1.Calculate("pref_path_2", &string_value_1)); in TEST()
[all …]
/dports/math/gnome-calculator/gnome-calculator-41.1/tests/
H A Dbasic_mode.feature10 * Calculate "<expression>"
22 * Calculate "987654321^789456 +123456789"
27 * Calculate "<expression>"
39 * Calculate "-987654321^98-987654321"
44 * Calculate "10 / 3 * 3"
49 * Calculate "<expression>"
67 * Calculate "5/0"
72 * Calculate "0.0/0.0"
77 * Calculate "<expression>"
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/examples/example07/reference/
H A DCH4.tddfpt.out73 Calculate Environ contribution to response potential
92 Calculate Environ contribution to response potential
111 Calculate Environ contribution to response potential
130 Calculate Environ contribution to response potential
149 Calculate Environ contribution to response potential
168 Calculate Environ contribution to response potential
187 Calculate Environ contribution to response potential
206 Calculate Environ contribution to response potential
225 Calculate Environ contribution to response potential
244 Calculate Environ contribution to response potential
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/
H A DTestDigest.cpp18 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::MD5, "").c_str(), "d41d8cd98f00b204e9800998ecf8427e… in TEST()
19 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::MD5, nullptr, 0).c_str(), "d41d8cd98f00b204e9800998… in TEST()
34 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::MD5, "asdf").c_str(), "912ec803b2ce49e4a541068d495a… in TEST()
35 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::MD5, "asdf", 4).c_str(), "912ec803b2ce49e4a541068d4… in TEST()
46 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::SHA1, "").c_str(), "da39a3ee5e6b4b0d3255bfef9560189… in TEST()
47 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::SHA1, "asdf").c_str(), "3da541559918a808c2402bba501… in TEST()
52 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::SHA256, "").c_str(), "e3b0c44298fc1c149afbf4c8996fb… in TEST()
53 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::SHA256, "asdf").c_str(), "f0e4c2f76c58916ec258f2468… in TEST()
58 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::SHA512, "").c_str(), "cf83e1357eefb8bdf1542850d66d8… in TEST()
59 …EXPECT_STREQ(CDigest::Calculate(CDigest::Type::SHA512, "asdf").c_str(), "401b09eab3c013d4ca54922bb… in TEST()
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dtrig.tcllib.man46 Calculate the cosecant of the angle (1/cos(angle))
52 Calculate the secant of the angle (1/sin(angle))
71 Calculate the arc cosecant of the value
77 Calculate the arc secant of the value
83 Calculate the arc cotangent of the value
113 Calculate the arc hyperbolic sine of the value
119 Calculate the arc hyperbolic cosine of the value
137 Calculate the arc hyperbolic secant of the value
156 Calculate the sine of the angle (in degrees)
162 Calculate the cosine of the angle (in degrees)
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dtrig.tcllib.man46 Calculate the cosecant of the angle (1/cos(angle))
52 Calculate the secant of the angle (1/sin(angle))
71 Calculate the arc cosecant of the value
77 Calculate the arc secant of the value
83 Calculate the arc cotangent of the value
113 Calculate the arc hyperbolic sine of the value
119 Calculate the arc hyperbolic cosine of the value
137 Calculate the arc hyperbolic secant of the value
156 Calculate the sine of the angle (in degrees)
162 Calculate the cosine of the angle (in degrees)
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/FileFormats/
H A DCRC32.cs99 public static uint Calculate(byte[] data, uint polynomial) in Calculate() method in OpenRA.Mods.Cnc.FileFormats.CRC32
108 public static uint Calculate(byte[] data) in Calculate() method in OpenRA.Mods.Cnc.FileFormats.CRC32
110 return Calculate(data, 0xFFFFFFFF); in Calculate()
121 public static unsafe uint Calculate(byte* data, uint len, uint polynomial) in Calculate() method in OpenRA.Mods.Cnc.FileFormats.CRC32
130 public static unsafe uint Calculate(byte* data, uint len) in Calculate() method in OpenRA.Mods.Cnc.FileFormats.CRC32
132 return Calculate(data, len, 0xFFFFFFFF); in Calculate()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/
H A DHashingUtils.cpp43 return hash.Calculate(toSign, secret).GetResult(); in CalculateSHA256HMAC()
49 return hash.Calculate(str).GetResult(); in CalculateSHA256()
55 return hash.Calculate(stream).GetResult(); in CalculateSHA256()
82 input.insert(iter, hash.Calculate(str).GetResult()); in TreeHashFinalCompute()
96 return hash.Calculate(str).GetResult(); in CalculateSHA256TreeHash()
103 input.push_back(hash.Calculate(Aws::String(str, pos, TREE_HASH_ONE_MB)).GetResult()); in CalculateSHA256TreeHash()
136 return hash.Calculate("").GetResult(); in CalculateSHA256TreeHash()
216 return hash.Calculate(str).GetResult(); in CalculateSHA1()
222 return hash.Calculate(stream).GetResult(); in CalculateSHA1()
228 return hash.Calculate(str).GetResult(); in CalculateMD5()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/mgdyn_nodalforce2d/
H A Dkonesec.sif50 Calculate torque over body = logical true
73 Calculate torque over body = logical true
81 Calculate torque over body = logical true
89 Calculate torque over body = logical true
96 Calculate torque over body = logical true
102 Calculate Potential = Logical True
222 Calculate Electric Field = Logical True
225 Calculate Nodal Forces = Logical True
227 Calculate Nodal Fields = Logical True
228 Calculate Elemental Fields = Logical True
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/math/
H A Dtrig.md126 Calculate the arc cosecant of the value
134 Calculate the arc secant of the value
142 Calculate the arc cotangent of the value
176 Calculate the arc hyperbolic sine of the value
184 Calculate the arc hyperbolic cosine of the value
192 Calculate the arc hyperbolic tangent of the value
200 Calculate the arc hyperbolic cosecant of the value
208 Calculate the arc hyperbolic secant of the value
227 Calculate the sine of the angle \(in degrees\)
235 Calculate the cosine of the angle \(in degrees\)
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/math/
H A Dtrig.md126 Calculate the arc cosecant of the value
134 Calculate the arc secant of the value
142 Calculate the arc cotangent of the value
176 Calculate the arc hyperbolic sine of the value
184 Calculate the arc hyperbolic cosine of the value
192 Calculate the arc hyperbolic tangent of the value
200 Calculate the arc hyperbolic cosecant of the value
208 Calculate the arc hyperbolic secant of the value
227 Calculate the sine of the angle \(in degrees\)
235 Calculate the cosine of the angle \(in degrees\)
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/attenuators/
H A Dattenuator_classes.cpp95 bool ATTENUATOR_PI::Calculate() in Calculate() function in ATTENUATOR_PI
97 if( !ATTENUATOR::Calculate() ) in Calculate()
116 bool ATTENUATOR_TEE::Calculate() in Calculate() function in ATTENUATOR_TEE
118 if( !ATTENUATOR::Calculate() ) in Calculate()
139 bool ATTENUATOR_BRIDGE::Calculate() in Calculate() function in ATTENUATOR_BRIDGE
143 if( !ATTENUATOR::Calculate() ) in Calculate()
166 bool ATTENUATOR_SPLITTER::Calculate() in Calculate() function in ATTENUATOR_SPLITTER
175 bool ATTENUATOR::Calculate() in Calculate() function in ATTENUATOR
H A Dattenuator_classes.h37 virtual bool Calculate();
79 virtual bool Calculate() override;
87 virtual bool Calculate() override;
95 virtual bool Calculate() override;
103 virtual bool Calculate() override;
/dports/security/gopass/gopass-1.13.0/docs/commands/
H A Dtemplates.md48 `md5sum` | `{{ .Content \| md5sum }}` | Calculate the hex md5sum of the input.
49 `sha1sum` | `{{ .Content \| sha1sum }}` | Calculate the hex sha1sum of the input.
50 `md5crypt` | `{{ .Content \| md5crypt }}` | Calculate the md5crypt of the input.
51 `ssha` | `{{ .Content \| ssha }}` | Calculate the salted SHA-1 of the input.
52 `ssha256` | `{{ .Content \| ssha256 }}` | Calculate the salted SHA-256 of the input.
53 `ssha512` | `{{ .Content \| ssha512 }}` | Calculate the salted SHA-512 of the input.
57 `argon2i` | `{{ .Content \| argon2i }}` | Calculate the Argon2i hash of the input.
58 `argon2id` | `{{ .Content \| argon2id }}` | Calculate the Argon2id hash of the input.
59 `bcrypt` | `{{ .Content \| bcrypt }}` | Calculate the Bcrypt hash of the input.
/dports/graphics/fpc-opengl/fpc-3.2.2/packages/opengl/examples/
H A Dradblur.pp85 // Calculate The Vector From Point 1 To Point 0
89 // Calculate The Vector From Point 2 To Point 1
134 x :=cos(u)*(2 + cos(v))*r; // Calculate x Position (1st Point)
135 y :=sin(u)*(2 + cos(v))*r; // Calculate y Position (1st Point)
136 z :=(u-(2*pi) + sin(v))*r; // Calculate z Position (1st Point)
145 x :=cos(u)*(2 + cos(v))*r; // Calculate x Position (2nd Point)
146 y :=sin(u)*(2 + cos(v))*r; // Calculate y Position (2nd Point)
147 z :=(u-(2*pi) + sin(v))*r; // Calculate z Position (2nd Point)
156 x :=cos(u)*(2 + cos(v))*r; // Calculate x Position (3rd Point)
157 y :=sin(u)*(2 + cos(v))*r; // Calculate y Position (3rd Point)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/opengl/examples/
H A Dradblur.pp85 // Calculate The Vector From Point 1 To Point 0
89 // Calculate The Vector From Point 2 To Point 1
134 x :=cos(u)*(2 + cos(v))*r; // Calculate x Position (1st Point)
135 y :=sin(u)*(2 + cos(v))*r; // Calculate y Position (1st Point)
136 z :=(u-(2*pi) + sin(v))*r; // Calculate z Position (1st Point)
145 x :=cos(u)*(2 + cos(v))*r; // Calculate x Position (2nd Point)
146 y :=sin(u)*(2 + cos(v))*r; // Calculate y Position (2nd Point)
147 z :=(u-(2*pi) + sin(v))*r; // Calculate z Position (2nd Point)
156 x :=cos(u)*(2 + cos(v))*r; // Calculate x Position (3rd Point)
157 y :=sin(u)*(2 + cos(v))*r; // Calculate y Position (3rd Point)
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/examples/
H A DREADME.md16 | Born ion (born) | [born/README.md](born/README.md) | Nathan Baker | Calculate solvation energies …
18 | HCA ligand binding (hca-bind) | [hca-bind/README.md](hca-bind/README.md) | UHBD | Calculate the b…
19 | Acetic acid ionization (ionize) | [ionize/README.md](ionize/README.md) | UHBD | Calculate electro…
20 | Ion-ion PMF (ion-pmf) | [ion-pmf/README.md](ion-pmf/README.md) | Nathan Baker | Calculate solvati…
21 …protein) | [ion-protein/README.md](ion-protein/README.md) | Dave Sept | Calculate polar energy of …
22 | PKA-balanol binding (pka-lig) | [pka-lig/README.md](pka-lig/README.md) | Chung Wong | Calculate b…
25 | Methanol solvation (solv) | [solv/README.md](solv/README.md) | UHBD | Calculate the solvation ene…
26 …-rna) | [protein-rna/README.md](protein-rna/README.md) | David Draper | Calculate the salt depende…
27 …ion model | [geoflow/README.md](geoflow/README.md) | Elizabeth Jurrus | Calculate the dielectric i…
28 | Ion Binding to DNA Duplexes Using SMPBE| [smpbe/readme.md](smpbe/reamdme.md) | | Calculate PBE ta…
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dwossname.usage272 findkm Calculate and plot enzyme reaction data
349 cai Calculate codon adaptation index
350 chips Calculate Nc codon usage statistic
358 btwisted Calculate the twisting in a B-DNA sequence
361 dan Calculate nucleic acid melting temperature
412 btwisted Calculate the twisting in a B-DNA sequence
413 dan Calculate nucleic acid melting temperature
414 vrnaheat Calculate specific heat of RNA melting
533 ftreedist Calculate distances between trees
803 cai Calculate codon adaptation index
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/crypto/
H A DMD5.cpp23 HashResult MD5::Calculate(const Aws::String& str) in Calculate() function in MD5
25 return m_hashImpl->Calculate(str); in Calculate()
28 HashResult MD5::Calculate(Aws::IStream& stream) in Calculate() function in MD5
30 return m_hashImpl->Calculate(stream); in Calculate()
H A DSha256.cpp22 HashResult Sha256::Calculate(const Aws::String& str) in Calculate() function in Sha256
24 return m_hashImpl->Calculate(str); in Calculate()
27 HashResult Sha256::Calculate(Aws::IStream& stream) in Calculate() function in Sha256
29 return m_hashImpl->Calculate(stream); in Calculate()
H A DSha1.cpp22 HashResult Sha1::Calculate(const Aws::String& str) in Calculate() function in Sha1
24 return m_hashImpl->Calculate(str); in Calculate()
27 HashResult Sha1::Calculate(Aws::IStream& stream) in Calculate() function in Sha1
29 return m_hashImpl->Calculate(stream); in Calculate()
/dports/math/gnome-calculator/gnome-calculator-41.1/help/C/
H A Dfinancial.page16 …<td><p>Calculate the number of compounding periods necessary to increase an investment of present …
20 …<td><p>Calculate the depreciation allowance on an asset for a specified period of time, using the …
24 …<td><p>Calculate the future value of an investment based on a series of equal payments at a period…
28 …<td><p>Calculate the resale price of a product, based on the product cost and the wanted gross pro…
32 …<td><p>Calculate the amount of the periodic payment of a loan, where payments are made at the end …
36 …<td><p>Calculate the present value of an investment based on a series of equal payments discounted…
40 …<td><p>Calculate the periodic interest necessary to increase an investment to a future value, over…
44 …<td><p>Calculate the straight-line depreciation of an asset for one period. The straight-line meth…
48 …<td><p>Calculate the depreciation allowance on an asset for a specified period of time, using the …
52 …<td><p>Calculate the number of payment periods that are necessary during the term of an ordinary a…

12345678910>>...218