Searched refs:mul (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dcommon.h44 #define ATH_EP_MUL(x, mul) ((x) * (mul))
52 #define ATH_EP_RND(x, mul) \
53 ((((x)%(mul)) >= ((mul)/2)) ? ((x) + ((mul) - 1)) / (mul) : (x)/(mul))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dcommon.h44 #define ATH_EP_MUL(x, mul) ((x) * (mul))
52 #define ATH_EP_RND(x, mul) \
53 ((((x)%(mul)) >= ((mul)/2)) ? ((x) + ((mul) - 1)) / (mul) : (x)/(mul))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/lib/
H A Dmuldi3.S30 mul xh, yl, xh
37 mul yh, xl, yh
38 mul xl, yl, xl
39 mul ip, yl, ip
H A Ddelay.S26 mul r0, r2, r0
32 mul r0, r2, r0 @ max = 2^32-1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/lib/
H A Dmuldi3.S30 mul xh, yl, xh
37 mul yh, xl, yh
38 mul xl, yl, xl
39 mul ip, yl, ip
H A Ddelay.S26 mul r0, r2, r0
32 mul r0, r2, r0 @ max = 2^32-1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpc.c70 float mul; local
79 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][0]];
81 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
82 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][1]];
84 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
85 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][2]];
87 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
H A Dsnow.h58 static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w, int lift_high, int mul, int add, int shift){ argument
60 dst[i] = src[i] - ((mul * (ref[i] + ref[i + 1]) + add) >> shift);
64 dst[w] = src[w] - ((mul * 2 * ref[w] + add) >> shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmpc.c70 float mul; local
79 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][0]];
81 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
82 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][1]];
84 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
85 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][2]];
87 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
H A Dsnow.h58 static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM * src, IDWTELEM * ref, int width, int w, int lift_high, int mul, int add, int shift){ argument
60 dst[i] = src[i] - ((mul * (ref[i] + ref[i + 1]) + add) >> shift);
64 dst[w] = src[w] - ((mul * 2 * ref[w] + add) >> shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmpc.c70 float mul; local
79 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][0]];
81 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
82 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][1]];
84 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
85 mul = mpc_CC[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][2]];
87 c->sb_samples[ch][j][i] = mul * c->Q[ch][j + off];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/power/
H A Dmpih-mul1.S59 mul 9,0,6
70 mul 10,0,6
79 mul 9,0,6
92 mul 10,0,6
102 mul 9,0,6
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/power/
H A Dmpih-mul1.S59 mul 9,0,6
70 mul 10,0,6
79 mul 9,0,6
92 mul 10,0,6
102 mul 9,0,6
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/power/
H A Dmpih-mul1.S59 mul 9,0,6
70 mul 10,0,6
79 mul 9,0,6
92 mul 10,0,6
102 mul 9,0,6
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/ar7/
H A Dclock.c83 u32 mul; member in struct:tnetd7200_clock
112 int *postdiv, int *mul)
121 *mul = i;
129 int *mul)
136 *mul = target / tmp_gcd;
138 if ((*mul < 1) || (*mul >= 16))
144 if (base / *prediv * *mul / *postdiv != target) {
145 approximate(base, target, prediv, postdiv, mul);
146 tmp_freq = base / *prediv * *mul / *postdi
111 approximate(int base, int target, int *prediv, int *postdiv, int *mul) argument
128 calculate(int base, int target, int *prediv, int *postdiv, int *mul) argument
182 int mul = ((pll & MUL_MASK) >> MUL_SHIFT) + 1; local
221 int prediv, postdiv, mul; local
274 tnetd7200_set_clock(int base, struct tnetd7200_clock *clock, int prediv, int postdiv, int postdiv2, int mul, u32 frequency) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/ar7/
H A Dclock.c83 u32 mul; member in struct:tnetd7200_clock
112 int *postdiv, int *mul)
121 *mul = i;
129 int *mul)
136 *mul = target / tmp_gcd;
138 if ((*mul < 1) || (*mul >= 16))
144 if (base / *prediv * *mul / *postdiv != target) {
145 approximate(base, target, prediv, postdiv, mul);
146 tmp_freq = base / *prediv * *mul / *postdi
111 approximate(int base, int target, int *prediv, int *postdiv, int *mul) argument
128 calculate(int base, int target, int *prediv, int *postdiv, int *mul) argument
182 int mul = ((pll & MUL_MASK) >> MUL_SHIFT) + 1; local
221 int prediv, postdiv, mul; local
274 tnetd7200_set_clock(int base, struct tnetd7200_clock *clock, int prediv, int postdiv, int postdiv2, int mul, u32 frequency) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/ppc/
H A Dint_altivec.c112 static int32_t scalarproduct_and_madd_int16_altivec(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul) argument
118 register vec_s16 muls = {mul,mul,mul,mul,mul,mul,mul,mul};
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/ppc/
H A Dint_altivec.c112 static int32_t scalarproduct_and_madd_int16_altivec(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul) argument
118 register vec_s16 muls = {mul,mul,mul,mul,mul,mul,mul,mul};
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/ppc/
H A Dint_altivec.c112 static int32_t scalarproduct_and_madd_int16_altivec(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul) argument
118 register vec_s16 muls = {mul,mul,mul,mul,mul,mul,mul,mul};
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a

Completed in 148 milliseconds

1234567891011>>