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)
83
if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_LARGE + 1)))
88
if (TVectorInt64.GreaterThanAny(ux, TVectorInt64.
Create
(ARG_SMALL - 1)))
95
TVectorDouble.
Create
(-0.5)),
102
result = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.5), x2, TVectorDouble.One);
105
else if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_HUGE)))
120
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
131
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
221
if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_LARGE + 1)))
225
if (TVectorInt32.GreaterThanAny(ux, TVectorInt32.
Create
(ARG_SMALL - 1)))
247
result = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.5f), x2, TVectorSingle.One);
250
else if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_HUGE)))
274
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
294
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
349
return (degrees * TVector.
Create
(T.Pi)) / TVector.
Create
(T.CreateTruncating(180));
412
if (TVectorUInt64.LessThanOrEqualAll(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(TVectorDouble.Abs(x)), TVectorUInt64.
Create
(V_ARG_MAX)))
415
TVectorDouble dn = TVectorDouble.MultiplyAddEstimate(x, TVectorDouble.
Create
(V_TBL_LN2), TVectorDouble.
Create
(V_EXPF_HUGE));
421
dn -= TVectorDouble.
Create
(V_EXPF_HUGE);
425
TVectorDouble r = TVectorDouble.MultiplyAddEstimate(dn, TVectorDouble.
Create
(-V_LN2_HEAD), x);
426
r = TVectorDouble.MultiplyAddEstimate(dn, TVectorDouble.
Create
(-V_LN2_TAIL), r);
435
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C12), r, TVectorDouble.
Create
(C11)),
437
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C10), r, TVectorDouble.
Create
(C09))),
441
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C08), r, TVectorDouble.
Create
(C07)),
443
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C06), r, TVectorDouble.
Create
(C05))),
446
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C04), r, TVectorDouble.
Create
(C03)),
455
return poly * Unsafe.BitCast<TVectorUInt64, TVectorDouble>((n + TVectorUInt64.
Create
(V_DP64_BIAS)) << 52);
543
if (TVectorUInt32.GreaterThanAny(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(TVectorSingle.Abs(x)), TVectorUInt32.
Create
(V_ARG_MAX)))
546
TVectorSingle infinityMask = TVectorSingle.GreaterThan(x, TVectorSingle.
Create
(V_EXPF_MAX));
550
TVectorSingle.
Create
(float.PositiveInfinity),
555
result = TVectorSingle.AndNot(result, TVectorSingle.LessThan(x, TVectorSingle.
Create
(V_EXPF_MIN)));
564
TVectorDouble z = x * TVectorDouble.
Create
(V_TBL_LN2);
566
TVectorDouble v_expf_huge = TVectorDouble.
Create
(V_EXPF_HUGE);
580
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C6), r, TVectorDouble.
Create
(C5)),
583
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C4), r, TVectorDouble.
Create
(C3)),
584
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C2), r, TVectorDouble.
Create
(C1))
612
TVectorUInt64 shiftedExponentMask = TVectorUInt64.
Create
(double.ShiftedBiasedExponentMask);
620
TVectorUInt64.GreaterThanOrEqual(expDiff, TVectorUInt64.
Create
(double.SignificandLength + 1)) &
621
TVectorUInt64.LessThanOrEqual(expDiff, TVectorUInt64.
Create
(unchecked((ulong)(-double.SignificandLength - 1))))
626
TVectorUInt64 expBiasP500 = TVectorUInt64.
Create
(double.ExponentBias + 500);
628
TVectorDouble expFix = TVectorDouble.ConditionalSelect(Unsafe.BitCast<TVectorUInt64, TVectorDouble>(scaleDownMask), TVectorDouble.
Create
(4.149515568880993E+180), TVectorDouble.One);
629
TVectorUInt64 bitsFix = scaleDownMask & TVectorUInt64.
Create
(0xDA80000000000000);
632
TVectorUInt64 expBiasM500 = TVectorUInt64.
Create
(double.ExponentBias - 500);
634
expFix = TVectorDouble.ConditionalSelect(Unsafe.BitCast<TVectorUInt64, TVectorDouble>(scaleUpMask), TVectorDouble.
Create
(2.409919865102884E-181), expFix);
635
bitsFix = TVectorUInt64.ConditionalSelect(scaleUpMask, TVectorUInt64.
Create
(0x2580000000000000), bitsFix);
644
TVectorDouble subnormalFix = TVectorDouble.
Create
(9.232978617785736E-128);
645
TVectorUInt64 subnormalBitsFix = TVectorUInt64.
Create
(0x0010000000000000);
675
TVectorUInt64 headMask = TVectorUInt64.
Create
(0xFFFF_FFFF_F800_0000);
717
result = TVectorDouble.ConditionalSelect(nanMask, TVectorDouble.
Create
(double.NaN), result);
718
result = TVectorDouble.ConditionalSelect(infinityMask, TVectorDouble.
Create
(double.PositiveInfinity), result);
760
result = TVectorSingle.ConditionalSelect(nanMask, TVectorSingle.
Create
(float.NaN), result);
761
result = TVectorSingle.ConditionalSelect(infinityMask, TVectorSingle.
Create
(float.PositiveInfinity), result);
779
TVectorUInt32 exponent = ((bits >> float.BiasedExponentShift) & TVectorUInt32.
Create
(float.ShiftedBiasedExponentMask)) - TVectorUInt32.
Create
(float.ExponentBias);
780
TVectorUInt32 fractionalBits = TVectorUInt32.
Create
(float.BiasedExponentShift) - exponent;
786
TVectorUInt32 result = TVectorUInt32.GreaterThan(bits, TVectorUInt32.
Create
(0x3FFF_FFFF))
787
& TVectorUInt32.LessThan(bits, TVectorUInt32.
Create
(float.PositiveInfinityBits))
789
| TVectorUInt32.GreaterThan(bits, TVectorUInt32.
Create
(0x4B7F_FFFF)));
804
TVectorUInt64 exponent = ((bits >> double.BiasedExponentShift) & TVectorUInt64.
Create
(double.ShiftedBiasedExponentMask)) - TVectorUInt64.
Create
(double.ExponentBias);
805
TVectorUInt64 fractionalBits = TVectorUInt64.
Create
(double.BiasedExponentShift) - exponent;
811
TVectorUInt64 result = TVectorUInt64.GreaterThan(bits, TVectorUInt64.
Create
(0x3FFF_FFFF_FFFF_FFFF))
812
& TVectorUInt64.LessThan(bits, TVectorUInt64.
Create
(double.PositiveInfinityBits))
814
| TVectorUInt64.GreaterThan(bits, TVectorUInt64.
Create
(0x433F_FFFF_FFFF_FFFF)));
829
TVectorUInt32 exponent = ((bits >> float.BiasedExponentShift) & TVectorUInt32.
Create
(float.ShiftedBiasedExponentMask)) - TVectorUInt32.
Create
(float.ExponentBias);
830
TVectorUInt32 fractionalBits = TVectorUInt32.
Create
(float.BiasedExponentShift) - exponent;
835
TVectorUInt32 result = TVectorUInt32.GreaterThan(bits, TVectorUInt32.
Create
(0x3F7F_FFFF))
836
& TVectorUInt32.LessThan(bits, TVectorUInt32.
Create
(0x4B80_0000))
850
TVectorUInt64 exponent = ((bits >> double.BiasedExponentShift) & TVectorUInt64.
Create
(double.ShiftedBiasedExponentMask)) - TVectorUInt64.
Create
(double.ExponentBias);
851
TVectorUInt64 fractionalBits = TVectorUInt64.
Create
(double.BiasedExponentShift) - exponent;
856
TVectorUInt64 result = TVectorUInt64.GreaterThan(bits, TVectorUInt64.
Create
(0x3FEF_FFFF_FFFF_FFFF))
857
& TVectorUInt64.LessThan(bits, TVectorUInt64.
Create
(0x4340_0000_0000_0000))
934
TVectorUInt64 specialMask = TVectorUInt64.GreaterThanOrEqual(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_MIN), TVectorUInt64.
Create
(V_MAX - V_MIN));
943
TVectorDouble.
Create
(double.NaN),
952
TVectorDouble.
Create
(double.NegativeInfinity),
968
Unsafe.BitCast<TVectorUInt64, TVectorDouble>(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x * 4503599627370496.0) - TVectorUInt64.
Create
(52ul << 52)),
976
TVectorUInt64 vx = Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_OFF);
978
vx = (vx & TVectorUInt64.
Create
(V_MSK)) + TVectorUInt64.
Create
(V_OFF);
994
TVectorDouble.
Create
(C20),
997
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C19), r, TVectorDouble.
Create
(C18)),
999
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C17), r, TVectorDouble.
Create
(C16)))),
1005
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C15), r, TVectorDouble.
Create
(C14)),
1007
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C13), r, TVectorDouble.
Create
(C12))),
1009
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C11), r, TVectorDouble.
Create
(C10)),
1011
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C09), r, TVectorDouble.
Create
(C08)))),
1015
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C07), r, TVectorDouble.
Create
(C06)),
1017
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C05), r, TVectorDouble.
Create
(C04))),
1019
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C03), r, TVectorDouble.
Create
(C02)),
1032
TVectorDouble.
Create
(LN2_HEAD),
1033
TVectorDouble.MultiplyAddEstimate(n, TVectorDouble.
Create
(LN2_TAIL), poly)
1115
TVectorUInt32 specialMask = TVectorUInt32.GreaterThanOrEqual(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_MIN), TVectorUInt32.
Create
(V_MAX - V_MIN));
1124
TVectorSingle.
Create
(float.NaN),
1133
TVectorSingle.
Create
(float.NegativeInfinity),
1148
Unsafe.BitCast<TVectorUInt32, TVectorSingle>(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x * 8388608.0f) - TVectorUInt32.
Create
(23u << 23)),
1155
TVectorUInt32 vx = Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_OFF);
1158
vx = (vx & TVectorUInt32.
Create
(V_MASK)) + TVectorUInt32.
Create
(V_OFF);
1160
TVectorSingle r = Unsafe.BitCast<TVectorUInt32, TVectorSingle>(vx) - TVectorSingle.
Create
(1.0f);
1169
TVectorSingle.
Create
(C10),
1170
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C09), r, TVectorSingle.
Create
(C08))),
1174
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C07), r, TVectorSingle.
Create
(C06)),
1176
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C05), r, TVectorSingle.
Create
(C04))),
1179
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C03), r, TVectorSingle.
Create
(C02)),
1189
TVectorSingle.MultiplyAddEstimate(n, TVectorSingle.
Create
(V_LN2), q)
1254
TVectorUInt64 specialMask = TVectorUInt64.GreaterThanOrEqual(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_MIN), TVectorUInt64.
Create
(V_MAX - V_MIN));
1263
TVectorDouble.
Create
(double.NaN),
1272
TVectorDouble.
Create
(double.NegativeInfinity),
1288
Unsafe.BitCast<TVectorUInt64, TVectorDouble>(Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x * 4503599627370496.0) - TVectorUInt64.
Create
(52ul << 52)),
1296
TVectorUInt64 vx = Unsafe.BitCast<TVectorDouble, TVectorUInt64>(x) - TVectorUInt64.
Create
(V_OFF);
1298
vx = (vx & TVectorUInt64.
Create
(V_MSK)) + TVectorUInt64.
Create
(V_OFF);
1314
TVectorDouble.
Create
(C20),
1317
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C19), r, TVectorDouble.
Create
(C18)),
1319
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C17), r, TVectorDouble.
Create
(C16)))),
1325
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C15), r, TVectorDouble.
Create
(C14)),
1327
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C13), r, TVectorDouble.
Create
(C12))),
1329
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C11), r, TVectorDouble.
Create
(C10)),
1331
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C09), r, TVectorDouble.
Create
(C08)))),
1335
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C07), r, TVectorDouble.
Create
(C06)),
1337
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C05), r, TVectorDouble.
Create
(C04))),
1339
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C03), r, TVectorDouble.
Create
(C02)),
1352
TVectorDouble.
Create
(LN2_HEAD),
1353
TVectorDouble.MultiplyAddEstimate(poly, TVectorDouble.
Create
(LN2_TAIL), n)
1431
TVectorUInt32 specialMask = TVectorUInt32.GreaterThanOrEqual(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_MIN), TVectorUInt32.
Create
(V_MAX - V_MIN));
1440
TVectorSingle.
Create
(float.NaN),
1449
TVectorSingle.
Create
(float.NegativeInfinity),
1465
Unsafe.BitCast<TVectorUInt32, TVectorSingle>(Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x * 8388608.0f) - TVectorUInt32.
Create
(23u << 23)),
1473
TVectorUInt32 vx = Unsafe.BitCast<TVectorSingle, TVectorUInt32>(x) - TVectorUInt32.
Create
(V_OFF);
1475
vx = (vx & TVectorUInt32.
Create
(V_MSK)) + TVectorUInt32.
Create
(V_OFF);
1488
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C9), r, TVectorSingle.
Create
(C8)),
1492
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C7), r, TVectorSingle.
Create
(C6)),
1494
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C5), r, TVectorSingle.
Create
(C4))),
1497
TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(C3), r, TVectorSingle.
Create
(C2)),
1499
TVectorSingle.
Create
(C1) * r
1691
return (radians * TVector.
Create
(T.CreateTruncating(180))) / TVector.
Create
(T.Pi);
1704
return TVectorDouble.Truncate(vector + CopySign<TVectorDouble, double>(TVectorDouble.
Create
(0.49999999999999994), vector));
1750
return TVectorSingle.Truncate(vector + CopySign<TVectorSingle, float>(TVectorSingle.
Create
(0.49999997f), vector));
1808
if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_LARGE + 1)))
1813
if (TVectorInt64.GreaterThanAny(ux, TVectorInt64.
Create
(ARG_SMALL - 1)))
1821
TVectorDouble.
Create
(-0.5)),
1830
sinResult = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.16666666666666666), x3, x);
1831
cosResult = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.5), x2, TVectorDouble.One);
1834
else if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_HUGE)))
1863
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
1874
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
1880
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
1927
if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_LARGE + 1)))
1931
if (TVectorInt32.GreaterThanAny(ux, TVectorInt32.
Create
(ARG_SMALL - 1)))
1968
sinResult = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.16666667f), x3, x);
1969
cosResult = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.5f), x2, TVectorSingle.One);
1972
else if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_HUGE)))
1998
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
2004
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
2040
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.Equals((region + TVectorInt64.One) & TVectorInt64.
Create
(2), TVectorInt64.Zero)),
2128
if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_LARGE + 1)))
2133
if (TVectorInt64.GreaterThanAny(ux, TVectorInt64.
Create
(ARG_SMALL - 1)))
2142
result = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.16666666666666666), x3, x);
2145
else if (TVectorInt64.LessThanAll(ux, TVectorInt64.
Create
(ARG_HUGE)))
2173
Unsafe.BitCast<TVectorInt64, TVectorDouble>(TVectorInt64.GreaterThan(ux, TVectorInt64.
Create
(ARG_SMALLER - 1))),
2258
if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_LARGE + 1)))
2262
if (TVectorInt32.GreaterThanAny(ux, TVectorInt32.
Create
(ARG_SMALL - 1)))
2284
result = TVectorSingle.MultiplyAddEstimate(TVectorSingle.
Create
(-0.16666667f), x3, x);
2287
else if (TVectorInt32.LessThanAll(ux, TVectorInt32.
Create
(ARG_HUGE)))
2311
Unsafe.BitCast<TVectorInt32, TVectorSingle>(TVectorInt32.GreaterThan(ux, TVectorInt32.
Create
(ARG_SMALLER - 1))),
2457
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C6), r2, TVectorDouble.
Create
(C5)),
2460
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C4), r2, TVectorDouble.
Create
(C3)),
2462
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C2), r2, TVectorDouble.
Create
(C1))
2477
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-0.5), r2, TVectorDouble.One)
2494
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C4), r2, TVectorDouble.
Create
(C3)),
2496
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(C2), r2, TVectorDouble.
Create
(C1))
2798
TVectorDouble.
Create
(S6),
2801
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S5), r2, TVectorDouble.
Create
(S4)),
2803
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S3), r2, TVectorDouble.
Create
(S2))
2808
TVectorDouble.
Create
(-S1),
2811
TVectorDouble.MultiplyAddEstimate(rr, TVectorDouble.
Create
(0.5), -(r3 * sinPoly)),
2835
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S6), r2, TVectorDouble.
Create
(S5)),
2838
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S4), r2, TVectorDouble.
Create
(S3)),
2840
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S2), r2, TVectorDouble.
Create
(S1)))
2861
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S4), r2, TVectorDouble.
Create
(S3)),
2863
TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(S2), r2, TVectorDouble.
Create
(S1))),
2884
TVectorDouble npi2 = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(V_TWO_BY_PI), ax, TVectorDouble.
Create
(V_ALM_SHIFT));
2886
npi2 -= TVectorDouble.
Create
(V_ALM_SHIFT);
2888
TVectorDouble rhead = TVectorDouble.MultiplyAddEstimate(TVectorDouble.
Create
(-V_PI_BY_TWO_1), npi2, ax);
2892
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)
2813
TVector values = TVector.
Create
(value);
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (1)
2243
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))) == TVector.Zero;