Home
last modified time | relevance | path

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

/external/deqp-deps/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>>{
/external/deqp-deps/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>>{
/external/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>>{