Home
last modified time | relevance | path

Searched refs:sigma3 (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/system/
Dsha256.h30 inline uint32_t sigma3(uint32_t x) { return (x >> 17 | x << 15) ^ (x >> 19 | x << 13) ^ (x >> 10); } in sigma3() function
Dsha256.cc96 w[i] = sigma3(w[i - 2]) + w[i - 7] + sigma2(w[i - 15]) + w[i - 16]; in ProcessInner()
/third_party/flutter/skia/src/core/
DSkBlurMF.cpp841 float sigma3 = 3 * SkScalarToFloat(xformedSigma); in canFilterMaskGPU() local
844 SkIRect clipRect = clipBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()
845 SkIRect srcRect = devSpaceShapeBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()
/third_party/skia/src/core/
DSkBlurMF.cpp1578 float sigma3 = 3 * SkScalarToFloat(xformedSigma); in canFilterMaskGPU() local
1581 SkIRect clipRect = clipBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()
1582 SkIRect srcRect = devSpaceShapeBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU()