Home
last modified time | relevance | path

Searched refs:arctan_01 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp355 Float4 arctan_01(Float4 x, bool pp) in arctan_01() function
384 Float4 theta = arctan_01(y, pp); in arctan()
416 Float4 atan2_theta = arctan_01(y2 / x2, pp); in arctan()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp371 Float4 arctan_01(Float4 x, bool pp) in arctan_01() function
400 Float4 theta = arctan_01(y, pp); in arctan()
432 Float4 atan2_theta = arctan_01(y2 / x2, pp); in arctan()