Home
last modified time | relevance | path

Searched refs:b_words (Results 1 – 25 of 61) sorted by relevance

123

/dports/mail/faces/faces-1.7.7/compface/
H A Darith.c99 if ((a == 1) || (B.b_words == 0))
106 i = --B.b_words;
129 B.b_words--;
158 i = B.b_words;
169 if (B.b_words++ >= MAXWORDS)
195 if (i >= B.b_words)
202 B.b_words--;
222 while ((i < B.b_words) && c)
229 if ((i == B.b_words) && c)
231 if (B.b_words++ >= MAXWORDS)
[all …]
H A Dcompface.h82 int b_words; member
H A Dfile.c47 while (B.b_words > 0)
/dports/news/pan/pan-0.145/pan/gui/
H A Dxface.c75 int b_words; member
666 w = B.b_word + (i = B.b_words); in BigPrint()
702 i = --B.b_words; in BigDiv()
713 w = B.b_word + (i = B.b_words); in BigDiv()
725 B.b_words--; in BigDiv()
752 i = B.b_words; in BigMul()
763 if (B.b_words++ >= MAXWORDS) in BigMul()
783 while ((i < B.b_words) && c) in BigAdd()
790 if ((i == B.b_words) && c) in BigAdd()
792 if (B.b_words++ >= MAXWORDS) in BigAdd()
[all …]
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/header/
H A Dkxface.cpp227 if ((a == 1) || (B.b_words == 0)) { in BigDiv()
233 i = --B.b_words; in BigDiv()
243 w = B.b_word + (i = B.b_words); in BigDiv()
254 B.b_words--; in BigDiv()
283 i = B.b_words; in BigMul()
292 if (B.b_words++ >= MAXWORDS) { in BigMul()
314 while ((i < B.b_words) && c) { in BigAdd()
320 if ((i == B.b_words) && c) { in BigAdd()
321 if (B.b_words++ >= MAXWORDS) { in BigAdd()
330 B.b_words = 0; in BigClear()
[all …]
H A Dkxface.h304 int b_words; member
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/montgomerymultiply/
H A DMontgomeryMultiplyTest.java137 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
142 newBigInteger(b_words), in montgomeryMultiply()
150 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
153 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
156 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/montgomerymultiply/
H A DMontgomeryMultiplyTest.java137 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
142 newBigInteger(b_words), in montgomeryMultiply()
150 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
153 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
156 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/audio/p5-MP3-Tag/MP3-Tag-1.15/examples/
H A Dextract-y.pl140 my ($a_words, $b_words) = (0,0);
142 $b_words = 1 if $b =~ /[^-\d\s]/;
143 return undef if $a_words and $b_words;
145 my $diff_w = $a_words <=> $b_words;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
182 newBigInteger(b_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
182 newBigInteger(b_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java176 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(b_words), in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
192 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
195 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java176 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(b_words), in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
192 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
195 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java176 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
181 newBigInteger(b_words), in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
192 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
195 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
182 newBigInteger(b_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
182 newBigInteger(b_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java177 BigInteger montgomeryMultiply(int[] a_words, int[] b_words, int[] n_words, in montgomeryMultiply() argument
182 newBigInteger(b_words), in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check() argument
193 BigInteger slow = montgomeryMultiply(a_words, b_words, n_words, len, inv); in check()
196 (a_words, b_words, n_words, len, inv.longValue(), null)); in check()
/dports/devel/qca/qca-2.3.4/src/botantools/botan/
H A Dbig_base.cpp82 const u32bit b_words = b.sig_words(); in BigInt() local
84 if (b_words) { in BigInt()
85 reg.create(round_up(b_words, 8)); in BigInt()
86 reg.copy(b.data(), b_words); in BigInt()
/dports/security/botan110/Botan-1.10.17/src/math/bigint/
H A Dbigint.cpp48 const size_t b_words = b.sig_words(); in BigInt() local
50 if(b_words) in BigInt()
52 reg.resize(round_up<size_t>(b_words, 8)); in BigInt()
53 reg.copy(b.data(), b_words); in BigInt()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmemmove_riscv64.s79 b_words: label
86 BNE T3, ZERO, b_words
H A Dmemmove_mipsx.s173 BEQ R5, R7, b_words
194 b_words: label
200 JMP b_words
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmemmove_riscv64.s79 b_words: label
86 BNE T3, ZERO, b_words
H A Dmemmove_mipsx.s173 BEQ R5, R7, b_words
194 b_words: label
200 JMP b_words
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmemmove_mipsx.s171 BEQ R5, R7, b_words
192 b_words: label
198 JMP b_words
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs283 let b_words: [Word; DEGREE] = mem::transmute(b); localVariable
284 [set2(a_words[0], b_words[0]), set2(a_words[1], b_words[1])]

123