Home
last modified time | relevance | path

Searched defs:doGetSlope (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2385 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope() function in deqp::gls::BuiltinPrecisionTests::Functions::Sin
2396 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope() function in deqp::gls::BuiltinPrecisionTests::Functions::Cos
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3187 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope() function in vkt::shaderexecutor::Functions::Sin
3201 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope() function in vkt::shaderexecutor::Functions::Cos