Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dhex_float_test.cpp1101 struct FloatParseCase { struct
1108 using ParseNormalFloatTest = ::testing::TestWithParam<FloatParseCase<float>>;
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1129 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value}; in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1137 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value}; in GoodFloatParseCase()
1142 ::testing::ValuesIn(std::vector<FloatParseCase<float>>{
1175 ::testing::TestWithParam<FloatParseCase<Float16>>;
1193 ::testing::ValuesIn(std::vector<FloatParseCase<Float16>>{
/third_party/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp1101 struct FloatParseCase { struct
1108 using ParseNormalFloatTest = ::testing::TestWithParam<FloatParseCase<float>>;
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1129 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value}; in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1137 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value}; in GoodFloatParseCase()
1142 ::testing::ValuesIn(std::vector<FloatParseCase<float>>{
1175 ::testing::TestWithParam<FloatParseCase<Float16>>;
1193 ::testing::ValuesIn(std::vector<FloatParseCase<Float16>>{
/third_party/spirv-tools/test/
Dhex_float_test.cpp1101 struct FloatParseCase { struct
1108 using ParseNormalFloatTest = ::testing::TestWithParam<FloatParseCase<float>>;
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1129 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value}; in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1137 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value}; in GoodFloatParseCase()
1142 ::testing::ValuesIn(std::vector<FloatParseCase<float>>{
1175 ::testing::TestWithParam<FloatParseCase<Float16>>;
1193 ::testing::ValuesIn(std::vector<FloatParseCase<Float16>>{
/third_party/glslang/gtests/
DHexFloat.cpp1003 struct FloatParseCase { struct
1010 using ParseNormalFloatTest = ::testing::TestWithParam<FloatParseCase<float>>;
1028 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1031 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value}; in BadFloatParseCase()
1036 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1039 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value}; in GoodFloatParseCase()
1044 ::testing::ValuesIn(std::vector<FloatParseCase<float>>{
1077 ::testing::TestWithParam<FloatParseCase<Float16>>;
1095 ::testing::ValuesIn(std::vector<FloatParseCase<Float16>>{
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp1006 struct FloatParseCase { struct
1013 using ParseNormalFloatTest = ::testing::TestWithParam<FloatParseCase<float>>;
1031 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1034 return FloatParseCase<T>{literal, negate_value, false, proxy_expected_value}; in BadFloatParseCase()
1039 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1042 return FloatParseCase<T>{literal, negate_value, true, proxy_expected_value}; in GoodFloatParseCase()
1047 ::testing::ValuesIn(std::vector<FloatParseCase<float>>{
1080 ::testing::TestWithParam<FloatParseCase<Float16>>;
1098 ::testing::ValuesIn(std::vector<FloatParseCase<Float16>>{