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

islessgreater - Compare of (x < y) || (x > y).

Authors

TheKhronosGroup

Description

       Returns the component-wise compare of (x < y) || (x > y).

Name

       islessgreater - Compare of (x < y) || (x > y).

       intislessgreater(floatx,floaty);intnislessgreater(floatnx,floatny);intislessgreater(doublex,doubley);longnislessgreater(doublenx,doubleny);intislessgreater (halfx, halfy)   // if half
       extension enabled
       shortnislessgreater (halfnx, halfny)   // if half
       extension enabled

Notes

        1. OpenCL Specification
           page 264, section 6.12.6 - Relational Functions

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

See Also

relationalFunctions(3clc)

Specification

OpenCLSpecification[1]

See Also