Lines Matching refs:si_prefix
3614 g_assert_cmpstr(si_prefix(-18), ==, "a"); in test_si_prefix()
3615 g_assert_cmpstr(si_prefix(-15), ==, "f"); in test_si_prefix()
3616 g_assert_cmpstr(si_prefix(-12), ==, "p"); in test_si_prefix()
3617 g_assert_cmpstr(si_prefix(-9), ==, "n"); in test_si_prefix()
3618 g_assert_cmpstr(si_prefix(-6), ==, "u"); in test_si_prefix()
3619 g_assert_cmpstr(si_prefix(-3), ==, "m"); in test_si_prefix()
3620 g_assert_cmpstr(si_prefix(0), ==, ""); in test_si_prefix()
3621 g_assert_cmpstr(si_prefix(3), ==, "K"); in test_si_prefix()
3622 g_assert_cmpstr(si_prefix(6), ==, "M"); in test_si_prefix()
3623 g_assert_cmpstr(si_prefix(9), ==, "G"); in test_si_prefix()
3624 g_assert_cmpstr(si_prefix(12), ==, "T"); in test_si_prefix()
3625 g_assert_cmpstr(si_prefix(15), ==, "P"); in test_si_prefix()
3626 g_assert_cmpstr(si_prefix(18), ==, "E"); in test_si_prefix()