Searched refs:pow (Results 26 - 50 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/netem/
H A Dparetonormal.c41 dvalue = 1.0/pow(dvalue, 1.0/a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_red.c62 if (a <= (1 - pow(1-W, burst))/W)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_pci.h64 struct pci_outbound_window_regs pow[5]; member in struct:ccsr_pci
H A Dfsl_pci.c84 out_be32(&pci->pow[index + i].potar, pci_addr >> 12);
85 out_be32(&pci->pow[index + i].potear, (u64)pci_addr >> 44);
86 out_be32(&pci->pow[index + i].powbar, phys_addr >> 12);
87 out_be32(&pci->pow[index + i].powar, flags | (bits - 1));
120 out_be32(&pci->pow[i].powar, 0);
152 out_be32(&pci->pow[j].potar, (hose->io_resource.start >> 12));
153 out_be32(&pci->pow[j].potear, 0);
154 out_be32(&pci->pow[j].powbar, (hose->io_base_phys >> 12));
156 out_be32(&pci->pow[j].powar, 0x80088000
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Datrac.c59 ff_atrac_sf_table[i] = pow(2.0, (i - 15) / 3.0);
H A Daacpsy.c283 return 3.64 * pow(f, -0.8)
331 coeff->spread_low[0] = pow(10.0, -bark_width * PSY_3GPP_THR_SPREAD_LOW);
332 coeff->spread_hi [0] = pow(10.0, -bark_width * PSY_3GPP_THR_SPREAD_HI);
333 coeff->spread_low[1] = pow(10.0, -bark_width * en_spread_low);
334 coeff->spread_hi [1] = pow(10.0, -bark_width * en_spread_hi);
336 minsnr = pow(2.0f, pe_min / band_sizes[g]) - 1.5f;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc/
H A Dcalcserver.c95 { *result = pow(a, b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc/
H A Dcalcserver.c95 { *result = pow(a, b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dtlv.c265 double lmin = pow(10.0, mindb/2000.0);
266 double lmax = pow(10.0, maxdb/2000.0);
383 pow(10.0, (double)min / 2000.0);
384 vmax = !max ? 1.0 : pow(10.0, (double)max / 2000.0);
385 v = pow(10.0, (double)db_gain / 2000.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c136 * ((float)pow((double)i / cielab->range, gamma));
145 * ((float)pow((double)i / cielab->range, gamma));
154 * ((float)pow((double)i / cielab->range, gamma));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddc.c52 push(pow(pop(), topower));
134 {"pow", power},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c286 scale = (float) pow(10., *track_gain * 0.05);
300 const double scale = pow(10., (double)gain * 0.05);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dcommon.js132 var ret = Math.floor(this * Math.pow (10, place)) / Math.pow(10, place);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_compand.c462 len = sqrt(pow(L(2).x - L(4).x, 2.) + pow(L(2).y - L(4).y, 2.));
468 len = sqrt(pow(L(0).x - L(2).x, 2.) + pow(L(0).y - L(2).y, 2.));
503 cp->volume = pow(10.0, s->initial_volume / 20);
H A Daf_afade.c131 gain = 1.0 - cos(M_PI / 4.0 * (pow(2.0*gain - 1, 3) + 1));
137 gain = pow(0.1, (1 - gain) * 5.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrtran.c985 back.red = (png_byte)(pow(
987 back.green = (png_byte)(pow(
990 back.blue = (png_byte)(pow(
994 back_1.red = (png_byte)(pow(
996 back_1.green = (png_byte)(pow(
998 back_1.blue = (png_byte)(pow(
1069 png_ptr->background_1.gray = (png_uint_16)(pow(
1071 png_ptr->background.gray = (png_uint_16)(pow(
1079 png_ptr->background_1.red = (png_uint_16)(pow(
1081 png_ptr->background_1.green = (png_uint_16)(pow(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrtran.c839 back.red = (png_byte)(pow(
841 back.green = (png_byte)(pow(
843 back.blue = (png_byte)(pow(
847 back_1.red = (png_byte)(pow(
849 back_1.green = (png_byte)(pow(
851 back_1.blue = (png_byte)(pow(
912 png_ptr->background_1.gray = (png_uint_16)(pow(
914 png_ptr->background.gray = (png_uint_16)(pow(
922 png_ptr->background_1.red = (png_uint_16)(pow(
924 png_ptr->background_1.green = (png_uint_16)(pow(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dmnote-canon-entry.c532 return pow (2, x / 2.);
538 return 1.0 / pow (2, x);
544 return 3.125 * pow (2, x);
636 snprintf (val, maxlen, "%.3f", pow (2, (ExifSShort)vs / 32.0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dhuffbuild.c129 long vals=pow(maxval,subn);
H A Dlatticebuild.c104 entries=pow(quantvals,dim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac.c56 ff_atrac_sf_table[i] = pow(2.0, (i - 15) / 3.0);
H A Dnellymoserdec.c79 pval = -pow(2, val/2048) * s->scale_bias;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A DMakefile.am170 mpi-pow.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A DMakefile.am170 mpi-pow.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Deval.c103 d = pow(10, d / 20);
109 d*= pow( 2, e/0.3);
112 d*= pow(10, e);
241 p->var[0] = x_max*pow(0.9, i-255);
287 case e_pow: return e->value * pow(d, d2);
429 else if (strmatch(next, "pow" )) d->type = e_pow;
808 "pow(0,1.23)",
809 "pow(PI,1.23)",
811 "pow(-1,1.23)",

Completed in 161 milliseconds

1234567