Searched defs:DownCastTest (Results 1 – 6 of 6) sorted by relevance
842 struct DownCastTest { struct843 float source_float;844 uint16_t expected_half;845 std::vector<spvutils::round_direction> directions;
886 struct DownCastTest { struct887 float source_float;888 uint16_t expected_half;889 std::vector<round_direction> directions;
32 TEST(DownCastTest, DownCast) { in TEST() argument