4 references to Ceiling
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (3)
376
T value = Scalar<T>.
Ceiling
(vector.GetElementUnsafe(index));
396
double element = Scalar<double>.
Ceiling
(value.GetElementUnsafe(index));
415
float element = Scalar<float>.
Ceiling
(value.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
399
T value = Scalar<T>.
Ceiling
(vector.GetElementUnsafe(index));