Searched refs:FRACT_FIX_SCALE (Results 1 – 1 of 1) sorted by relevance
131 #define FRACT_FIX_SCALE ((INT64(1)<<(FRACT_BITS-1))) macro159 …uble)(val) * (FRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_SGL) ) ? (SHORT)(MAXVAL_SGL) : (SHORT)( …160 …val) * (FRACT_FIX_SCALE) - 0.5) <= (double)(MINVAL_SGL_CONST) ) ? (SHORT)(MINVAL_SGL_CONST) : (SH…169 …(val) ( (val)>0.0f ? (SHORT)( (val)*(float)(FRACT_FIX_SCALE)+0.5f ) : (SHORT)( (val)*(float)(FRACT…