/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
D | tgmath.h | 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/aac/libAACenc/src/ |
D | psy_configuration.cpp | 279 FIXP_DBL bvalFFTLine, atan1, atan2; in FDKaacEnc_BarcLineValue() local
|
/external/libcxx/include/ |
D | math.h | 811 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/ |
D | hlo_evaluator_typed_visitor.h | 474 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/ |
D | xla.py | 181 atan2 = _broadcasting_binary_op(math_ops.atan2) variable
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 37 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 39 Ambiguous atan2(Ambiguous, Ambiguous){ return Ambiguous(); } in atan2() function
|
/external/v8/src/base/ |
D | ieee754.cc | 1283 double atan2(double y, double x) { in atan2() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 2942 public static double atan2(double y, double x) { in atan2() method in FastMath
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 1640 void ShaderCore::atan2(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, bool pp) in atan2() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1640 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/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3203 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
|