Searched refs:RcpSqrt_pp (Results 1 – 6 of 6) sorted by relevance
272 d = RcpSqrt_pp(d); // FIXME: Sufficient precision? in pipeline()824 A = RcpSqrt_pp(A + d * (B + d * C)); in processPointSize()928 Float4 rcpLength = RcpSqrt_pp(dot3(src, src)); in normalize()948 dst = RcpSqrt_pp(dst); in power()949 dst = RcpSqrt_pp(dst); in power()
1189 Float4 sqrtx = Rcp_pp(RcpSqrt_pp(x)); in linearToSRGB()
231 rsq = RcpSqrt_pp(abs); in reciprocalSquareRoot()
2180 RValue<Float> RcpSqrt_pp(RValue<Float> val);2351 RValue<Float4> RcpSqrt_pp(RValue<Float4> val);
3861 RValue<Float> RcpSqrt_pp(RValue<Float> x) in RcpSqrt_pp() function3965 RValue<Float4> RcpSqrt_pp(RValue<Float4> x) in RcpSqrt_pp() function
2929 RValue<Float> RcpSqrt_pp(RValue<Float> x) in RcpSqrt_pp() function3175 RValue<Float4> RcpSqrt_pp(RValue<Float4> x) in RcpSqrt_pp() function