- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for coefficients (0.78 sec)
-
lib/fips140/v1.1.0-rc1.zip
reflect the GCM // standard and make binary.BigEndian suitable for marshaling these values, the // bits are stored in big endian order. For example: // // the coefficient of x⁰ can be obtained by v.low >> 63. // the coefficient of x⁶³ can be obtained by v.low & 1. // the coefficient of x⁶⁴ can be obtained by v.high >> 63. // the coefficient of x¹²⁷ can be obtained by v.high & 1. type gcmFieldElement struct { low, high uint64 } // GHASH is exposed to allow crypto/cipher to implement non-AES GCM modes....
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
assertWithMessage("Pearson's correlation coefficient of %s", values) .that(pearsonsCorrelationCoefficient) .isNaN(); assertWithMessage("Pearson's correlation coefficient by addAll(PairedStats) of %s", values) .that(pearsonsCorrelationCoefficient) .isNaN(); } else { assertWithMessage("Pearson's correlation coefficient of %s", values)
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 23.4K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/PairedStatsAccumulatorTest.java
assertWithMessage("Pearson's correlation coefficient of %s", values) .that(pearsonsCorrelationCoefficient) .isNaN(); assertWithMessage("Pearson's correlation coefficient by addAll(PairedStats) of %s", values) .that(pearsonsCorrelationCoefficient) .isNaN(); } else { assertWithMessage("Pearson's correlation coefficient of %s", values)
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 23.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/math/PairedStatsTest.java
if (values.hasAnyNonFinite()) { assertWithMessage("Pearson's correlation coefficient of %s", values) .that(pearsonsCorrelationCoefficient) .isNaN(); } else { assertWithMessage("Pearson's correlation coefficient of %s", values) .that(pearsonsCorrelationCoefficient) .isWithin(ALLOWED_ERROR) .of(
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 14K bytes - Viewed (0) -
guava-tests/test/com/google/common/math/PairedStatsTest.java
if (values.hasAnyNonFinite()) { assertWithMessage("Pearson's correlation coefficient of %s", values) .that(pearsonsCorrelationCoefficient) .isNaN(); } else { assertWithMessage("Pearson's correlation coefficient of %s", values) .that(pearsonsCorrelationCoefficient) .isWithin(ALLOWED_ERROR) .of(
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 14K bytes - Viewed (0)