Home
last modified time | relevance | path

Searched refs:LFP_MAX_PRECISION_MS (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dlfptostr.c16 static const int LFP_MAX_PRECISION_MS = 7; variable
53 … TEST_ASSERT_EQUAL_STRING("+200000.0000000", mfptoms(test.l_ui, test.l_uf, LFP_MAX_PRECISION_MS)); in test_PositiveInteger()
61 TEST_ASSERT_EQUAL_STRING("-100000.0000000", lfptoms(&test, LFP_MAX_PRECISION_MS)); in test_NegativeInteger()
69 TEST_ASSERT_EQUAL_STRING("+200250.0000000", lfptoms(&test, LFP_MAX_PRECISION_MS)); in test_PositiveIntegerWithFraction()
77 TEST_ASSERT_EQUAL_STRING("-99750.0000000", lfptoms(&test, LFP_MAX_PRECISION_MS)); in test_NegativeIntegerWithFraction()