Searched refs:clampd_short_rtp (Results 1 – 1 of 1) sorted by relevance
1041 double clampd_short_rtp( double );1160 …{ clampd_short, clampd_short_rte, clampd_short_rtp, clampd_short_rtn, clampd_short_…1218 double clampd_short_rtp( double f ) { return dclamp( -32769.0 + 32768.*DBL_EPSILON, f, 32767. ); } in clampd_short_rtp() function