Searched refs:mul (Results 151 - 175 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfmtconvert.asm28 ; void int32_to_float_fmul_scalar(float *dst, const int *src, float mul, int len);
34 cglobal int32_to_float_fmul_scalar_%1, 4,4,%2, dst, src, mul, len
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c1040 * Functions for point multiplication. If group->meth->mul is 0, we use the
1049 if (group->meth->mul == 0)
1053 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1074 if (group->meth->mul == 0)
1086 if (group->meth->mul == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lib.c1040 * Functions for point multiplication. If group->meth->mul is 0, we use the
1049 if (group->meth->mul == 0)
1053 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
1074 if (group->meth->mul == 0)
1086 if (group->meth->mul == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmfd.c895 u32 ps, mul; local
935 mul = 0x3345;
940 mul = 0x2400;
950 /* mul/ps/quot = 0x9C4/0x10/0x1 will make a 500000 bps */
951 mul = baud / 500000 * 0x9C4;
1022 serial_out(up, UART_MUL, mul); /* set MUL */
H A Dimx.c1137 unsigned int mul = ubir + 1; local
1141 baud_raw = (uartclk / div) * mul;
1142 baud_raw += (rem * mul + div / 2) / div;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlagarith.c176 uint64_t mul = softfloat_reciprocal(cumul_prob); local
178 rac->prob[i] = softfloat_mul(rac->prob[i], mul);
H A Ddsputil.h425 * @param mul scalar value
428 void (*vector_fmul_scalar)(float *dst, const float *src, float mul,
436 * @param mul scalar value
439 void (*vector_fmac_scalar)(float *dst, const float *src, float mul,
548 * and v1[i] += v3[i] * mul
551 int32_t (*scalarproduct_and_madd_int16)(int16_t *v1/*align 16*/, const int16_t *v2, const int16_t *v3, int len, int mul);
H A Dsnow.h194 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
196 dst[i] = src[i] - ((mul * (ref[i] + ref[i + 1]) + add) >> shift);
200 dst[w] = src[w] - ((mul * 2 * ref[w] + add) >> shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfmtconvert.asm35 ; void ff_int32_to_float_fmul_scalar(float *dst, const int32_t *src, float mul,
42 cglobal int32_to_float_fmul_scalar, 4, 4, %1, dst, src, mul, len
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-spxx-defs.h213 uint64_t mul:1; member in struct:cvmx_spxx_int_dat::cvmx_spxx_int_dat_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbindec.S254 fmulx LOG2UP1,%fp0 |if neg, mul by LOG2UP1
258 fmulx LOG2,%fp0 |if pos, mul by LOG2
429 bccs e_next |if zero, skip the mul
430 fmulx (%a1,%d3),%fp1 |mul by 10**(d3_bit_no)
452 | digits. The excess digits are collected in INEX2. If mul,
459 | create a busy stack frame with the mul command and the
486 bne sc_mul |if neg (LAMBDA = 1), scale by mul
492 beqs A9_norm |if norm, continue with mul
504 movew #0x0023,0x40(%a7) |load cmdreg1b with mul command
650 bccs l_next |if zero, skip the mul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dfwio.c501 rssi->mul = cpu_to_le16(priv->rssical_db[band].mul);
506 rssi->mul = cpu_to_le16(priv->rssical_db[band].longbow_unkn);
H A Deeprom.c435 priv->rssical_db[i].mul = (s16) le16_to_cpu(cal->mul);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm9240.c82 static inline int SCALE(long val, int mul, int div) argument
85 return (val * mul - div / 2) / div;
87 return (val * mul + div / 2) / div;
H A Dsmsc47m192.c60 static inline int SCALE(long val, int mul, int div) argument
63 return (val * mul - div / 2) / div;
65 return (val * mul + div / 2) / div;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dh264cmc_neon.S46 mul w7, w4, w5
217 mul w7, w4, w5
368 mul w7, w4, w5
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dh264cmc_neon.S47 T mul r7, r4, r5
222 T mul r7, r4, r5
379 mul r5, r4, lr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow.h204 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
206 dst[i] = src[i] - ((mul * (ref[i] + ref[i + 1]) + add) >> shift);
210 dst[w] = src[w] - ((mul * 2 * ref[w] + add) >> shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c543 static inline unsigned int mul(unsigned int a, unsigned int b) function
658 c->min = mul(a->min, b->min);
660 c->max = mul(a->max, b->max);
912 num = mul(q, den);
944 num = mul(q, den);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvga16fb.c248 int mul, int div)
262 pixclock = (pixclock * mul) / div;
278 pixclock = (best->pixclock * div) / mul;
245 vga16fb_clock_chip(struct vga16fb_par *par, unsigned int pixclock, const struct fb_info *info, int mul, int div) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lcl.h155 * (default implementations are used if the 'mul' pointer is 0): */
156 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, member in struct:ec_method_st
282 * (ec_lib.c uses these as defaults if group->method->mul is 0) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.cpp197 int calcProxy::mul(double a, double b, double *result) function in class:calcProxy
216 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
227 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.cpp197 int calcProxy::mul(double a, double b, double *result) function in class:calcProxy
216 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
227 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.cpp197 int calcProxy::mul(double a, double b, double *result) function in class:calcProxy
216 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
227 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.cpp197 int calcProxy::mul(double a, double b, double *result) function in class:calcProxy
216 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")
227 || soap_put_ns__mul(soap, &soap_tmp_ns__mul, "ns:mul", "")

Completed in 401 milliseconds

123456789