Lines Matching +defs:val +defs:clz
160 #define FX_DBL2FXCONST_SGL(val) \ argument
179 #define FL2FXCONST_SGL(val) \ argument
191 #define FL2FXCONST_DBL(val) \ argument
206 #define FL2FX_SGL(val) \ argument
209 #define FL2FX_DBL(val) \ argument
215 #define FX_ACC2FX_SGL(val) ((FIXP_SGL)((val) >> (ACCU_BITS - FRACT_BITS))) argument
216 #define FX_ACC2FX_DBL(val) ((FIXP_DBL)((val) >> (ACCU_BITS - DFRACT_BITS))) argument
217 #define FX_SGL2FX_ACC(val) ((FIXP_ACC)((LONG)(val) << (ACCU_BITS - FRACT_BITS))) argument
218 #define FX_SGL2FX_DBL(val) \ argument
220 #define FX_DBL2FX_SGL(val) ((FIXP_SGL)((val) >> (DFRACT_BITS - FRACT_BITS))) argument
228 #define FX_DBL2FL(val) \ argument
233 #define FX_DBL2DOUBLE(val) (((double)(val) / (double)DFRACT_FIX_SCALE)) argument
288 INT clz = fixnormz_D((INT)(x >> 32)); in fNormz() local