Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/conversions/
Dbasic_test_conversions.cpp1018 float clampf_char_rte( float );
1145 …{ clampf_char, clampf_char_rte, clampf_char_rtp, clampf_char_rtn, clampf_char_rtz, …
1193 float clampf_char_rte( float f ) { return fclamp( -128.5f, f, 127.5f - 64.f * FLT_EPSILON ); } in clampf_char_rte() function