示例#1
0
TEST_F(FastAtofTest, FastAtof)
{
    RunTest<float>(FastAtofWrapper());
}
示例#2
0
TEST_F(FastAtofTest, FastAtof)
{
    RunTest<ai_real>(FastAtofWrapper());
}