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

1234

/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetbsize.c47 long n, max, mul, blocksize; local
67 mul = GB;
72 mul = KB;
77 mul = MB;
81 mul = 1;
87 mul = 1;
94 if ((blocksize = n * mul) < 512) {
/macosx-10.10/dtrace-147/test/tst/common/offsetof/
H A Dtst.OffsetofArith.d52 mul = offsetof(record_t, x) * offsetof(record_t, c);
61 printf("Multiplication of offsets (x*c) = %d\n", mul);
69 (0 != offsetof(record_t, c)) || (12 != add) || (4 != sub) || (0 != mul)
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/x86/
H A Dsqr.pl28 &mul("eax"); # *a * *a
49 &mul("eax"); # *a * *a
H A Dmul.pl34 &mul($w); # *a * w
62 &mul($w); # *a * w
H A Dmul_add.pl40 &mul($w); # *a * w
68 &mul($w); # *a * w
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");}
/macosx-10.10/bc-21/bc/Test/
H A Dtimetest9 for file in exp.b ln.b sine.b atan.b jn.b mul.b div.b raise.b sqrt.b
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dmo-586.pl312 &mul ($word); # ap[j]*bp[0]
322 &mul ($word); # ap[num-1]*bp[0]
335 &mul ($word); # np[0]*m
347 &mul ($word); # ap[j]*bp[i]
359 &mul ($word); # ap[num-1]*bp[i]
376 &mul ($word); # np[0]*m
385 &mul ($word); # np[j]*m
397 &mul ($word); # np[j]*m
429 &mul ($word); # ap[0]*ap[0]
438 &mul (
[all...]
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");}
H A Dbn-586.pl136 &mul($w); # *a * w
164 &mul($w); # *a * w
213 &mul($w); # *a * w
241 &mul($w); # *a * w
280 &mul("eax"); # *a * *a
301 &mul("eax"); # *a * *a
H A Dx86_64-gcc.c60 #undef mul macro
86 #define mul(r,a,word,carry) do { \ macro
137 mul(rp[0],ap[0],w,c1);
138 mul(rp[1],ap[1],w,c1);
139 mul(rp[2],ap[2],w,c1);
140 mul(rp[3],ap[3],w,c1);
145 mul(rp[0],ap[0],w,c1); if (--num == 0) return c1;
146 mul(rp[1],ap[1],w,c1); if (--num == 0) return c1;
147 mul(rp[2],ap[2],w,c1);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Drijndael-alg-ref.c35 static word8 mul(word8 a, word8 b) { function
83 b[i][j] = mul(2,a[i][j])
84 ^ mul(3,a[(i + 1) % 4][j])
100 b[i][j] = mul(0xe,a[i][j])
101 ^ mul(0xb,a[(i + 1) % 4][j])
102 ^ mul(0xd,a[(i + 2) % 4][j])
103 ^ mul(0x9,a[(i + 3) % 4][j]);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drijndael-alg-ref.c69 * Profiling measurements showed that the mul routine is where a large propertion of
70 * the time is spent. Since the first argument to mul is always one of six
82 * The mod 255 op in mul is really expensive...
98 word8 mul(word8 a, word8 b) { function
157 b[i][j] = mul(2,a[i][j])
158 ^ mul(3,a[(i + 1) % 4][j])
185 b[i][j] = mul(0xe,a[i][j])
186 ^ mul(0xb,a[(i + 1) % 4][j])
187 ^ mul(0xd,a[(i + 2) % 4][j])
188 ^ mul(
[all...]
/macosx-10.10/removefile-35/xcodescripts/
H A Dinstall_files.sh43 check_{,u}int{32,64}_{add,sub,mul,div}.3
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_pkey_ec.rb197 p2 = p1.mul(bn1)
199 p2 = p1.mul(bn1, bn2)
201 p2 = p1.mul([bn1, bn2], [p1])
203 p2 = p1.mul([bn1, bn2], [p1], bn2)
/macosx-10.10/tcpdump-61/tcpdump/
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;
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_options.c620 dtrace_optval_t mul = 1; local
630 mul *= 1024;
634 mul *= 1024;
638 mul *= 1024;
642 mul *= 1024;
649 *rval = strtoull(arg, &end, 0) * mul;
651 if ((mul > 1 && end != &arg[len - 1]) || (mul == 1 && *end != '\0') ||
675 dtrace_optval_t mul = 1, val = 0; local
679 hrtime_t mul; member in struct:__anon8404
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-OpenSSL-Bignum-0.04/
H A Dtest.pl95 ok( 575 == $bn23->mul( $bn25, $ctx )->get_word() );
96 ok( 575 == $bn23->mul( $bn25, $ctx, $bn )->get_word() );
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.h264 bool mulShouldSpeculateInt32(Node* mul, PredictionPass pass) argument
266 ASSERT(mul->op() == ArithMul);
268 Node* left = mul->child1().node();
269 Node* right = mul->child2().node();
272 && mul->canSpeculateInt32(mul->sourceFor(pass));
275 bool mulShouldSpeculateMachineInt(Node* mul, PredictionPass pass) argument
277 ASSERT(mul->op() == ArithMul);
282 Node* left = mul->child1().node();
283 Node* right = mul
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c818 int h, m, s, mul, div, TotPkt; local
867 mul = 60;
872 mul = 60000;
892 mprintf("Modern Query Packets: %7d (avg%5d/min)\n", NumPktQ, NumPktQ * mul / div);
893 mprintf("Legacy Query Packets: %7d (avg%5d/min)\n", NumPktL, NumPktL * mul / div);
894 mprintf("Multicast Response Packets: %7d (avg%5d/min)\n", NumPktR, NumPktR * mul / div);
895 mprintf("Total Multicast Packets: %7d (avg%5d/min)\n", TotPkt, TotPkt * mul / div);
897 mprintf("Total New Service Probes: %7d (avg%5d/min)\n", NumProbes, NumProbes * mul / div);
898 mprintf("Total Goodbye Announcements: %7d (avg%5d/min)\n", NumGoodbyes, NumGoodbyes * mul / div);
899 mprintf("Total Query Questions: %7d (avg%5d/min)\n", NumQuestions, NumQuestions * mul / di
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_lcl.h275 #define mul(r,a,w,c) { \ macro
303 #define mul(r,a,w,c) { \ macro
383 #define mul(r,a,bl,bh,c) { \ macro
H A Dbn_asm.c123 mul(rp[0],ap[0],w,c1);
124 mul(rp[1],ap[1],w,c1);
125 mul(rp[2],ap[2],w,c1);
126 mul(rp[3],ap[3],w,c1);
131 mul(rp[0],ap[0],w,c1); if (--num == 0) return c1;
132 mul(rp[1],ap[1],w,c1); if (--num == 0) return c1;
133 mul(rp[2],ap[2],w,c1);
200 mul(rp[0],ap[0],bl,bh,carry);
202 mul(rp[1],ap[1],bl,bh,carry);
204 mul(r
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_lcl.h311 #define mul(r,a,w,c) { \ macro
338 #define mul(r,a,w,c) { \ macro
366 #define mul(r,a,w,c) { \ macro
446 #define mul(r,a,bl,bh,c) { \ macro
H A Dbn_asm.c105 mul(rp[0],ap[0],w,c1);
106 mul(rp[1],ap[1],w,c1);
107 mul(rp[2],ap[2],w,c1);
108 mul(rp[3],ap[3],w,c1);
113 mul(rp[0],ap[0],w,c1); if (--num == 0) return c1;
114 mul(rp[1],ap[1],w,c1); if (--num == 0) return c1;
115 mul(rp[2],ap[2],w,c1);
182 mul(rp[0],ap[0],bl,bh,carry);
184 mul(rp[1],ap[1],bl,bh,carry);
186 mul(r
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-stat.el171 (math-reduce-many-vecs 'calcFunc-mul 'calcFunc-vprod vecs 1))
313 (let* ((sqrwts (calcFunc-map '(var mul var-mul) wts wts))
341 (let* ((sqrwts (calcFunc-map '(var mul var-mul) wts wts))
366 (math-mul len (1- len)))))))))))
397 (let ((x (calcFunc-reduce '(var mul math-mul) flat)))
416 (setq mean (math-mul-float (math-add-float a b) '(float 5 -1))
417 b (math-sqrt-float (math-mul
[all...]

Completed in 308 milliseconds

1234