Home
last modified time | relevance | path

Searched refs:deIntSign (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h178 DE_INLINE int deIntSign (double x) { return (x > 0.0) - (x < 0.0); } in deIntSign() function
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2321 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1) in innerExtrema()
2386 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()
2397 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3093 deIntSign(CFloatFunc1<T>::applyExact(hi) - CFloatFunc1<T>::applyExact(lo)) * loSlope == -1) in innerExtrema()
3212 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()
3226 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3069 deIntSign(CFloatFunc1<T>::applyExact(hi) - CFloatFunc1<T>::applyExact(lo)) * loSlope == -1) in innerExtrema()
3188 int doGetSlope (double angle) const { return deIntSign(deCos(angle)); } in doGetSlope()
3202 int doGetSlope (double angle) const { return -deIntSign(deSin(angle)); } in doGetSlope()

Completed in 33 milliseconds