Home
last modified time | relevance | path

Searched defs:arctan (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Pipeline/
DShaderCore.cpp377 Float4 arctan(RValue<Float4> x, bool pp) in arctan() function
389 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan() function
/external/swiftshader/src/Shader/
DShaderCore.cpp393 Float4 arctan(RValue<Float4> x, bool pp) in arctan() function
405 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py711 def arctan(x): function