HomeSort by: relevance | last modified time | path
    Searched defs:islessequal (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
math.h 482 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
math.h 482 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro

Completed in 24 milliseconds