Searched refs:pow (Results 1 - 25 of 256) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Dhashes.c135 int j, pow; local
139 for (pow = 1, i = 1; i < len; i++)
140 pow = pow * 10;
145 a = (msg[0] - 48) * pow;
149 for (pow = 1, j = i; j < len - 1; j++)
150 pow = pow * 10;
151 a = a + c * pow;
156 for (pow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Dhashes.c135 int j, pow; local
139 for (pow = 1, i = 1; i < len; i++)
140 pow = pow * 10;
145 a = (msg[0] - 48) * pow;
149 for (pow = 1, j = i; j < len - 1; j++)
150 pow = pow * 10;
151 a = a + c * pow;
156 for (pow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sensors.c289 struct smu_cpu_power_sensor *pow = to_smu_cpu_power(sr); local
291 if (pow->volts)
292 wf_put_sensor(pow->volts);
293 if (pow->amps)
294 wf_put_sensor(pow->amps);
295 kfree(pow);
300 struct smu_cpu_power_sensor *pow = to_smu_cpu_power(sr); local
305 rc = pow->amps->ops->get_value(pow->amps, &amps);
309 if (pow
341 struct smu_cpu_power_sensor *pow; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_smu_sensors.c289 struct smu_cpu_power_sensor *pow = to_smu_cpu_power(sr); local
291 if (pow->volts)
292 wf_put_sensor(pow->volts);
293 if (pow->amps)
294 wf_put_sensor(pow->amps);
295 kfree(pow);
300 struct smu_cpu_power_sensor *pow = to_smu_cpu_power(sr); local
305 rc = pow->amps->ops->get_value(pow->amps, &amps);
309 if (pow
341 struct smu_cpu_power_sensor *pow; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpegaudio_tablegen.h48 f = value * cbrtf(value) * pow(2, (i & 3) * 0.25);
59 double f = (double)value * cbrtf(value) * pow(2, (exponent - 400) * 0.25 + FRAC_BITS + 5);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmpegaudio_tablegen.h48 f = value * cbrtf(value) * pow(2, (i & 3) * 0.25);
59 double f = (double)value * cbrtf(value) * pow(2, (exponent - 400) * 0.25 + FRAC_BITS + 5);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmpegaudio_tablegen.h48 f = value * cbrtf(value) * pow(2, (i & 3) * 0.25);
59 double f = (double)value * cbrtf(value) * pow(2, (exponent - 400) * 0.25 + FRAC_BITS + 5);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dtc_cbq.c37 vxmt *= (pow(g, -(double)maxburst) - 1);
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dtc_cbq.c37 vxmt *= (pow(g, -(double)maxburst) - 1);
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dtc_cbq.c37 vxmt *= (pow(g, -(double)maxburst) - 1);
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dtc_cbq.c37 vxmt *= (pow(g, -(double)maxburst) - 1);
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dtc_cbq.c37 vxmt *= (pow(g, -(double)maxburst) - 1);
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dtc_cbq.c37 vxmt *= (pow(g, -(double)maxburst) - 1);
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBenchCon.cpp217 int pow = (dictionary < ((UInt32)1 << kStartDicLog)) ? kBenchMinDicLogSize : kStartDicLog; local
218 while (((UInt32)1 << pow) > dictionary)
219 pow--;
220 for (; ((UInt32)1 << pow) <= dictionary; pow++)
222 fprintf(f, "%2d:", pow);
223 callback.dictionarySize = (UInt32)1 << pow;
282 for (int pow = 10; pow < 32; pow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBenchCon.cpp217 int pow = (dictionary < ((UInt32)1 << kStartDicLog)) ? kBenchMinDicLogSize : kStartDicLog; local
218 while (((UInt32)1 << pow) > dictionary)
219 pow--;
220 for (; ((UInt32)1 << pow) <= dictionary; pow++)
222 fprintf(f, "%2d:", pow);
223 callback.dictionarySize = (UInt32)1 << pow;
282 for (int pow = 10; pow < 32; pow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBenchCon.cpp217 int pow = (dictionary < ((UInt32)1 << kStartDicLog)) ? kBenchMinDicLogSize : kStartDicLog; local
218 while (((UInt32)1 << pow) > dictionary)
219 pow--;
220 for (; ((UInt32)1 << pow) <= dictionary; pow++)
222 fprintf(f, "%2d:", pow);
223 callback.dictionarySize = (UInt32)1 << pow;
282 for (int pow = 10; pow < 32; pow
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dscales.h80 #define fromBARK(z) (102.f*(z)-2.f*pow(z,2.f)+.4f*pow(z,3.f)+pow(1.46f,z)-1.f)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A Dscales.h80 #define fromBARK(z) (102.f*(z)-2.f*pow(z,2.f)+.4f*pow(z,3.f)+pow(1.46f,z)-1.f)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A Dscales.h80 #define fromBARK(z) (102.f*(z)-2.f*pow(z,2.f)+.4f*pow(z,3.f)+pow(1.46f,z)-1.f)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/netem/
H A Dpareto.c27 dvalue = 1.0/pow(dvalue, 1.0/a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/netem/
H A Dpareto.c27 dvalue = 1.0/pow(dvalue, 1.0/a);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/jsbase/
H A Dnumber.js25 var curr = Math.pow(base, i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/jsbase/
H A Dnumber.js25 var curr = Math.pow(base, i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/davclient.js/jsbase/
H A Dnumber.js25 var curr = Math.pow(base, i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/jsbase/
H A Dnumber.js25 var curr = Math.pow(base, i);

Completed in 245 milliseconds

1234567891011