Searched refs:FL2FX_SGL (Results 1 – 2 of 2) sorted by relevance
169 #define FL2FX_SGL(val) ( (val)>0.0f ? (SHORT)( (val)*(float)(FRACT_FIX_SCALE)+0.5f ) : (SHORT)( (va… macro
1902 sineLevelPrev = fMultDiv2(pSineLevel[-1],FL2FX_SGL(0.0163f)); in adjustTimeSlotLC()