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

  /src/external/bsd/ntp/dist/include/
ntp_fp.h 243 #define L_ISGT(a, b) M_ISGT((a)->l_i, (a)->l_uf, (b)->l_i, (b)->l_uf)
  /src/external/bsd/ntp/dist/tests/libntp/
lfpfunc.c 42 bool l_isgt(const l_fp first, const l_fp second);
209 l_isgt (const l_fp first, const l_fp second) function
212 return L_ISGT(&first, &second);
477 TEST_ASSERT_TRUE (l_isgt(op1, op2));
478 TEST_ASSERT_FALSE(l_isgt(op2, op1));
487 TEST_ASSERT_FALSE(l_isgt(op1, op2));
488 TEST_ASSERT_FALSE(l_isgt(op2, op1));
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 5253 if (L_ISGT(&ldiff, &minstep)) {

Completed in 57 milliseconds