logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sqrt,_rsqrt,_half_sqrt,_native_sqrt,_half_sqrt,_native_sqrt - Square root functions.

Authors

TheKhronosGroup

Description

sqrt computes square root.

       half_sqrt computes square root.

       native_sqrt computes square root over an implementation-defined range. The maximum error is
       implementation-defined.

       rsqrt computes inverse square root.

       half_rsqrt computes inverse square root.

       native_rsqrt computes inverse square root over an implementation-defined range. The maximum error is
       implementation-defined.

Name

       sqrt,_rsqrt,_half_sqrt,_native_sqrt,_half_sqrt,_native_sqrt - Square root functions.

       gentypesqrt(gentype);gentypehalf_sqrt(gentypex);gentypenative_sqrt(gentypex);gentypersqrt(gentype);gentypehalf_rsqrt(gentypex);gentypenative_rsqrt(gentypex);

Notes

        1. OpenCL Specification
           page 244, section 6.12.2 - Math Functions

The Khronos Group                                  11/18/2024                         SQRT,RSQRT,HALF_SQ(3clc)

See Also

mathFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also