Searched refs:clampf_ushort_rtp (Results 1 – 1 of 1) sorted by relevance
1030 float clampf_ushort_rtp( float );1146 …{ clampf_ushort, clampf_ushort_rte, clampf_ushort_rtp, clampf_ushort_rtn, clampf_us…1206 float clampf_ushort_rtp( float f ) { return fclamp( -1.0f + FLT_EPSILON/2.0f, f, 65535.0f ); } in clampf_ushort_rtp() function