Searched refs:RcpSqrt_pp (Results 1 – 5 of 5) 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()
1033 Float4 sqrtx = Rcp_pp(RcpSqrt_pp(x)); in linearToSRGB()
321 rsq = RcpSqrt_pp(abs); in reciprocalSquareRoot()
1907 RValue<Float> RcpSqrt_pp(RValue<Float> val);2385 RValue<Float4> RcpSqrt_pp(RValue<Float4> val);
6121 RValue<Float> RcpSqrt_pp(RValue<Float> x) in RcpSqrt_pp() function6641 RValue<Float4> RcpSqrt_pp(RValue<Float4> x) in RcpSqrt_pp() function