Searched defs:pow2 (Results 1 - 12 of 12) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh25 pow2() { function
51 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
94 pow2 $((${lg_z} + 3)); ptr_bits=${pow2_result}
95 pow2 ${lg_g}; g=${pow2_result}
/external/bison/lib/
H A Dfrexp.c83 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ local
91 DOUBLE pow2_i; /* = pow2[i] */
108 pow2[i] = pow2_i;
113 while (i > 0 && x < pow2[i - 1])
125 DOUBLE pow2_i; /* = pow2[i] */
142 pow2[i] = pow2_i;
155 x *= pow2[i];
H A Dprintf-frexp.c90 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ local
99 DOUBLE pow2_i; /* = pow2[i] */
116 pow2[i] = pow2_i;
126 DOUBLE pow2_i; /* = pow2[i] */
143 pow2[i] = pow2_i;
159 x *= pow2[i];
175 if (x >= pow2[i])
/external/fio/lib/
H A Dnum2str.c12 char *num2str(uint64_t num, int maxlen, int base, int pow2, int unit_base) argument
25 base /= thousand[!!pow2];
43 modulo = num % thousand[!!pow2];
44 num /= thousand[!!pow2];
45 carry = modulo >= thousand[!!pow2] / 2;
/external/jemalloc/test/unit/
H A Dutil.c5 unsigned i, pow2; local
25 for (pow2 = 1; pow2 < 25; pow2++) {
26 for (x = (ZU(1) << (pow2-1)) + 1; x <= ZU(1) << pow2; x++) {
27 assert_zu_eq(pow2_ceil(x), ZU(1) << pow2,
/external/opencv/cvaux/src/
H A D_cvvectrack.h57 inline int pow2(int v) function
/external/skia/src/core/
H A DSkGeometry.h260 * N = 1 << pow2. The amount of storage needed is (1 + 2 * N)
262 int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const;
312 int pow2 = conic.computeQuadPOW2(tol); local
313 fQuadCount = 1 << pow2;
315 conic.chopIntoQuadsPOW2(pts, pow2);
/external/aac/libSBRdec/src/
H A Denv_dec.cpp675 static const FIXP_SGL pow2[ENV_EXP_FRACT] = local
707 mantissa = (FIXP_SGL)( (mantissa * pow2[bit]) << 1);
/external/skia/src/gpu/
H A DGrPathUtils.cpp58 int pow2 = GrNextPow2(temp); local
60 // such that pow2 comes out negative. Also, our point generator
62 if (pow2 < 1) {
63 pow2 = 1;
65 return SkTMin(pow2, MAX_POINTS_PER_CURVE);
114 int pow2 = GrNextPow2(temp); local
116 // such that pow2 comes out negative. Also, our point generator
118 if (pow2 < 1) {
119 pow2 = 1;
121 return SkTMin(pow2, MAX_POINTS_PER_CURV
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 310 milliseconds