Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp34 static bool CompareFormatReal( in CompareFormatReal() function
51 static bool CompareFormatReal(const char *format, std::uint64_t xInt, in CompareFormatReal() function
57 return CompareFormatReal(format, x, expect, got); in CompareFormatReal()
282 ASSERT_TRUE(CompareFormatReal(format, 0.0, expect, got)) in TEST()
313 ASSERT_TRUE(CompareFormatReal(format, 1.0, expect, got)) in TEST()
328 ASSERT_TRUE(CompareFormatReal(format, -1.0, expect, got)) in TEST()
626 ASSERT_TRUE(CompareFormatReal(format, value, expect, got)) in TEST()
671 ASSERT_TRUE(CompareFormatReal(format, value, expect, got)) in TEST()
690 ASSERT_TRUE(CompareFormatReal("(EN10.1)", value, expect, got)) in TEST()