Searched defs:islessequal (Results 1 - 1 of 1) sorted by relevance

/src/include/
H A Dmath.h482 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro

Completed in 3 milliseconds