Searched refs:pow (Results 76 - 100 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c147 v = (int)(pow(2.0, (3 - i) / 3.0) * (1 << 20));
152 scale_factor_inv_table[i] = pow(2.0, -(3 - i) / 3.0) / (float)(1 << 20);
156 scale_factor_mult[i] = (1 << P) * pow(2.0, (i % 3) / 3.0);
H A Dcook.c172 pow2tab[63 + i] = pow(2, i);
173 rootpow2tab[63 + i] = sqrt(pow(2, i));
183 q->gain_table[i] = pow(pow2tab[i + 52],
H A Dnellymoserenc.c66 static float pow_table[POW_TABLE_SIZE]; ///< -pow(2, -i / 2048.0 - 3.0);
156 pow_table[i] = -pow(2, -i / 2048.0 - 3.0 + POW_TABLE_OFFSET);
206 //return pow(fabs(x-y), 2.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A DMakefile79 mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo \
365 mpi-pow.c \
437 include ./$(DEPDIR)/mpi-pow.Plo
H A DMakefile.in79 mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo \
365 mpi-pow.c \
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpi-pow.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A DMakefile79 mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo \
365 mpi-pow.c \
437 include ./$(DEPDIR)/mpi-pow.Plo
H A DMakefile.in79 mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo \
365 mpi-pow.c \
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpi-pow.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcook.c171 pow2tab[63 + i] = pow(2, i);
172 rootpow2tab[63 + i] = sqrt(pow(2, i));
182 q->gain_table[i] = pow(pow2tab[i + 52],
H A Ddcaenc.c91 return -3.64 * pow(f1, -0.8)
169 cb_to_level[i] = (int32_t)(0x7fffffff * pow(10, -0.005 * i));
194 double add = 1 + pow(10, -0.01 * i);
H A Dimc.c140 q->weights1[i - 1] = pow(10.0, -1.0 * tb);
141 q->weights2[i - 1] = pow(10.0, -2.7 * tb);
414 flcoeffs1[pos] = 20000.0 / pow (2, levlCoeffBuf[0] * 0.18945); // 0.18945 = log2(10) * 0.05703125
H A Datrac3plusdsp.c50 /* Approx. Equ: pow(2.0, (i - 16.0 + 0.501783948) / 3.0) */
65 /* pow(10, x * log10(2) + 0.05) / 2 / ([1,2,3,5,7,15,31] + 0.5) */
110 amp_sf_tab[i] = pow(2.0f, ((double)i - 3) / 4.0f);
400 * Equ: pow(2.0f, (double)(6 - i) / 3.0f) where i = 0...15 */
H A Dnellymoserenc.c69 static float pow_table[POW_TABLE_SIZE]; ///< -pow(2, -i / 2048.0 - 3.0);
178 pow_table[i] = -pow(2, -i / 2048.0 - 3.0 + POW_TABLE_OFFSET);
221 //return pow(fabs(x-y), 2.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_eq2.c103 v = v*lw + pow(v, g)*gw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.c174 C = pow(simil, gamma) * 256.0 * f;
H A Dvf_lut.c161 return pow((val-minval)/(maxval-minval), gamma) * (maxval-minval)+minval;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-npi-defs.h1584 uint64_t pow:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_s
1619 uint64_t pow:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn30xx
1655 uint64_t pow:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn38xx
1687 uint64_t pow:1; member in struct:cvmx_npi_rsl_int_blocks::cvmx_npi_rsl_int_blocks_cn50xx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_hqdn3d.c186 C = pow(Simil, Gamma) * 65536.0 * i / 16.0;
H A Dvf_lut.c193 return pow((val-minval)/(maxval-minval), gamma) * (maxval-minval)+minval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.cpp313 int calcProxy::pow(double a, double b, double *result) function in class:calcProxy
332 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
343 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.cpp313 int calcProxy::pow(double a, double b, double *result) function in class:calcProxy
332 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
343 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.cpp313 int calcProxy::pow(double a, double b, double *result) function in class:calcProxy
332 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
343 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.cpp313 int calcProxy::pow(double a, double b, double *result) function in class:calcProxy
332 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
343 || soap_put_ns__pow(soap, &soap_tmp_ns__pow, "ns:pow", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp1178 double d = mantissa * pow(10.0, exponent);
1193 double d = mantissa * pow(10.0, exponent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.cpp722 return (uint32_t)(pow(2.0, (int)m_level) * K);
755 return (uint32_t)(pow(2.0, (int)m_level - 2) * (float)K * modify * firewalledModifyTotal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c1072 value /= pow(base, (double)exponent);
1074 value *= pow(base, (double)exponent);

Completed in 428 milliseconds

1234567