- Sort Score
- Result 10 results
- Languages All
Results 351 - 354 of 354 for tabs (0.38 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
EXTRACTPS $1, X2, R11 // 66410f3a17d301 EXTRACTPS $0, X11, R11 // 66450f3a17db00 F2XM1 // d9f0 FABS // d9e1 FADDD F2, F0 // d8c2 FADDD F3, F0 // d8c3 FADDD F0, F2 // dcc2
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
&v.points[i]))) } } // Selectors. // Set dest to x*Q, where -8 <= x <= 8, in constant time. func (v *projLookupTable) SelectInto(dest *projCached, x int8) { // Compute xabs = |x| xmask := x >> 7 xabs := uint8((x + xmask) ^ xmask) dest.Zero() for j := 1; j <= 8; j++ { // Set dest = j*Q if |x| = j cond := subtle.ConstantTimeByteEq(xabs, uint8(j)) dest.Select(&v.points[j-1], dest, cond) } // Now dest = |x|*Q, conditionally negate to get x*Q dest.CondNeg(int(xmask & 1)) } // Set dest to x*Q, where -8 <=...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
- Fix: delete non existing Azure disk issue ([#107406](https://github.com/kubernetes/kubernetes/pull/107406), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider] - Fix: ignore the case when comparing azure tags in service annotation (azure) ([#107580](https://github.com/kubernetes/kubernetes/pull/107580), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider] ## Dependencies ### Added _Nothing has changed._
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
api/go1.txt
pkg math, const SmallestNonzeroFloat64 ideal-float pkg math, const Sqrt2 ideal-float pkg math, const SqrtE ideal-float pkg math, const SqrtPhi ideal-float pkg math, const SqrtPi ideal-float pkg math, func Abs(float64) float64 pkg math, func Acos(float64) float64 pkg math, func Acosh(float64) float64 pkg math, func Asin(float64) float64 pkg math, func Asinh(float64) float64 pkg math, func Atan(float64) float64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)