Searched refs:pow2 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dfrexp.c81 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ local
89 DOUBLE pow2_i; /* = pow2[i] */
106 pow2[i] = pow2_i;
111 while (i > 0 && x < pow2[i - 1])
123 DOUBLE pow2_i; /* = pow2[i] */
140 pow2[i] = pow2_i;
153 x *= pow2[i];
H A Dprintf-frexp.c88 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ local
97 DOUBLE pow2_i; /* = pow2[i] */
114 pow2[i] = pow2_i;
124 DOUBLE pow2_i; /* = pow2[i] */
141 pow2[i] = pow2_i;
157 x *= pow2[i];
173 if (x >= pow2[i])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-rm7k.c185 unsigned long flags, addr, begin, end, pow2; local
196 pow2 = (256 * 1024);
197 for (addr = begin; addr <= end; addr = (begin + pow2)) {
200 pow2 <<= 1;
209 pow2 = (512 * 1024);
210 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) {
214 pow2 <<= 1;
H A Dc-r4k.c1101 unsigned long flags, addr, begin, end, pow2; local
1119 pow2 = (64 * 1024);
1120 for (addr = begin; addr < end; addr = (begin + pow2)) {
1123 pow2 <<= 1;
1135 pow2 = (128 * 1024);
1136 for (addr = begin + (128 * 1024); addr < end; addr = begin + pow2) {
1141 pow2 <<= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc32_x86.S71 # define ALIGN(pow2, abs) .align pow2
73 # define ALIGN(pow2, abs) .align abs
H A Dcrc64_x86.S61 # define ALIGN(pow2, abs) .align pow2
63 # define ALIGN(pow2, abs) .align abs
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcrc32_x86.S71 # define ALIGN(pow2, abs) .align pow2
73 # define ALIGN(pow2, abs) .align abs
H A Dcrc64_x86.S61 # define ALIGN(pow2, abs) .align pow2
63 # define ALIGN(pow2, abs) .align abs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_psnr.c69 static inline unsigned pow2(unsigned base) function
76 return 10.0 * log(pow2(max) / (mse / nb_frames)) / log(10.0);
99 m2 += pow2(main_line[j] - ref_line[j]);
127 m += pow2(main_line[j] - ref_line[j]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c1541 size_t pow2 = 0; local
1566 pow2 = 1;
1567 while (num > pow2)
1568 pow2 <<= 1;
1569 /* Now pow2 is the smallest power of 2 satifsying pow2 >= num.
1571 pow2 <<= 1;
1573 heap = OPENSSL_malloc(pow2 * sizeof heap[0]);
1591 for (i = pow2/2 - 1; i > 0; i--)
1594 heap[pow2/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c51 float *pow2; member in struct:__anon2014
165 cb->pow2 = cb->dimentions = NULL;
169 cb->pow2 = av_mallocz(sizeof(float) * cb->nentries);
170 if (!cb->dimentions || !cb->pow2)
186 cb->pow2[i] += cb->dimentions[i * cb->ndimentions + j] * cb->dimentions[i * cb->ndimentions + j];
189 cb->pow2[i] /= 2.;
845 float * vec = book->dimentions + i * book->ndimentions, d = book->pow2[i];
1077 av_freep(&venc->codebooks[i].pow2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c53 float *pow2; member in struct:__anon3251
170 cb->pow2 = cb->dimensions = NULL;
174 cb->pow2 = av_mallocz(sizeof(float) * cb->nentries);
175 if (!cb->dimensions || !cb->pow2)
191 cb->pow2[i] += cb->dimensions[i * cb->ndimensions + j] * cb->dimensions[i * cb->ndimensions + j];
194 cb->pow2[i] /= 2.0;
856 float * vec = book->dimensions + i * book->ndimensions, d = book->pow2[i];
1115 av_freep(&venc->codebooks[i].pow2);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js4569 var pow2,
4572 while ( p < ( ( pow2 = Math.pow( 2, --bounce ) ) - 1 ) / 11 ) {}
4573 return 1 / Math.pow( 4, 3 - bounce ) - 7.5625 * Math.pow( ( pow2 * 3 - 2 ) / 22 - p, 2 );

Completed in 193 milliseconds