Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2245 const int loSlope = doGetSlope(lo); in innerExtrema()
2246 const int hiSlope = doGetSlope(hi); in innerExtrema()
2319 virtual int doGetSlope (double angle) const = 0;
2331 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope() function in deqp::gls::BuiltinPrecisionTests::Functions::Sin
2342 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope() function in deqp::gls::BuiltinPrecisionTests::Functions::Cos