Searched refs:l_isgt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c40 bool l_isgt(const l_fp first, const l_fp second);
207 l_isgt (const l_fp first, const l_fp second) function
475 TEST_ASSERT_TRUE (l_isgt(op1, op2));
476 TEST_ASSERT_FALSE(l_isgt(op2, op1));
485 TEST_ASSERT_FALSE(l_isgt(op1, op2));
486 TEST_ASSERT_FALSE(l_isgt(op2, op1));

Completed in 42 milliseconds