OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halfBits
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
SafeMathTest.cpp
34
size_t
halfBits
= bits / 2;
35
size_t sqrtMax = max >>
halfBits
;
40
REPORTER_ASSERT(r, safe.mul(sqrtMax, sqrtMaxPlus1) == sqrtMax <<
halfBits
);
/external/skqp/tests/
SafeMathTest.cpp
34
size_t
halfBits
= bits / 2;
35
size_t sqrtMax = max >>
halfBits
;
40
REPORTER_ASSERT(r, safe.mul(sqrtMax, sqrtMaxPlus1) == sqrtMax <<
halfBits
);
/external/swiftshader/src/Shader/
ShaderCore.hpp
362
void halfToFloatBits(Float4& dst, const Float4&
halfBits
);
ShaderCore.cpp
[
all
...]
SamplerCore.cpp
[
all
...]
Completed in 583 milliseconds