HomeSort by: relevance | last modified time | path
    Searched refs:isGE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/tests/ntpd/
t-ntp_signd.c 63 isGE(int a,int b)
94 TEST_ASSERT_TRUE(isGE(temp,0));
109 TEST_ASSERT_TRUE(isGE(fd, 0));
125 TEST_ASSERT_TRUE(isGE(fd, 0));
147 TEST_ASSERT_TRUE(isGE(fd, 0));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 1321 static bool isGE(Predicate P) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 9727 bool IsGreater = ICmpInst::isGE(Pred) || ICmpInst::isGT(Pred);

Completed in 62 milliseconds