Home | History | Annotate | Download | only in x86

Lines Matching defs:result

98     INT result;
101 result = __builtin_clz(value);
103 result = 32;
105 return result;
110 INT result;
117 result = fixnormz_D(value);
118 return result - 1;
131 unsigned long result = 0;
133 err = _BitScanReverse(&result, value);
135 return 31 - result;
143 INT result;
150 result = fixnormz_D(value);
151 return result - 1;