Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2386 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope() function in deqp::gls::BuiltinPrecisionTests::Functions::Sin
2397 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.cpp3188 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope() function in vkt::shaderexecutor::Functions::Sin
3202 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope() function in vkt::shaderexecutor::Functions::Cos