Searched refs:deAtan2 (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deMath.h | 235 DE_INLINE double deAtan2 (double y, double x) { return atan2(y, x); } in deAtan2() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 14611 const double error (deAtan2(d, sqrt(1.0 - d * d))); in calc() 14632 const double error (deAtan2(sqrt(1.0 - d * d), d)); in calc() 15372 result = deAtan2(xd, yd); in calc() 15379 result = deAtan2(xd, yd); in calc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 14611 const double error (deAtan2(d, sqrt(1.0 - d * d))); in calc() 14632 const double error (deAtan2(sqrt(1.0 - d * d), d)); in calc() 15372 result = deAtan2(xd, yd); in calc() 15379 result = deAtan2(xd, yd); in calc()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2487 ATan2 (void) : CFloatFunc2 ("atan", deAtan2) {} in ATan2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3238 ATan2 (void) : CFloatFunc2<T> ("atan", deAtan2) {} in ATan2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3238 ATan2 (void) : CFloatFunc2<T> ("atan", deAtan2) {} in ATan2()
|