Searched refs:sineh (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 427 Float4 sineh(RValue<Float4> x, bool pp) in sineh() function 1658 dst.x = sineh(src.x, pp); in sinh() 1659 dst.y = sineh(src.y, pp); in sinh() 1660 dst.z = sineh(src.z, pp); in sinh() 1661 dst.w = sineh(src.w, pp); in sinh()
|
D | ShaderCore.hpp | 75 Float4 sineh(RValue<Float4> x, bool pp = false);
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 427 Float4 sineh(RValue<Float4> x, bool pp) in sineh() function 1658 dst.x = sineh(src.x, pp); in sinh() 1659 dst.y = sineh(src.y, pp); in sinh() 1660 dst.z = sineh(src.z, pp); in sinh() 1661 dst.w = sineh(src.w, pp); in sinh()
|
D | ShaderCore.hpp | 75 Float4 sineh(RValue<Float4> x, bool pp = false);
|