Home
last modified time | relevance | path

Searched defs:isgreater (Results 1 – 2 of 2) sorted by relevance

/minix3/include/
H A Dmath.h448 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/minix3/external/bsd/libc++/dist/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp62 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in isgreater() function