Searched refs:rep_float_count (Results 1 – 7 of 7) sorted by relevance
82 size_t rep_float_count; member
54 alltypes.rep_float_count = 5; alltypes.rep_float[4] = 2010.0f; in main()
67 …TEST(alltypes.rep_float_count == 5 && alltypes.rep_float[4] == 2010.0f && alltypes.rep_float[0] ==… in check_alltypes()
51 alltypes.rep_float_count = 5; alltypes.rep_float[4] = 2010.0f; in main()
64 …TEST(alltypes.rep_float_count == 5 && alltypes.rep_float[4] == 2010.0f && alltypes.rep_float[0] ==… in check_alltypes()
136 alltypes.rep_float_count = 5; alltypes.rep_float = rep_float; in main()
61 …TEST(alltypes.rep_float_count == 5 && alltypes.rep_float[4] == 2010.0f && alltypes.rep_float[0] ==… in check_alltypes()