Searched refs:pow (Results 51 - 75 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.cpp529 relativeSize = pow(2.0, double(rng.GenerateWord32())/0xffffffff - 1);
1024 else return (unsigned int)(2.4 * pow((double)n, 1.0/3.0) * pow(log(double(n)), 2.0/3.0) - 5);
1031 else return (unsigned int)(2.4 * pow((double)n, 1.0/3.0) * pow(log(double(n)), 2.0/3.0) - 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c291 return 3.64 * pow(f, -0.8)
339 coeff->spread_low[0] = pow(10.0, -bark_width * PSY_3GPP_THR_SPREAD_LOW);
340 coeff->spread_hi [0] = pow(10.0, -bark_width * PSY_3GPP_THR_SPREAD_HI);
341 coeff->spread_low[1] = pow(10.0, -bark_width * en_spread_low);
342 coeff->spread_hi [1] = pow(10.0, -bark_width * en_spread_hi);
H A Dwmaenc.c127 v = pow(10, *exp_param++ * (1.0 / 16.0));
214 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
H A Dcngdec.c115 p->target_energy = 1081109975 * pow(10, dbov / 10.0) * 0.75;
H A Dlibopusdec.c103 double gain_lin = pow(10, gain_db / (20.0 * 256));
H A Dwmadec.c169 s->lsp_pow_e_table[i] = pow(2.0, e * -0.25);
178 a = pow(a, -0.25);
236 /** pow(10, i / 16.0) for i in -60..95 */
632 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
681 mult1 = mult1 * pow(10, s->high_band_values[ch][j] * 0.05);
H A Dxan.c481 return round(pow(in / 256.0, 0.8) * 256);
486 unsigned pow = pow5(mid); local
487 if (pow > target) hi = mid;
501 * and thus pow(x, 0.8) is still easy to calculate.
H A Dopus.c341 s->gain = pow(10, s->gain_i / (20.0 * 256));
H A Dratecontrol.c536 q *= pow(d, 1.0 / s->avctx->rc_buffer_aggressivity);
556 q /= pow(d, 1.0 / s->avctx->rc_buffer_aggressivity);
635 float temp_cplx = sqrt(pic->mc_mb_var[mb_xy]); // FIXME merge in pow()
653 factor = pow(temp_cplx, -temp_cplx_masking);
655 factor *= pow(spat_cplx, -spatial_cplx_masking);
H A Dflashsv2enc.c739 double save = (1-pow(s->diff_lines/s->diff_blocks/s->block_height, 0.5)) * s->comp_size/s->tot_blocks;
751 double save = (1-pow(s->diff_lines/s->diff_blocks/s->block_height, 0.5)) * s->comp_size/s->tot_blocks;
785 int dist = pow((s->total_bits / ideal) * color15_7_factor, 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Deval.c86 d*= pow( 2, e/0.3);
89 d*= pow(10, e);
171 case e_pow: return e->value * pow(d, d2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c82 val /= pow(2, index * 10);
87 val /= pow(10, index * 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_aux.c53 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/fractal/
H A Dfractal.cpp203 double Ratio = 1.0 / pow(2.0, H);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd008.tcl49 set txn_max [expr int([expr pow($breadth,$depth)])]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlmathlib.c114 lua_pushnumber(L, l_mathop(pow)(x, y));
255 {"pow", math_pow},
H A Dluaconf.h437 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserdec.c80 pval = -pow(2, val/2048) * s->scale_bias;
H A Dwmadec.c176 s->lsp_pow_e_table[i] = pow(2.0, e * -0.25);
185 a = pow(a, -0.25);
243 /** pow(10, i / 16.0) for i in -60..95 */
630 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
679 mult1 = mult1 * pow(10, s->high_band_values[ch][j] * 0.05);
H A Dwmaenc.c127 v = pow(10, *exp_param++ * (1.0 / 16.0));
214 mult = pow(10, total_gain * 0.05) / s->max_exponent[ch];
H A Dxan.c436 return round(pow(in / 256.0, 0.8) * 256);
441 unsigned pow = pow5(mid); local
442 if (pow > target) hi = mid;
456 * and thus pow(x, 0.8) is still easy to calculate.
H A Dratecontrol.c457 q*= pow(d, 1.0/s->avctx->rc_buffer_aggressivity);
472 q/= pow(d, 1.0/s->avctx->rc_buffer_aggressivity);
550 float temp_cplx= sqrt(pic->mc_mb_var[mb_xy]); //FIXME merge in pow()
570 factor= pow(temp_cplx, - temp_cplx_masking);
572 factor*=pow(spat_cplx, - spatial_cplx_masking);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c431 coeff *= pow(2.0, -p * d * d);
443 c = -pow(-c, A);
445 c = pow(c, A);
458 coeff = (pow(2.0, -p * floatd * floatd)) * fone;
973 xyzgamma_tab[i] = lrint(pow(i / 4095.0, xyzgamma) * 4095.0);
974 rgbgamma_tab[i] = lrint(pow(i / 4095.0, rgbgamma) * 4095.0);
975 xyzgammainv_tab[i] = lrint(pow(i / 4095.0, xyzgammainv) * 4095.0);
976 rgbgammainv_tab[i] = lrint(pow(i / 4095.0, rgbgammainv) * 4095.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrio.c264 # define powl(x,y) pow((double)(x),(double)(y))
1048 * Calculate pow(base, exponent), where number and exponent are integers.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtrio.c264 # define powl(x,y) pow((double)(x),(double)(y))
1048 * Calculate pow(base, exponent), where number and exponent are integers.

Completed in 383 milliseconds

1234567