MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / TEST

Function TEST

tests/ftoa_test.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57TEST(F64toa, Basic) {
58 TestF64toa("0.0", 0.0);
59 TestF64toa("-0.0", -0.0);
60 TestF64toa("1.0", 1.0);
61 TestF64toa("-1.0", -1.0);
62 TestF64toa("1.23", 1.23);
63}
64
65TEST(F64toa, MinAndMax) {
66 // Max Normal

Callers

nothing calls this directly

Calls 3

TestF64toaFunction · 0.85
int64Bits2DoubleFunction · 0.85
ieeeParts2DoubleFunction · 0.85

Tested by

no test coverage detected