17 references to Store
Microsoft.ML.CpuMath (16)
AvxIntrinsics.cs (13)
434Avx.Store(pDstCurrent, dstVector); 484Avx.Store(pDstCurrent, temp); 509Avx.Store(pDstCurrent, result); 532Avx.Store(pDstCurrent, temp); 563Avx.Store(pDstCurrent, result); 586Avx.Store(pDstCurrent, srcVector); 633Avx.Store(pDstCurrent, dstVector); 681Avx.Store(pDstCurrent, dstVector); 737Avx.Store(pResCurrent, dstVector); 842Avx.Store(pDstCurrent, result); 941Avx.Store(pDstCurrent, src2Vector); 1525Avx.Store(pDst1Current, xDst1); 1526Avx.Store(pDst2Current, xDst2);
FactorizationMachine\AvxIntrinsics.cs (3)
106Avx.Store(qffprime + k, q); 217Avx.Store(vjfprime + k, v); 218Avx.Store(hvjfprime + k, h);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
1097public static unsafe void Store(float* address, Vector256<float> source) => Store(address, source);