5 implementations of Create
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
908
static Vector<T> ISimdVector<Vector<T>, T>.
Create
(T value) => Vector.Create(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
559
static Vector128<T> ISimdVector<Vector128<T>, T>.
Create
(T value) => Vector128.Create(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
548
static Vector256<T> ISimdVector<Vector256<T>, T>.
Create
(T value) => Vector256.Create(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
548
static Vector512<T> ISimdVector<Vector512<T>, T>.
Create
(T value) => Vector512.Create(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
616
static Vector64<T> ISimdVector<Vector64<T>, T>.
Create
(T value) => Vector64.Create(value);
251 references to Create
System.Private.CoreLib (251)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (3)
91
TVector loweringMask = TVector.
Create
(0x20);
92
TVector vecA = TVector.
Create
('a');
93
TVector vecZMinusA = TVector.
Create
('z' - 'a');
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
906
/// <inheritdoc cref="ISimdVector{TSelf, T}.
Create
(T)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
557
/// <inheritdoc cref="ISimdVector{TSelf, T}.
Create
(T)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
546
/// <inheritdoc cref="ISimdVector{TSelf, T}.
Create
(T)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
546
/// <inheritdoc cref="ISimdVector{TSelf, T}.
Create
(T)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
614
/// <inheritdoc cref="ISimdVector{TSelf, T}.
Create
(T)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (240)
82
if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_LARGE + 1)))
87
if (TVectorInt64.GreaterThanAny(ux, TVectorInt64.
Create
(ARG_SMALL - 1)))
94
TVectorDouble.
Create
(-0.5)),
101
result = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.5), x2, TVectorDouble.One);
104
else if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_HUGE)))
119
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
130
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
220
if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_LARGE + 1)))
224
if (TVectorInt32.GreaterThanAny(ux, TVectorInt32.
Create
(ARG_SMALL - 1)))
246
result = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.5f), x2, TVectorSingle.One);
249
else if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_HUGE)))
273
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
293
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
348
return (degrees * TVector.
Create
(T.Pi)) / TVector.
Create
(T.CreateTruncating(180));
411
if (TVectorUInt64.LessThanOrEqualAll(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(TVectorDouble.Abs(x)), TVectorUInt64.
Create
(V_ARG_MAX)))
414
TVectorDouble dn = TVectorDouble.MultiplyAddEstimate(x, TVectorDouble.
Create
(V_TBL_LN2), TVectorDouble.
Create
(V_EXPF_HUGE));
420
dn -= TVectorDouble.
Create
(V_EXPF_HUGE);
424
TVectorDouble r = TVectorDouble.MultiplyAddEstimate(dn, TVectorDouble.
Create
(-V_LN2_HEAD), x);
425
r = TVectorDouble.MultiplyAddEstimate(dn, TVectorDouble.
Create
(-V_LN2_TAIL), r);
434
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C12), r, TVectorDouble.
Create
(C11)),
436
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C10), r, TVectorDouble.
Create
(C09))),
440
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C08), r, TVectorDouble.
Create
(C07)),
442
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C06), r, TVectorDouble.
Create
(C05))),
445
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C04), r, TVectorDouble.
Create
(C03)),
454
return poly * Unsafe.BitCast<TVectorUInt64, TVectorDouble>((n + TVectorUInt64.
Create
(V_DP64_BIAS)) << 52);
542
if (TVectorUInt32.GreaterThanAny(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(TVectorSingle.Abs(x)), TVectorUInt32.
Create
(V_ARG_MAX)))
545
TVectorSingle infinityMask = TVectorSingle.GreaterThan(x, TVectorSingle.
Create
(V_EXPF_MAX));
549
TVectorSingle.
Create
(float.PositiveInfinity),
554
result = TVectorSingle.AndNot(result, TVectorSingle.LessThan(x, TVectorSingle.
Create
(V_EXPF_MIN)));
563
TVectorDouble z = x * TVectorDouble.
Create
(V_TBL_LN2);
565
TVectorDouble v_expf_huge = TVectorDouble.
Create
(V_EXPF_HUGE);
579
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C6), r, TVectorDouble.
Create
(C5)),
582
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C4), r, TVectorDouble.
Create
(C3)),
583
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C2), r, TVectorDouble.
Create
(C1))
611
TVectorUInt64 shiftedExponentMask = TVectorUInt64.
Create
(double.ShiftedBiasedExponentMask);
619
TVectorUInt64.GreaterThanOrEqual(expDiff, TVectorUInt64.
Create
(double.SignificandLength + 1)) &
620
TVectorUInt64.LessThanOrEqual(expDiff, TVectorUInt64.
Create
(unchecked((ulong)(-double.SignificandLength - 1))))
625
TVectorUInt64 expBiasP500 = TVectorUInt64.
Create
(double.ExponentBias + 500);
627
TVectorDouble expFix = TVectorDouble.ConditionalSelect(Unsafe.BitCast<TVectorUInt64, TVectorDouble>(scaleDownMask), TVectorDouble.
Create
(4.149515568880993E+180), TVectorDouble.One);
628
TVectorUInt64 bitsFix = scaleDownMask & TVectorUInt64.
Create
(0xDA80000000000000);
631
TVectorUInt64 expBiasM500 = TVectorUInt64.
Create
(double.ExponentBias - 500);
633
expFix = TVectorDouble.ConditionalSelect(Unsafe.BitCast<TVectorUInt64, TVectorDouble>(scaleUpMask), TVectorDouble.
Create
(2.409919865102884E-181), expFix);
634
bitsFix = TVectorUInt64.ConditionalSelect(scaleUpMask, TVectorUInt64.
Create
(0x2580000000000000), bitsFix);
643
TVectorDouble subnormalFix = TVectorDouble.
Create
(9.232978617785736E-128);
644
TVectorUInt64 subnormalBitsFix = TVectorUInt64.
Create
(0x0010000000000000);
674
TVectorUInt64 headMask = TVectorUInt64.
Create
(0xFFFF_FFFF_F800_0000);
716
result = TVectorDouble.ConditionalSelect(nanMask, TVectorDouble.
Create
(double.NaN), result);
717
result = TVectorDouble.ConditionalSelect(infinityMask, TVectorDouble.
Create
(double.PositiveInfinity), result);
759
result = TVectorSingle.ConditionalSelect(nanMask, TVectorSingle.
Create
(float.NaN), result);
760
result = TVectorSingle.ConditionalSelect(infinityMask, TVectorSingle.
Create
(float.PositiveInfinity), result);
778
TVectorUInt32 exponent = ((bits >> float.BiasedExponentShift) & TVectorUInt32.
Create
(float.ShiftedBiasedExponentMask)) - TVectorUInt32.
Create
(float.ExponentBias);
779
TVectorUInt32 fractionalBits = TVectorUInt32.
Create
(float.BiasedExponentShift) - exponent;
785
TVectorUInt32 result = TVectorUInt32.GreaterThan(bits, TVectorUInt32.
Create
(0x3FFF_FFFF))
786
& TVectorUInt32.LessThan(bits, TVectorUInt32.
Create
(float.PositiveInfinityBits))
788
| TVectorUInt32.GreaterThan(bits, TVectorUInt32.
Create
(0x4B7F_FFFF)));
803
TVectorUInt64 exponent = ((bits >> double.BiasedExponentShift) & TVectorUInt64.
Create
(double.ShiftedBiasedExponentMask)) - TVectorUInt64.
Create
(double.ExponentBias);
804
TVectorUInt64 fractionalBits = TVectorUInt64.
Create
(double.BiasedExponentShift) - exponent;
810
TVectorUInt64 result = TVectorUInt64.GreaterThan(bits, TVectorUInt64.
Create
(0x3FFF_FFFF_FFFF_FFFF))
811
& TVectorUInt64.LessThan(bits, TVectorUInt64.
Create
(double.PositiveInfinityBits))
813
| TVectorUInt64.GreaterThan(bits, TVectorUInt64.
Create
(0x433F_FFFF_FFFF_FFFF)));
828
TVectorUInt32 exponent = ((bits >> float.BiasedExponentShift) & TVectorUInt32.
Create
(float.ShiftedBiasedExponentMask)) - TVectorUInt32.
Create
(float.ExponentBias);
829
TVectorUInt32 fractionalBits = TVectorUInt32.
Create
(float.BiasedExponentShift) - exponent;
834
TVectorUInt32 result = TVectorUInt32.GreaterThan(bits, TVectorUInt32.
Create
(0x3F7F_FFFF))
835
& TVectorUInt32.LessThan(bits, TVectorUInt32.
Create
(0x4B80_0000))
849
TVectorUInt64 exponent = ((bits >> double.BiasedExponentShift) & TVectorUInt64.
Create
(double.ShiftedBiasedExponentMask)) - TVectorUInt64.
Create
(double.ExponentBias);
850
TVectorUInt64 fractionalBits = TVectorUInt64.
Create
(double.BiasedExponentShift) - exponent;
855
TVectorUInt64 result = TVectorUInt64.GreaterThan(bits, TVectorUInt64.
Create
(0x3FEF_FFFF_FFFF_FFFF))
856
& TVectorUInt64.LessThan(bits, TVectorUInt64.
Create
(0x4340_0000_0000_0000))
933
TVectorUInt64 specialMask = TVectorUInt64.GreaterThanOrEqual(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_MIN), TVectorUInt64.
Create
(V_MAX - V_MIN));
942
TVectorDouble.
Create
(double.NaN),
951
TVectorDouble.
Create
(double.NegativeInfinity),
967
Unsafe.BitCast<TVectorUInt64, TVectorDouble>(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x * 4503599627370496.0) - TVectorUInt64.
Create
(52ul << 52)),
975
TVectorUInt64 vx = Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_OFF);
977
vx = (vx & TVectorUInt64.
Create
(V_MSK)) + TVectorUInt64.
Create
(V_OFF);
993
TVectorDouble.
Create
(C20),
996
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C19), r, TVectorDouble.
Create
(C18)),
998
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C17), r, TVectorDouble.
Create
(C16)))),
1004
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C15), r, TVectorDouble.
Create
(C14)),
1006
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C13), r, TVectorDouble.
Create
(C12))),
1008
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C11), r, TVectorDouble.
Create
(C10)),
1010
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C09), r, TVectorDouble.
Create
(C08)))),
1014
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C07), r, TVectorDouble.
Create
(C06)),
1016
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C05), r, TVectorDouble.
Create
(C04))),
1018
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C03), r, TVectorDouble.
Create
(C02)),
1031
TVectorDouble.
Create
(LN2_HEAD),
1032
TVectorDouble.MultiplyAddEstimate(n, TVectorDouble.
Create
(LN2_TAIL), poly)
1114
TVectorUInt32 specialMask = TVectorUInt32.GreaterThanOrEqual(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_MIN), TVectorUInt32.
Create
(V_MAX - V_MIN));
1123
TVectorSingle.
Create
(float.NaN),
1132
TVectorSingle.
Create
(float.NegativeInfinity),
1147
Unsafe.BitCast<TVectorUInt32, TVectorSingle>(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x * 8388608.0f) - TVectorUInt32.
Create
(23u << 23)),
1154
TVectorUInt32 vx = Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_OFF);
1157
vx = (vx & TVectorUInt32.
Create
(V_MASK)) + TVectorUInt32.
Create
(V_OFF);
1159
TVectorSingle r = Unsafe.BitCast<TVectorUInt32, TVectorSingle>(vx) - TVectorSingle.
Create
(1.0f);
1168
TVectorSingle.
Create
(C10),
1169
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C09), r, TVectorSingle.
Create
(C08))),
1173
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C07), r, TVectorSingle.
Create
(C06)),
1175
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C05), r, TVectorSingle.
Create
(C04))),
1178
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C03), r, TVectorSingle.
Create
(C02)),
1188
TVectorSingle.MultiplyAddEstimate(n, TVectorSingle.
Create
(V_LN2), q)
1253
TVectorUInt64 specialMask = TVectorUInt64.GreaterThanOrEqual(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_MIN), TVectorUInt64.
Create
(V_MAX - V_MIN));
1262
TVectorDouble.
Create
(double.NaN),
1271
TVectorDouble.
Create
(double.NegativeInfinity),
1287
Unsafe.BitCast<TVectorUInt64, TVectorDouble>(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x * 4503599627370496.0) - TVectorUInt64.
Create
(52ul << 52)),
1295
TVectorUInt64 vx = Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_OFF);
1297
vx = (vx & TVectorUInt64.
Create
(V_MSK)) + TVectorUInt64.
Create
(V_OFF);
1313
TVectorDouble.
Create
(C20),
1316
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C19), r, TVectorDouble.
Create
(C18)),
1318
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C17), r, TVectorDouble.
Create
(C16)))),
1324
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C15), r, TVectorDouble.
Create
(C14)),
1326
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C13), r, TVectorDouble.
Create
(C12))),
1328
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C11), r, TVectorDouble.
Create
(C10)),
1330
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C09), r, TVectorDouble.
Create
(C08)))),
1334
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C07), r, TVectorDouble.
Create
(C06)),
1336
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C05), r, TVectorDouble.
Create
(C04))),
1338
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C03), r, TVectorDouble.
Create
(C02)),
1351
TVectorDouble.
Create
(LN2_HEAD),
1352
TVectorDouble.MultiplyAddEstimate(poly, TVectorDouble.
Create
(LN2_TAIL), n)
1430
TVectorUInt32 specialMask = TVectorUInt32.GreaterThanOrEqual(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_MIN), TVectorUInt32.
Create
(V_MAX - V_MIN));
1439
TVectorSingle.
Create
(float.NaN),
1448
TVectorSingle.
Create
(float.NegativeInfinity),
1464
Unsafe.BitCast<TVectorUInt32, TVectorSingle>(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x * 8388608.0f) - TVectorUInt32.
Create
(23u << 23)),
1472
TVectorUInt32 vx = Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_OFF);
1474
vx = (vx & TVectorUInt32.
Create
(V_MSK)) + TVectorUInt32.
Create
(V_OFF);
1487
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C9), r, TVectorSingle.
Create
(C8)),
1491
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C7), r, TVectorSingle.
Create
(C6)),
1493
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C5), r, TVectorSingle.
Create
(C4))),
1496
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C3), r, TVectorSingle.
Create
(C2)),
1498
TVectorSingle.
Create
(C1) * r
1690
return (radians * TVector.
Create
(T.CreateTruncating(180))) / TVector.
Create
(T.Pi);
1703
return TVectorDouble.Truncate(vector + CopySign<TVectorDouble, double>(TVectorDouble.
Create
(0.49999999999999994), vector));
1749
return TVectorSingle.Truncate(vector + CopySign<TVectorSingle, float>(TVectorSingle.
Create
(0.49999997f), vector));
1807
if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_LARGE + 1)))
1812
if (TVectorInt64.GreaterThanAny(ux, TVectorInt64.
Create
(ARG_SMALL - 1)))
1820
TVectorDouble.
Create
(-0.5)),
1829
sinResult = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.16666666666666666), x3, x);
1830
cosResult = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.5), x2, TVectorDouble.One);
1833
else if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_HUGE)))
1862
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
1873
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
1879
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
1926
if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_LARGE + 1)))
1930
if (TVectorInt32.GreaterThanAny(ux, TVectorInt32.
Create
(ARG_SMALL - 1)))
1967
sinResult = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.16666667f), x3, x);
1968
cosResult = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.5f), x2, TVectorSingle.One);
1971
else if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_HUGE)))
1997
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
2003
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
2039
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
2127
if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_LARGE + 1)))
2132
if (TVectorInt64.GreaterThanAny(ux, TVectorInt64.
Create
(ARG_SMALL - 1)))
2141
result = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.16666666666666666), x3, x);
2144
else if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_HUGE)))
2172
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
2257
if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_LARGE + 1)))
2261
if (TVectorInt32.GreaterThanAny(ux, TVectorInt32.
Create
(ARG_SMALL - 1)))
2283
result = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.16666667f), x3, x);
2286
else if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_HUGE)))
2310
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
2456
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C6), r2, TVectorDouble.
Create
(C5)),
2459
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C4), r2, TVectorDouble.
Create
(C3)),
2461
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C2), r2, TVectorDouble.
Create
(C1))
2476
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.5), r2, TVectorDouble.One)
2493
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C4), r2, TVectorDouble.
Create
(C3)),
2495
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C2), r2, TVectorDouble.
Create
(C1))
2793
TVectorDouble.
Create
(S6),
2796
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S5), r2, TVectorDouble.
Create
(S4)),
2798
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S3), r2, TVectorDouble.
Create
(S2))
2803
TVectorDouble.
Create
(-S1),
2806
TVectorDouble.MultiplyAddEstimate(rr, TVectorDouble.
Create
(0.5), -(r3 * sinPoly)),
2830
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S6), r2, TVectorDouble.
Create
(S5)),
2833
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S4), r2, TVectorDouble.
Create
(S3)),
2835
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S2), r2, TVectorDouble.
Create
(S1)))
2856
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S4), r2, TVectorDouble.
Create
(S3)),
2858
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S2), r2, TVectorDouble.
Create
(S1))),
2879
TVectorDouble npi2 = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(V_TWO_BY_PI), ax, TVectorDouble.
Create
(V_ALM_SHIFT));
2881
npi2 -= TVectorDouble.
Create
(V_ALM_SHIFT);
2883
TVectorDouble rhead = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-V_PI_BY_TWO_1), npi2, ax);
2887
rtail = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(V_PI_BY_TWO_2_TAIL), npi2, -(rhead - r - rtail));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (1)
2509
TVector values = TVector.
Create
(value);
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (1)
2240
return !(vector & TVectorByte.
Create
((byte)0x80)).Equals(TVectorByte.Zero);
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.cs (1)
290
return (vec & TVector.
Create
(unchecked((ushort)~0x007F))).Equals(TVector.Zero);