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

/freebsd-10.2-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c36 int l_fp_signum(const l_fp first);
165 l_fp_signum(const l_fp first) function
398 TEST_ASSERT_TRUE(l_fp_signum(op2) >= 0);
400 if (l_fp_signum(op1) >= 0)
415 TEST_ASSERT_EQUAL(-1, l_fp_signum(minVal));

Completed in 42 milliseconds