Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h235 DE_INLINE double deAtan2 (double y, double x) { return atan2(y, x); } in deAtan2() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14596 const double error (deAtan2(d, sqrt(1.0 - d * d))); in calc()
14617 const double error (deAtan2(sqrt(1.0 - d * d), d)); in calc()
15357 result = deAtan2(xd, yd); in calc()
15364 result = deAtan2(xd, yd); in calc()
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp2487 ATan2 (void) : CFloatFunc2 ("atan", deAtan2) {} in ATan2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3238 ATan2 (void) : CFloatFunc2<T> ("atan", deAtan2) {} in ATan2()