Home
last modified time | relevance | path

Searched defs:exactAtPow2 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.cpp19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal()
DLLVMReactor.cpp2933 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()
DSubzeroReactor.cpp3854 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()
DReactor.cpp4671 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/
DShaderCore.cpp225 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp187 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()