Searched defs:exactAtPow2 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.cpp | 19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal()
|
D | LLVMReactor.cpp | 2933 RValue<Float> Rcp_pp(RValue<Float> x, bool exactAtPow2) in Rcp_pp() 2968 RValue<Float4> RcpApprox(RValue<Float4> x, bool exactAtPow2) in RcpApprox() 2984 RValue<Float> RcpApprox(RValue<Float> x, bool exactAtPow2) in RcpApprox() 3179 RValue<Float4> Rcp_pp(RValue<Float4> x, bool exactAtPow2) in Rcp_pp()
|
D | SubzeroReactor.cpp | 3854 RValue<Float> Rcp_pp(RValue<Float> x, bool exactAtPow2) in Rcp_pp() 3958 RValue<Float4> Rcp_pp(RValue<Float4> x, bool exactAtPow2) in Rcp_pp() 3976 RValue<Float4> RcpApprox(RValue<Float4> x, bool exactAtPow2) in RcpApprox() 3983 RValue<Float> RcpApprox(RValue<Float> x, bool exactAtPow2) in RcpApprox()
|
D | Reactor.cpp | 4671 static RValue<T> DoRcp(RValue<T> x, Precision p, bool finite, bool exactAtPow2) in DoRcp() 4705 RValue<Float4> Rcp(RValue<Float4> x, Precision p, bool finite, bool exactAtPow2) in Rcp() 4711 RValue<Float> Rcp(RValue<Float> x, Precision p, bool finite, bool exactAtPow2) in Rcp()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 225 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 187 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
|