Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_cmath.h54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
Dtgmath.h573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
/external/aac/libAACenc/src/
Dpsy_configuration.cpp279 FIXP_DBL bvalFFTLine, atan1, atan2; in FDKaacEnc_BarcLineValue() local
/external/libcxx/include/
Dmath.h811 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT … in atan2() function
812 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOE… in atan2() function
823 atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT in atan2() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h474 Status HandleAtan2(HloInstruction* atan2) { in HandleAtan2()
485 Status HandleAtan2(HloInstruction* atan2) { in HandleAtan2()
489 Status HandleAtan2(HloInstruction* atan2) override { in HandleAtan2()
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py181 atan2 = _broadcasting_binary_op(math_ops.atan2) variable
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp37 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp39 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
/external/v8/src/base/
Dieee754.cc1283 double atan2(double y, double x) { in atan2() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2942 public static double atan2(double y, double x) { in atan2() method in FastMath
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1640 void ShaderCore::atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in atan2() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1640 void ShaderCore::atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in atan2() function in sw::ShaderCore
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3203 ExprP<float> atan2 (const ExprP<float>& x, const ExprP<float>& y) { return app<ATan2<Signature<floa… in atan2() function
3205 ExprP<deFloat16> atan2 (const ExprP<deFloat16>& x, const ExprP<deFloat16>& y) { return app<ATan2<Si… in atan2() function