Searched refs:mul (Results 126 - 150 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfmtconvert_altivec.c32 float mul, int len)
42 mul_u.s[0] = mul;
31 int32_to_float_fmul_scalar_altivec(float *dst, const int32_t *src, float mul, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dinterval.c65 static inline unsigned int mul(unsigned int a, unsigned int b) function
272 c->min = mul(a->min, b->min);
274 c->max = mul(a->max, b->max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_init_neon.c156 void ff_vector_fmul_scalar_neon(float *dst, const float *src, float mul,
158 void ff_vector_fmac_scalar_neon(float *dst, const float *src, float mul,
177 const int16_t *v3, int len, int mul);
H A Dh264cmc_neon.S44 T mul r7, r4, r5
202 T mul r7, r4, r5
351 mul r5, r4, lr
H A Dint_neon.S79 @ scalarproduct_and_madd_int16(/*aligned*/v0,v1,v2,order,mul)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dfmtconvert_vfp.S29 @ void ff_int32_to_float_fmul_array8_vfp(FmtConvertContext *c, float *dst, const int32_t *src, const float *mul, int len)
40 mul a1, lr, a1
191 @ void ff_int32_to_float_fmul_scalar_vfp(float *dst, const int32_t *src, float mul, int len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxan.c458 static inline unsigned mul(unsigned a, unsigned b) function
465 unsigned square = mul(a, a);
466 return mul(square, square);
471 return mul(pow4(a), a);
H A Dsnow_dwt.c122 int width, int mul, int add, int shift,
132 dst[0] = LIFT(src[0], ((mul * 2 * ref[0] + add) >> shift), inverse);
139 ((mul * (ref[i * ref_step] +
146 ((mul * 2 * ref[w * ref_step] + add) >> shift),
152 int width, int mul, int add, int shift,
166 dst[0] = LIFTS(src[0], mul * 2 * ref[0] + add, inverse);
173 mul * (ref[i * ref_step] +
179 mul * 2 * ref[w * ref_step] + add,
120 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
150 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
H A Dlagarith.c179 uint64_t mul = softfloat_reciprocal(cumul_prob); local
181 rac->prob[i] = softfloat_mul(rac->prob[i], mul);
189 rac->prob[i] = softfloat_mul(rac->prob[i], mul);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Deeprom.h85 __le16 mul; member in struct:pda_rssi_cal_entry
H A Dp54.h120 s16 mul; member in struct:p54_rssi_linear_approximation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxan.c413 static inline unsigned mul(unsigned a, unsigned b) function
420 unsigned square = mul(a, a);
421 return mul(square, square);
426 return mul(pow4(a), a);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtiger.c623 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul )
634 b *= mul;
643 pass( u64 *ra, u64 *rb, u64 *rc, u64 *x, int mul )
649 tiger_round( &a, &b, &c, x[0], mul );
650 tiger_round( &b, &c, &a, x[1], mul );
651 tiger_round( &c, &a, &b, x[2], mul );
652 tiger_round( &a, &b, &c, x[3], mul );
653 tiger_round( &b, &c, &a, x[4], mul );
654 tiger_round( &c, &a, &b, x[5], mul );
655 tiger_round( &a, &b, &c, x[6], mul );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtiger.c623 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul )
634 b *= mul;
643 pass( u64 *ra, u64 *rb, u64 *rc, u64 *x, int mul )
649 tiger_round( &a, &b, &c, x[0], mul );
650 tiger_round( &b, &c, &a, x[1], mul );
651 tiger_round( &c, &a, &b, x[2], mul );
652 tiger_round( &a, &b, &c, x[3], mul );
653 tiger_round( &b, &c, &a, x[4], mul );
654 tiger_round( &c, &a, &b, x[5], mul );
655 tiger_round( &a, &b, &c, x[6], mul );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A DMakefile78 mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo \
80 mpih-mul.lo mpiutil.lo ec.lo
363 mpi-mul.c \
370 mpih-mul.c \
436 include ./$(DEPDIR)/mpi-mul.Plo
445 include ./$(DEPDIR)/mpih-mul.Plo
H A DMakefile.in78 mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo \
80 mpih-mul.lo mpiutil.lo ec.lo
363 mpi-mul.c \
370 mpih-mul.c \
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpi-mul.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpih-mul.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A DMakefile78 mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo \
80 mpih-mul.lo mpiutil.lo ec.lo
363 mpi-mul.c \
370 mpih-mul.c \
436 include ./$(DEPDIR)/mpi-mul.Plo
445 include ./$(DEPDIR)/mpih-mul.Plo
H A DMakefile.in78 mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo \
80 mpih-mul.lo mpiutil.lo ec.lo
363 mpi-mul.c \
370 mpih-mul.c \
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpi-mul.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpih-mul.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showcqt.c510 float mul; local
516 mul = (result[x][3] - height) * rcp_result[x];
517 *lineptr++ = mul * result[x][0] + 0.5f;
518 *lineptr++ = mul * result[x][1] + 0.5f;
519 *lineptr++ = mul * result[x][2] + 0.5f;
H A Dvf_scale.c409 static int scale_slice(AVFilterLink *link, AVFrame *out_buf, AVFrame *cur_pic, struct SwsContext *sws, int y, int h, int mul, int field) argument
419 in_stride[i] = cur_pic->linesize[i] * mul;
420 out_stride[i] = out_buf->linesize[i] * mul;
429 return sws_scale(sws, in, in_stride, y/mul, h,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c510 long mul=1;
515 entry+=pt->pigeonmap[pv]*mul;
516 mul*=pt->quantvals;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c117 unsigned long div, mul, rate; local
120 mul = PM_BFEXT(PLLMUL, control) + 1;
124 rate *= mul;
132 unsigned long mul; local
161 mul = (rate + pll_in / 2) / pll_in;
163 if (mul == 0)
166 actual = pll_in * mul;
170 mul_best_fit = mul;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dlib1funcs.S322 mul r3, r0, r2
333 mul r3, r0, r2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dlib1funcs.S322 mul r3, r0, r2
333 mul r3, r0, r2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lib.c1114 * If group->meth->mul is 0, we use the wNAF-based implementations in ec_mult.c;
1121 if (group->meth->mul == 0)
1125 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1144 if (group->meth->mul == 0)
1156 if (group->meth->mul == 0)

Completed in 325 milliseconds

123456789