llvm/libc/test/src/__support/str_to_float_test.cpp

#include "src/__support/macros/config.h"
#include "str_to_fp_test.h"

namespace LIBC_NAMESPACE_DECL {

LlvmLibcStrToFltTest;

TEST_F(LlvmLibcStrToFltTest, ClingerFastPathFloat32Simple) {}

TEST_F(LlvmLibcStrToFltTest, ClingerFastPathFloat32ExtendedExp) {}

TEST_F(LlvmLibcStrToFltTest, ClingerFastPathFloat32NegativeExp) {}

// Check the fallback states for the algorithm:
TEST_F(LlvmLibcStrToFltTest, EiselLemireFallbackStates) {}

TEST_F(LlvmLibcStrToFltTest, SimpleDecimalConversion32SpecificFailures) {}

TEST(LlvmLibcStrToFltTest, SimpleDecimalConversionExtraTypes) {}

} // namespace LIBC_NAMESPACE_DECL