Home | History | Annotate | Download | only in include

Lines Matching full:isgreaterequal

150 bool isgreaterequal(arithmetic x, arithmetic y);
486 // isgreaterequal
488 #ifdef isgreaterequal
495 return isgreaterequal(__x, __y);
498 #undef isgreaterequal
508 isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT
514 #endif // isgreaterequal
645 using ::isgreaterequal;