Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/conversions/
Dbasic_test_conversions.cpp1007 double clampd_uchar( double );
1157 …{ clampd_uchar, clampd_uchar_rte, clampd_uchar_rtp, clampd_uchar_rtn, clampd_uchar_…
1181 double clampd_uchar( double f ) { return dclamp( -0.5, f, 255.5 - 128.0 * DBL_EPSILON ); } in clampd_uchar() function