Searched refs:stor_output_low (Results 1 – 1 of 1) sorted by relevance
1762 double stor_output_low = floor(temp_output_low); in calculate_expected_value() local1766 stor_output_low = de::clamp(stor_output_low, range_low, range_top); in calculate_expected_value()1773 convert<glw::GLbyte>(out_expected_data_low, stor_output_low); in calculate_expected_value()1777 convert<glw::GLubyte>(out_expected_data_low, stor_output_low); in calculate_expected_value()1781 convert<glw::GLshort>(out_expected_data_low, stor_output_low); in calculate_expected_value()1785 convert<glw::GLushort>(out_expected_data_low, stor_output_low); in calculate_expected_value()1789 convert<glw::GLint>(out_expected_data_low, stor_output_low); in calculate_expected_value()1793 convert<glw::GLuint>(out_expected_data_low, stor_output_low); in calculate_expected_value()