Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ilogb - Exponent as an integer value.

Authors

TheKhronosGroup

Description

       Returns the exponent as an integer value.

Name

       ilogb - Exponent as an integer value.

       intnilogb(floatnx);intilogb(floatx);intnilogb(doublenx);intilogb(doublex);intnilogb(halfnx);intilogb(halfx);

Notes

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

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

See Also

mathFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also