Searched refs:mult (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/indent/
H A Dopt_ta.c13 int mult = (unknown_type_name) * arg; local
23 int mult = (unknown_type_name) * arg; local
H A Dopt_T.c13 int mult = (unknown_type_name) * arg; variable
22 int mult = (unknown_type_name) * arg; variable
31 int mult = (unknown_type_name) * arg; variable
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dvr4130.s24 mult $3,$3
29 mult $3,$3
36 mult $3,$3 # 4 nops
40 mult $4,$4 # 3 nops
45 mult $5,$5 # 2 nops
51 mult $6,$6 # 1 nop
58 mult $7,$7 # 0 nops
62 mult $3,$3 # 4 nops
68 mult $4,$4 # 3 nops before noreorder
75 mult
[all...]
H A Dvr4130.d18 .* mult .*
25 .* mult .*
34 .* mult .*
41 .* mult .*
48 .* mult .*
55 .* mult .*
62 .* mult .*
69 .* mult .*
76 .* mult .*
83 .* mult
[all...]
H A Dmul-ilocks.d16 0+0014 <[^>]*> mult a1,at
19 0+0020 <[^>]*> mult a1,at
22 0+002c <[^>]*> mult a1,at
25 0+0038 <[^>]*> mult a1,at
28 0+0044 <[^>]*> mult a1,at
32 0+0054 <[^>]*> mult a1,at
34 0+005c <[^>]*> mult a0,a1
42 0+007c <[^>]*> mult a1,a2
H A Dmul.d17 0+0020 <[^>]*> mult a1,at
21 0+0030 <[^>]*> mult a1,at
25 0+0040 <[^>]*> mult a1,at
29 0+0050 <[^>]*> mult a1,at
33 0+0060 <[^>]*> mult a1,at
37 0+0070 <[^>]*> mult a1,at
40 0+0080 <[^>]*> mult a0,a1
49 0+00a8 <[^>]*> mult a1,a2
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/
H A Dscalarmult_curve25519.h6 int (*mult)(unsigned char *q, const unsigned char *n, member in struct:crypto_scalarmult_curve25519_implementation
H A Dscalarmult_curve25519.c21 if (implementation->mult(q, n, p) != 0) {
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.h9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { argument
12 CHECK_GE(mult, 2);
19 // Now space out the benchmarks in multiples of "mult"
20 for (T i = 1; i < kmax / mult; i *= mult) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.h10 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { argument
13 CHECK_GE(mult, 2);
20 // Now space out the benchmarks in multiples of "mult"
21 for (T i = 1; i < kmax / mult; i *= mult) {
/netbsd-current/external/bsd/jemalloc/dist/test/src/
H A Dtimer.c28 uint64_t mult; local
38 mult = 1;
40 mult *= 10;
49 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10
52 "%"FMTu64, (t0 * mult / t1) % 10 + round);
54 mult *= 10;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dparse_units.c52 int (*func)(int res, int val, unsigned mult),
65 def_mult = u->mult;
118 res = (*func)(res, val, u->mult);
131 res = (*func)(res, val, partial_unit->mult);
149 acc_units(int res, int val, unsigned mult) argument
151 return res + val * mult;
168 acc_flags(int res, int val, unsigned mult) argument
171 return res | mult;
173 return res & ~mult;
175 return mult;
50 parse_something(const char *s, const struct units *units, const char *def_unit, int (*func)(int res, int val, unsigned mult), int init, int accept_no_val_p) argument
236 update_unit(int in, unsigned mult) argument
242 update_unit_approx(int in, unsigned mult) argument
308 update_flag(int in, unsigned mult) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dmul_i.h54 FUNCTION (mpz_ptr prod, mpz_srcptr mult, argument
63 sign_product = SIZ(mult);
77 cy = mpn_mul_1 (pp, PTR(mult), size, sml);
85 intermediate products, to allow prod and mult being identical. */
93 cy = mpn_mul_1 (tp, PTR(mult), size, sml & GMP_NUMB_MASK);
95 cy = mpn_addmul_1 (tp + 1, PTR(mult), size, sml >> GMP_NUMB_BITS);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsmult_curve25519_ref.c65 static void mult(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) function
165 mult(b1,a1,a0 + 32);
166 mult(b1 + 32,a1 + 32,a0);
173 mult(xznb,b0,b0 + 32);
174 mult(xznb + 32,s,u);
176 mult(xzn1b + 32,r,work);
200 /* 9 */ mult(z9,t0,z);
201 /* 11 */ mult(z11,z9,z2);
203 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9);
210 /* 2^10 - 2^0 */ mult(z2_10_
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/mips/
H A Dhilo-hazard-2.s1 # Test for architectures without mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
H A Dhilo-hazard-3.s1 # Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
H A Dhilo-hazard-1.s1 # Test for architectures with mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dhilo-hazard-2.s1 # Test for architectures without mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
H A Dhilo-hazard-3.s1 # Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
H A Dhilo-hazard-1.s1 # Test for architectures with mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_lexer.l110 int mult;
126 mult = 1024 * 1024 * 1024;
129 mult = 1024 * 1024;
132 mult = 1024;
135 mult = 1;
140 m_symbolValue.m_int = new elftosb::SizedIntegerValue(value * mult, kWordSize);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dgenmova.sh84 1) opsize=w mult=2;;
85 2) opsize=l mult=4;;
100 for form in mult ashift; do
102 mult) amount=$mult;;
157 # (and:SI (mult:SI (subreg:SI (mem:QI ...) 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dgenmova.sh83 1) opsize=w mult=2;;
84 2) opsize=l mult=4;;
99 for form in mult ashift; do
101 mult) amount=$mult;;
153 # (and:SI (mult:SI (subreg:SI (mem:QI ...) 0)
/netbsd-current/sys/arch/arm/ti/
H A Dti_dpll_clock.c232 const u_int mult = __SHIFTOUT(val, DPLL_MULT); local
237 return (u_int)((mult * parent_rate) / div);
265 const u_int mult = rate / (parent_rate / (div + 1)); local
266 if (mult < 2 || mult > 2047)
277 mult_div1 = __SHIFTIN(mult, DPLL_MULT);
305 const u_int mult = rate / (parent_rate / (div + 1)); local
306 if (mult < 2 || mult > 2047)
316 mult_div1 = __SHIFTIN(mult, DPLL_MUL
342 const u_int mult = __SHIFTOUT(val, OMAP3_CORE_DPLL_MULT); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h118 const int mult; member in struct:fp_cost_table
135 const int mult; member in struct:vector_cost_table
144 const struct mult_cost_table mult[2]; /* SImode and DImode. */ member in struct:cpu_cost_table

Completed in 213 milliseconds

1234567891011>>