Searched refs:mul (Results 51 - 75 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dcalcclient.cpp44 { fprintf(stderr, "Usage: [add|sub|mul|div|pow] num num\n");
60 calc.mul(a, b, &result);
H A DsoapcalcProxy.h53 /// Web service operation 'mul' (returns error code or SOAP_OK)
54 virtual int mul(double a, double b, double *result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A Dcalcclient.cpp44 { fprintf(stderr, "Usage: [add|sub|mul|div|pow] num num\n");
60 calc.mul(a, b, &result);
H A DsoapcalcProxy.h53 /// Web service operation 'mul' (returns error code or SOAP_OK)
54 virtual int mul(double a, double b, double *result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbinstr.S16 | bit 63. The fraction is multiplied by 10 using a mul by 2
17 | shift and a mul by 8 shift. The bits shifted out of the
51 | d2: upper 32-bits of fraction for mul by 8
52 | d3: lower 32-bits of fraction for mul by 8
53 | d4: upper 32-bits of fraction for mul by 2
54 | d5: lower 32-bits of fraction for mul by 2
97 asll #1,%d5 |mul d5 by 2
98 roxll #1,%d4 |mul d4 by 2
100 addxw %d6,%d1 |add in extend from mul by 2
102 | A5. Add mul b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Ddiv64.S28 mul.l r6, r2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfmtconvert.c26 static void int32_to_float_fmul_scalar_c(float *dst, const int *src, float mul, int len){ argument
29 dst[i] = src[i] * mul;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dflacdsp_arm.S33 mul r4, lr, r1
36 mul r4, r2, r1
44 mul r4, lr, r1
63 mul r4, r6, r8
64 mul r5, r7, r8
76 mul r4, r6, r8
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dll_char_wr.S69 mul r7, r2, r7
74 mul r7, r2, r7
88 mul r4, r2, ip
91 mul ip, r2, ip @ avoid r4
98 mul r4, r2, ip
101 mul ip, r2, ip @ avoid r4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dco-586.pl22 &comment("mul a[$ai]*b[$bi]");
28 &mul("edx");
57 { &mul("eax");}
59 { &mul("edx");}
86 { &mul("eax");}
88 { &mul("edx");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dcomba.pl11 &comment("mul a[$ai]*b[$bi]");
17 &mul("edx");
46 { &mul("eax");}
48 { &mul("edx");}
75 { &mul("eax");}
77 { &mul("edx");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dco-586.pl23 &comment("mul a[$ai]*b[$bi]");
29 &mul("edx");
58 { &mul("eax");}
60 { &mul("edx");}
87 { &mul("eax");}
89 { &mul("edx");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dcomba.pl11 &comment("mul a[$ai]*b[$bi]");
17 &mul("edx");
46 { &mul("eax");}
48 { &mul("edx");}
75 { &mul("eax");}
77 { &mul("edx");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dco-586.pl23 &comment("mul a[$ai]*b[$bi]");
29 &mul("edx");
58 { &mul("eax");}
60 { &mul("edx");}
87 { &mul("eax");}
89 { &mul("edx");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/x86/
H A Dcomba.pl11 &comment("mul a[$ai]*b[$bi]");
17 &mul("edx");
46 { &mul("eax");}
48 { &mul("edx");}
75 { &mul("eax");}
77 { &mul("edx");}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dfmtconvert_mips.c254 float mul, int len)
297 "mul.s %[temp1], %[temp1], %[mul] \n\t"
298 "mul.s %[temp3], %[temp3], %[mul] \n\t"
299 "mul.s %[temp5], %[temp5], %[mul] \n\t"
300 "mul.s %[temp7], %[temp7], %[mul] \n\t"
302 "mul
253 int32_to_float_fmul_scalar_mips(float *dst, const int *src, float mul, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dchecksum.c149 u_int32_t mul; local
175 mul = (length - checksum_offset)*(c0);
177 x = mul - c0 - c1;
178 y = c1 - mul - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dhsmc.c38 unsigned long mul; local
57 mul = (clk_get_rate(hsmc->mck) / 10000) << 16;
58 mul /= 100000;
60 #define ns2cyc(x) ((((x) * mul) + 65535) >> 16)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc++/
H A Dcalcserver.cpp69 int calcService::mul(double a, double b, double *result) function in class:calcService
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc++/
H A Dcalcserver.cpp69 int calcService::mul(double a, double b, double *result) function in class:calcService
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dstartarm.S60 mul \rd,\rd,\rs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfloat_dsp.c34 static void vector_fmac_scalar_c(float *dst, const float *src, float mul, argument
39 dst[i] += src[i] * mul;
42 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, argument
47 dst[i] = src[i] * mul;
50 static void vector_dmul_scalar_c(double *dst, const double *src, double mul, argument
55 dst[i] = src[i] * mul;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dclock.c334 if (c->mul != 0 && c->div != 0) {
335 BUG_ON(c->mul > 2);
336 if (c->mul > c->div)
337 snprintf(div, sizeof(div), "x%d", c->mul / c->div);
339 snprintf(div, sizeof(div), "%d%s", c->div / c->mul,
340 (c->div % c->mul) ? ".5" : "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfmtconvert_init.c33 void ff_int32_to_float_fmul_scalar_sse (float *dst, const int32_t *src, float mul, int len);
34 void ff_int32_to_float_fmul_scalar_sse2(float *dst, const int32_t *src, float mul, int len);
H A Dlossless_audiodsp.asm27 ; int order, int mul)
28 cglobal scalarproduct_and_madd_int16, 4,4,8, v1, v2, v3, order, mul
117 ; int order, int mul)
119 cglobal scalarproduct_and_madd_int16, 4,5,10, v1, v2, v3, order, mul

Completed in 579 milliseconds

123456789