Home
last modified time | relevance | path

Searched refs:isgreaterequal (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/crt/
H A Dmingw_math.h519 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
539 #define isgreaterequal(x, y) ((__fp_unordered_compare (x, y) & FP_INFINITE) == 0) macro
/reactos/sdk/include/ucrt/
H A Dcorecrt_math.h285 #define isgreaterequal(x, y) ((_FPCOMPARE(x, y) & (_FP_EQ | _FP_GT)) != 0) macro
435 _Check_return_ inline bool isgreaterequal(_In_ _Ty1 _X, _In_ _Ty2 _Y) throw()