Searched refs:doGetSlope (Results 1 – 1 of 1) sorted by relevance
2245 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::Sin2342 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope() function in deqp::gls::BuiltinPrecisionTests::Functions::Cos