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

ldexp - Multiply x by 2 to the power k.

Authors

TheKhronosGroup

Description

       Multiply x by 2 to the power k.

Name

       ldexp - Multiply x by 2 to the power k.

       floatnldexp(floatnx,intnk);floatnldexp(floatnx,intk);floatldexp(floatx,intk);doublenldexp(doublenx,intnk);doublenldexp(doublenx,intk);doubleldexp(doublex,intn);halfnldexp(halfnx,intnk);halfnldexp(halfnx,intk);halfldexp(halfx,intk);

Notes

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

The Khronos Group                                  11/18/2024                                        LDEXP(3clc)

See Also

mathFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also