Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h101 DE_INLINE int deIntSign (double x) { return (x > 0.0) - (x < 0.0); } in deIntSign() function
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2320 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1) in innerExtrema()
2385 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()
2396 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2892 deIntSign(CFloatFunc1<T>::applyExact(hi) - CFloatFunc1<T>::applyExact(lo)) * loSlope == -1) in innerExtrema()
3029 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()
3042 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()