Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h236 DE_INLINE double deAtanOver (double yOverX) { return atan(yOverX); } in deAtanOver() function
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp2479 ATan (void) : ArcTrigFunc("atan", deAtanOver, 4096.0, in ATan()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3217 ATan (void) : CFloatFunc1<T> ("atan", deAtanOver) {} in ATan()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14644 const double result (deAtanOver(d)); in calc()