- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for LO (0.08 seconds)
-
lib/fips140/v1.26.0.zip
are at most 52 bits. func addMul19(v uint128, a, b uint64) uint128 { hi, lo := bits.Mul64(mul19(a), b) lo, c := bits.Add64(lo, v.lo, 0) hi, _ = bits.Add64(hi, v.hi, c) return uint128{lo, hi} } // addMul38 returns v + 38 * a * b, where a and b are at most 52 bits. func addMul38(v uint128, a, b uint64) uint128 { hi, lo := bits.Mul64(mul19(a), b*2) lo, c := bits.Add64(lo, v.lo, 0) hi, _ = bits.Add64(hi, v.hi, c) return uint128{lo, hi} } // shiftRightBy51 returns a >> 51. a is assumed to be at most 115...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
H2L VSLDOI $8, H2, ZERO, H2H STXVD2X VH2L, (XIP+R8) // save H^2 MOVD $0x70, R8 STXVD2X VH2, (XIP+R9) MOVD $0x80, R9 STXVD2X VH2H, (XIP+R10) MOVD $0x90, R10 VPMSUMD IN, H2L, XL // H.lo路H^2.lo VPMSUMD IN1, H2L, XL1 // H^2.lo路H^2.lo VPMSUMD IN, H2, XM // H.hi路H^2.lo+H.lo路H^2.hi VPMSUMD IN1, H2, XM1 // H^2.hi路H^2.lo+H^2.lo路H^2.hi VPMSUMD IN, H2H, XH // H.hi路H^2.hi VPMSUMD IN1, H2H, XH1 // H^2.hi路H^2.hi VPMSUMD XL, XC2, T2 // 1st reduction phase VPMSUMD XL1, XC2, HH // 1st reduction phase VSLDOI $8, XM,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
RELEASE.md
* XLA:GPU reductions are deterministic by default (reductions within `jit_compile=True` are now deterministic). * XLA:GPU works with Horovod (OSS contribution by Trent Lo from NVidia) * XLA:CPU and XLA:GPU can compile tf.unique and tf.where when shapes are provably correct at compile time. * `tf.saved_model.save`:
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Feb 10 11:25:47 GMT 2024 - 854.1K bytes - Click Count (0)