Searched defs:ubound (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c176 unsigned long long ubound; local
181 ubound = (1ULL << dst_width);
182 mask = ubound - 1;
183 scale = (double)mask/ubound;
287 unsigned long long ubound; local
317 ubound = ((unsigned long long)1 << n);
318 mask = ubound - 1;
319 scale = (double)ubound/mask;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 78 milliseconds