159 references to StackAllocThreshold
System.Runtime.Numerics (159)
System\Number.BigInteger.cs (19)
358base1E9Length <= BigIntegerCalculator.StackAllocThreshold 359? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 384resultLength <= BigIntegerCalculator.StackAllocThreshold 385? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 417(uint)powersOf1e9BufferLength <= BigIntegerCalculator.StackAllocThreshold 418? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 429leadingLength <= BigIntegerCalculator.StackAllocThreshold 430? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 476bufferLength <= BigIntegerCalculator.StackAllocThreshold 477? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 820Span<uint> base1E9Buffer = ((uint)base1E9BufferLength <= BigIntegerCalculator.StackAllocThreshold ? 990powersOf1e9BufferLength <= BigIntegerCalculator.StackAllocThreshold 991? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1027Span<uint> upper = ((uint)upperLength <= BigIntegerCalculator.StackAllocThreshold 1028? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1033Span<uint> lower = ((uint)lowerLength <= BigIntegerCalculator.StackAllocThreshold 1034? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1307bits.Length <= BigIntegerCalculator.StackAllocThreshold 1308? stackalloc uint[BigIntegerCalculator.StackAllocThreshold]
System\Numerics\BigInteger.cs (72)
797Span<uint> quotient = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 798? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 827Span<uint> rest = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 828? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 833Span<uint> quotient = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 834? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 950Span<uint> bits = (leftBits.Length <= BigIntegerCalculator.StackAllocThreshold 951? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 963Span<uint> bits = (leftBits.Length <= BigIntegerCalculator.StackAllocThreshold 964? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1018Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1019? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1078Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1079? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1089Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1090? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1711Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1712? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1723Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1724? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1735Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1736? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1747Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 1748? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1789Span<uint> bits = (size <= BigIntegerCalculator.StackAllocThreshold 1790? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1801Span<uint> bits = (size <= BigIntegerCalculator.StackAllocThreshold 1802? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1811Span<uint> bits = (size <= BigIntegerCalculator.StackAllocThreshold 1812? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 1823Span<uint> bits = (size <= BigIntegerCalculator.StackAllocThreshold 1824? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2416Span<uint> x = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2417? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2423Span<uint> y = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2424? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2430Span<uint> z = (size <= BigIntegerCalculator.StackAllocThreshold 2431? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2472Span<uint> x = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2473? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2479Span<uint> y = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2480? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2486Span<uint> z = (size <= BigIntegerCalculator.StackAllocThreshold 2487? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2523Span<uint> x = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2524? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2530Span<uint> y = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2531? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2537Span<uint> z = (size <= BigIntegerCalculator.StackAllocThreshold 2538? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2680Span<uint> zd = ((uint)zLength <= BigIntegerCalculator.StackAllocThreshold 2681? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2774Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2775? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2786Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2787? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2796Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2797? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2808Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2809? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2821Span<uint> bits = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2822? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2863Span<uint> quotient = ((uint)size <= BigIntegerCalculator.StackAllocThreshold 2864? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2889Span<uint> quotient = ((uint)size < BigIntegerCalculator.StackAllocThreshold 2890? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 2939Span<uint> bits = (size <= BigIntegerCalculator.StackAllocThreshold 2940? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 3336Span<uint> zd = ((uint)zLength <= BigIntegerCalculator.StackAllocThreshold 3337? stackalloc uint[BigIntegerCalculator.StackAllocThreshold] 5174Span<uint> zd = ((uint)zLength <= BigIntegerCalculator.StackAllocThreshold 5175? stackalloc uint[BigIntegerCalculator.StackAllocThreshold]
System\Numerics\BigIntegerCalculator.DivRem.cs (24)
105Span<uint> leftCopy = (left.Length <= StackAllocThreshold ? 106stackalloc uint[StackAllocThreshold] 141Span<uint> quotient = (quotientLength <= StackAllocThreshold ? 142stackalloc uint[StackAllocThreshold] 178Span<uint> leftCopy = (left.Length <= StackAllocThreshold ? 179stackalloc uint[StackAllocThreshold] 190quotientActual = (quotientLength <= StackAllocThreshold ? 191stackalloc uint[StackAllocThreshold] 384Span<uint> b = (n <= StackAllocThreshold ? 385stackalloc uint[StackAllocThreshold] 398Span<uint> a = (aLength <= StackAllocThreshold ? 399stackalloc uint[StackAllocThreshold] 438Span<uint> r = ((n + 1) <= StackAllocThreshold ? 439stackalloc uint[StackAllocThreshold] 443Span<uint> z = (2 * n <= StackAllocThreshold ? 444stackalloc uint[StackAllocThreshold] 453Span<uint> q = (n <= StackAllocThreshold ? 454stackalloc uint[StackAllocThreshold] 566Span<uint> r1 = (left.Length <= StackAllocThreshold ? 567stackalloc uint[StackAllocThreshold] 610Span<uint> r1 = ((right.Length + 1) <= StackAllocThreshold ? 611stackalloc uint[StackAllocThreshold] 639Span<uint> d = (right.Length <= StackAllocThreshold ? 640stackalloc uint[StackAllocThreshold]
System\Numerics\BigIntegerCalculator.GcdInv.cs (2)
67Span<uint> rightCopy = (right.Length <= StackAllocThreshold ? 68stackalloc uint[StackAllocThreshold]
System\Numerics\BigIntegerCalculator.PowMod.cs (28)
26Span<uint> temp = (bits.Length <= StackAllocThreshold ? 27stackalloc uint[StackAllocThreshold] 32Span<uint> valueCopy = (bits.Length <= StackAllocThreshold ? 33stackalloc uint[StackAllocThreshold] 219Span<uint> valueCopy = (size <= StackAllocThreshold ? 220stackalloc uint[StackAllocThreshold] 238Span<uint> temp = (bits.Length <= StackAllocThreshold ? 239stackalloc uint[StackAllocThreshold] 268Span<uint> valueCopy = (size <= StackAllocThreshold ? 269stackalloc uint[StackAllocThreshold] 287Span<uint> temp = (bits.Length <= StackAllocThreshold ? 288stackalloc uint[StackAllocThreshold] 326Span<uint> r = ((uint)size <= StackAllocThreshold ? 327stackalloc uint[StackAllocThreshold] 333Span<uint> mu = ((uint)size <= StackAllocThreshold ? 334stackalloc uint[StackAllocThreshold] 340Span<uint> q1 = ((uint)size <= StackAllocThreshold ? 341stackalloc uint[StackAllocThreshold] 346Span<uint> q2 = ((uint)size <= StackAllocThreshold ? 347stackalloc uint[StackAllocThreshold] 386Span<uint> r = ((uint)size <= StackAllocThreshold ? 387stackalloc uint[StackAllocThreshold] 393Span<uint> mu = ((uint)size <= StackAllocThreshold ? 394stackalloc uint[StackAllocThreshold] 400Span<uint> q1 = ((uint)size <= StackAllocThreshold ? 401stackalloc uint[StackAllocThreshold] 406Span<uint> q2 = ((uint)size <= StackAllocThreshold ? 407stackalloc uint[StackAllocThreshold]
System\Numerics\BigIntegerCalculator.ShiftRot.cs (2)
78Span<uint> tmp = ((uint)tmpLength <= StackAllocThreshold ? 79stackalloc uint[StackAllocThreshold]
System\Numerics\BigIntegerCalculator.SquMul.cs (12)
100Span<uint> fold = ((uint)foldLength <= StackAllocThreshold ? 101stackalloc uint[StackAllocThreshold] 107Span<uint> core = ((uint)coreLength <= StackAllocThreshold ? 108stackalloc uint[StackAllocThreshold] 225Span<uint> carry = ((uint)carryLength <= StackAllocThreshold ? 226stackalloc uint[StackAllocThreshold] 284Span<uint> leftFold = ((uint)foldLength <= StackAllocThreshold ? 285stackalloc uint[StackAllocThreshold] 290Span<uint> rightFold = ((uint)foldLength <= StackAllocThreshold ? 291stackalloc uint[StackAllocThreshold] 303Span<uint> core = ((uint)coreLength <= StackAllocThreshold ? 304stackalloc uint[StackAllocThreshold]