Searched refs:mul (Results 176 - 200 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dtxrx.c279 return ((rssi * priv->rssical_db[band].mul) / 64 +
285 return ((rssi * priv->rssical_db[band].mul) / 64 +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavsdec.c518 int16_t *dst, int mul, int shift, int coeff_num)
533 dst[scantab[pos]] = (level_buf[coeff_num] * mul + round) >> shift;
517 dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, int16_t *dst, int mul, int shift, int coeff_num) argument
H A Dwmavoice.c838 double base = base_q[n], mul = mul_q[n]; local
841 lsps[m] += base + mul * t_off[m];
H A Drv34.c521 int mul = dir ? -r->mv_weight2 : r->mv_weight1; local
523 return (val * mul + 0x2000) >> 14;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_yasm.asm67 ; int scalarproduct_and_madd_int16(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul)
68 cglobal scalarproduct_and_madd_int16_%1, 4,4,8, v1, v2, v3, order, mul
163 ; int scalarproduct_and_madd_int16(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul)
164 cglobal scalarproduct_and_madd_int16_ssse3, 4,5,10, v1, v2, v3, order, mul
H A Ddsputil_mmx.c2395 int32_t ff_scalarproduct_and_madd_int16_mmx2(int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul);
2396 int32_t ff_scalarproduct_and_madd_int16_sse2(int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul);
2397 int32_t ff_scalarproduct_and_madd_int16_ssse3(int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Darmv4-mont.pl126 mul $n0,$alo,$n0 @ "tp[0]"*n0
167 mul $n0,$alo,$n0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Darmv4-mont.pl126 mul $n0,$alo,$n0 @ "tp[0]"*n0
167 mul $n0,$alo,$n0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_params.c1327 unsigned int mul;
1475 return diff * p->mul;
1578 unsigned int mul)
1589 data->mul = mul;
H A Dpcm_local.h840 unsigned int mul);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S480 # _060LSP__imulu64_(): Emulate 64-bit unsigned mul instruction #
481 # _060LSP__imuls64_(): Emulate 64-bit signed mul instruction. #
484 # and therefore does not work exactly like the 680X0 mul{s,u}.l #
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h474 void BN_set_params(int mul, int high, int low, int mont);
475 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lcl.h173 * 'mul' pointer is 0):
175 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member in struct:ec_method_st
315 * group->method->mul is 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lcl.h173 * 'mul' pointer is 0):
175 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member in struct:ec_method_st
315 * group->method->mul is 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.c2479 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, argument
2484 dst[i] = src[i] * mul;
2487 static void vector_fmac_scalar_c(float *dst, const float *src, float mul, argument
2492 dst[i] += src[i] * mul;
2584 static int32_t scalarproduct_and_madd_int16_c(int16_t *v1, const int16_t *v2, const int16_t *v3, int order, int mul) argument
2589 *v1++ += mul * *v3++;
H A Dwmavoice.c834 double base = base_q[n], mul = mul_q[n]; local
837 lsps[m] += base + mul * t_off[m];
H A Drv34.c524 int mul = dir ? -r->weight2 : r->weight1; local
526 return (val * mul + 0x2000) >> 14;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h555 void BN_set_params(int mul,int high,int low,int mont);
556 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn.h555 void BN_set_params(int mul,int high,int low,int mont);
556 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmlpdsp_armv5te.S91 mul AC0, CO\index, ST\index
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn.h621 void BN_set_params(int mul, int high, int low, int mont);
622 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn.h621 void BN_set_params(int mul, int high, int low, int mont);
622 int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhead_32.S927 PATCH_IT(.mul, .mul_patch)
928 PATCH_IT(.mul+0x08, .mul_patch+0x08)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dopus_imdct_neon.S475 mul x5, x5, x3
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsbsdram.S621 mul v0,t0,t2

Completed in 406 milliseconds

123456789