Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 898 Bytes

isgreaterequal.adoc

File metadata and controls

60 lines (37 loc) · 898 Bytes

isgreaterequal

Compare of x >= y.

int isgreaterequal(float x,
                   float y)

int n isgreaterequal(float n x,
                     float n y)

int isgreaterequal(double x,
                   double y)

long n isgreaterequal(double n x,
                      double n y)
int isgreaterequal
     (half x,
       half y)   // if half extension enabled

shortn isgreaterequal
     (halfn x,
       halfn y)   // if half extension enabled

Description

Returns the component-wise compare of x >= y.