- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 107 (0.05 sec)
-
api/go1.14.txt
pkg debug/dwarf, const AttrCallValue = 126 pkg debug/dwarf, const AttrCallValue Attr pkg debug/dwarf, const AttrConstExpr = 108 pkg debug/dwarf, const AttrConstExpr Attr pkg debug/dwarf, const AttrDataBitOffset = 107 pkg debug/dwarf, const AttrDataBitOffset Attr pkg debug/dwarf, const AttrDecimalScale = 92 pkg debug/dwarf, const AttrDecimalScale Attr pkg debug/dwarf, const AttrDecimalSign = 94 pkg debug/dwarf, const AttrDecimalSign Attr
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
in a uint64. // // r0 = a0×b0 + 19×(a1×b4 + a2×b3 + a3×b2 + a4×b1) // r0 < 2⁵²×2⁵² + 19×(2⁵²×2⁵² + 2⁵²×2⁵² + 2⁵²×2⁵² + 2⁵²×2⁵²) // r0 < (1 + 19 × 4) × 2⁵² × 2⁵² // r0 < 2⁷ × 2⁵² × 2⁵² // r0 < 2¹¹¹ // // Moreover, the top coefficient (r4) is at most 107 bits, so c4 is at most // 56 bits, and c4 * 19 is at most 61 bits, which again fits in a uint64 and // allows us to easily apply the reduction identity. // // r4 = a0×b4 + a1×b3 + a2×b2 + a3×b1 + a4×b0 // r4 < 5 × 2⁵² × 2⁵² // r4 < 2¹⁰⁷ // c0 := shiftRightBy51(r0)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)