Home | History | Annotate | Download | only in x86

Lines Matching refs:result

112   INT result;
115 result = __builtin_clz(value);
117 result = 32;
119 return result;
123 INT result;
130 result = fixnormz_D(value);
131 return result - 1;
142 unsigned long result = 0;
144 err = _BitScanReverse(&result, value);
146 return 31 - result;
153 INT result;
160 result = fixnormz_D(value);
161 return result - 1;