Searched refs:sqrtx (Results 1 – 2 of 2) sorted by relevance
587 Scalar sqrtx = sqrt(x.value());588 return Eigen::MakeAutoDiffScalar(sqrtx,x.derivatives() * (Scalar(0.5) / sqrtx));)
1189 Float4 sqrtx = Rcp_pp(RcpSqrt_pp(x)); in linearToSRGB() local1190 Float4 sRGB = sqrtx * Float4(1.14f) - x * Float4(0.14f); in linearToSRGB()