Home
last modified time | relevance | path

Searched refs:aa (Results 151 – 175 of 31260) sorted by relevance

12345678910>>...1251

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa.d567 printf("%.*s\n", aa[3].length, aa[3].ptr); in test19()
568 printf("%.*s\n", aa[4].length, aa[4].ptr); in test19()
591 printf("%.*s\n", aa[3].length, aa[3].ptr); in test20()
592 printf("%.*s\n", aa[4].length, aa[4].ptr); in test20()
828 assert(aa.length == 1 && 1 in aa); in test6178a()
832 assert(aa.length == 1 && 1 in aa); in test6178a()
872 assert(aa.length == 1 && (1 in aa)); in test6178b()
876 assert(aa.length == 1 && 1 in aa); in test6178b()
966 assert(aa[1].value == 0 && aa.length == 1); in test6178e()
1135 aa = aa.init; in test6433()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa.d567 printf("%.*s\n", aa[3].length, aa[3].ptr); in test19()
568 printf("%.*s\n", aa[4].length, aa[4].ptr); in test19()
591 printf("%.*s\n", aa[3].length, aa[3].ptr); in test20()
592 printf("%.*s\n", aa[4].length, aa[4].ptr); in test20()
828 assert(aa.length == 1 && 1 in aa); in test6178a()
832 assert(aa.length == 1 && 1 in aa); in test6178a()
872 assert(aa.length == 1 && (1 in aa)); in test6178b()
876 assert(aa.length == 1 && 1 in aa); in test6178b()
966 assert(aa[1].value == 0 && aa.length == 1); in test6178e()
1135 aa = aa.init; in test6433()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtestaa.d567 printf("%.*s\n", aa[3].length, aa[3].ptr); in test19()
568 printf("%.*s\n", aa[4].length, aa[4].ptr); in test19()
591 printf("%.*s\n", aa[3].length, aa[3].ptr); in test20()
592 printf("%.*s\n", aa[4].length, aa[4].ptr); in test20()
828 assert(aa.length == 1 && 1 in aa); in test6178a()
832 assert(aa.length == 1 && 1 in aa); in test6178a()
872 assert(aa.length == 1 && (1 in aa)); in test6178b()
876 assert(aa.length == 1 && 1 in aa); in test6178b()
966 assert(aa[1].value == 0 && aa.length == 1); in test6178e()
1135 aa = aa.init; in test6433()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa.d566 printf("%.*s\n", aa[3].length, aa[3].ptr); in test19()
567 printf("%.*s\n", aa[4].length, aa[4].ptr); in test19()
590 printf("%.*s\n", aa[3].length, aa[3].ptr); in test20()
591 printf("%.*s\n", aa[4].length, aa[4].ptr); in test20()
827 assert(aa.length == 1 && 1 in aa); in test6178a()
831 assert(aa.length == 1 && 1 in aa); in test6178a()
871 assert(aa.length == 1 && (1 in aa)); in test6178b()
875 assert(aa.length == 1 && 1 in aa); in test6178b()
965 assert(aa[1].value == 0 && aa.length == 1); in test6178e()
1134 aa = aa.init; in test6433()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa.d566 printf("%.*s\n", aa[3].length, aa[3].ptr); in test19()
567 printf("%.*s\n", aa[4].length, aa[4].ptr); in test19()
590 printf("%.*s\n", aa[3].length, aa[3].ptr); in test20()
591 printf("%.*s\n", aa[4].length, aa[4].ptr); in test20()
827 assert(aa.length == 1 && 1 in aa); in test6178a()
831 assert(aa.length == 1 && 1 in aa); in test6178a()
871 assert(aa.length == 1 && (1 in aa)); in test6178b()
875 assert(aa.length == 1 && 1 in aa); in test6178b()
965 assert(aa[1].value == 0 && aa.length == 1); in test6178e()
1134 aa = aa.init; in test6433()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Visual/
H A Dgsphere.py60 al = math.sqrt(aa[0][0] * aa[0][0] + aa[0][1] * aa[0][1] + aa[0][2] * aa[0][2])
65 vol += aa[0][0] * (aa[1][1] * aa[2][2] - aa[2][1] * aa[1][2])
66 vol -= aa[0][1] * (aa[1][0] * aa[2][2] - aa[2][0] * aa[1][2])
67 vol += aa[0][2] * (aa[1][0] * aa[2][1] - aa[2][0] * aa[1][1])
70 bb[0].append((aa[1][1] * aa[2][2] - aa[1][2] * aa[2][1]) / vol)
71 bb[0].append((aa[1][2] * aa[2][0] - aa[1][0] * aa[2][2]) / vol)
72 bb[0].append((aa[1][0] * aa[2][1] - aa[1][1] * aa[2][0]) / vol)
73 bb[1].append((aa[2][1] * aa[0][2] - aa[2][2] * aa[0][1]) / vol)
74 bb[1].append((aa[2][2] * aa[0][0] - aa[2][0] * aa[0][2]) / vol)
75 bb[1].append((aa[2][0] * aa[0][1] - aa[2][1] * aa[0][0]) / vol)
[all …]
/dports/math/mathgl/mathgl-2.5/src/
H A Daxis.cpp76 aa.d=d; aa.f=0; aa.ns=ns; aa.o=org; in SetTicks()
90 aa.f = 2; aa.ns=0; aa.ds=0; in AddTick()
106 aa.f = 2; aa.ns=0; aa.ds=0; in SetTicksVal()
263 aa.org.Set(GetOrgX(aa.ch,aa.inv), GetOrgY(aa.ch,aa.inv), GetOrgZ(aa.ch,aa.inv)); in SetTickTime()
302 { aa.dv = aa.d; aa.ds = aa.d/(abs(aa.ns)+1); } in AdjustTicks()
392 aa.org.Set(GetOrgX(aa.ch,aa.inv), GetOrgY(aa.ch,aa.inv), GetOrgZ(aa.ch,aa.inv)); in LabelTicks()
514 aa.org.Set(GetOrgX(aa.ch,aa.inv), GetOrgY(aa.ch,aa.inv), GetOrgZ(aa.ch,aa.inv)); in DrawAxis()
570 if(v0+aa.ds!=v0 && aa.v2+aa.ds!=aa.v2) in DrawAxis()
586 aa.org.Set(GetOrgX(aa.ch,aa.inv), GetOrgY(aa.ch,aa.inv), GetOrgZ(aa.ch,aa.inv)); in DrawLabels()
611 …if(aa.ch!='c' && (aa.txt[i].val<aa.v1 || aa.txt[i+1].val<aa.v1 || aa.txt[i].val>aa.v2 || aa.txt[i+… in DrawLabels()
[all …]
/dports/audio/sbagen/sbagen-1.4.5/
H A Doggdec.c362 aa->b_rd= aa->b_end= aa->buf0;
505 aa->b_rd == aa->b_end) {
508 int len= (aa->buf1-aa->buf0)*sizeof(aa->buf0[0]);
521 aa->b_rd= aa->buf0;
541 aa->amp += aa->del;
551 aa->amp += aa->del;
591 (aa->mode == 1 ? aa->cnt_all + aa->cnt : \
592 aa->mode == 2 ? aa->cnt_all - fade_cnt + aa->cnt : \
625 if (!aa->mode) aa= 0;
691 tmp= aa; aa= bb; bb= tmp;
[all …]
/dports/textproc/p5-Lingua-PT-Stemmer/Lingua-PT-Stemmer-0.02/lib/Lingua/GL/
H A DStemmer.pm6 my $aa = "\xe1";
48 "ana" => [ 2, "${aa}n" ],
49 "${aa}ria" => [ 3, "${aa}rio" ],
79 "alh${aa}m" => [ 4, '' ],
81 "all${aa}n" => [ 4, '' ],
87 "${aa}n" => [ 4, '' ],
92 "${aa}zio" => [ 3,'' ],
127 "${aa}bel" => [ 2, "" ],
150 "${aa}rio" => [ 3, "" ],
260 "ar${aa}" => [ 2, "" ],
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java92 aa.set(i, x); in testConstructorSubClassArray()
104 aa.get(index); in testIndexing()
132 aa.set(i, one); in testGetSet()
134 aa.set(i, two); in testGetSet()
136 aa.set(i, m3); in testGetSet()
147 aa.lazySet(i, one); in testGetLazySet()
149 aa.lazySet(i, two); in testGetLazySet()
151 aa.lazySet(i, m3); in testGetLazySet()
162 aa.set(i, one); in testCompareAndSet()
200 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DAtomicReferenceArrayTest.java56 assertNull(aa.get(i)); in testConstructor()
92 aa.set(i, x); in testConstructorSubClassArray()
105 aa.get(index); in testIndexing()
133 aa.set(i, one); in testGetSet()
135 aa.set(i, two); in testGetSet()
137 aa.set(i, minusThree); in testGetSet()
148 aa.lazySet(i, one); in testGetLazySet()
150 aa.lazySet(i, two); in testGetLazySet()
163 aa.set(i, one); in testCompareAndSet()
202 aa.set(i, one); in testWeakCompareAndSet()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/
H A Dapply_auth.go45 aa.mu.Lock()
46 defer aa.mu.Unlock()
54 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
67 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
80 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
100 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
165 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
182 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
192 err := aa.as.IsAdminPermitted(&aa.authInfo)
203 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go43 aa.mu.Lock()
44 defer aa.mu.Unlock()
52 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
65 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
78 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
98 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
166 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
183 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
193 err := aa.as.IsAdminPermitted(&aa.authInfo)
204 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/
H A Dapply_auth.go45 aa.mu.Lock()
46 defer aa.mu.Unlock()
54 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
67 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
80 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
100 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
165 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
182 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
192 err := aa.as.IsAdminPermitted(&aa.authInfo)
203 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/devel/etcd33/etcd-3.3.23/etcdserver/
H A Dapply_auth.go43 aa.mu.Lock()
44 defer aa.mu.Unlock()
52 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
65 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
78 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
98 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
166 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
183 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
193 err := aa.as.IsAdminPermitted(&aa.authInfo)
204 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/
H A Dapply_auth.go45 aa.mu.Lock()
46 defer aa.mu.Unlock()
54 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
67 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
80 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
100 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
165 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
182 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
192 err := aa.as.IsAdminPermitted(&aa.authInfo)
203 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go43 aa.mu.Lock()
44 defer aa.mu.Unlock()
52 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
65 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
78 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
98 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
166 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
183 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
193 err := aa.as.IsAdminPermitted(&aa.authInfo)
204 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/
H A Dapply_auth.go45 aa.mu.Lock()
46 defer aa.mu.Unlock()
54 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
67 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
80 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
100 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
165 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
182 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
192 err := aa.as.IsAdminPermitted(&aa.authInfo)
203 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/
H A Dapply_auth.go43 aa.mu.Lock()
44 defer aa.mu.Unlock()
52 if err := aa.as.IsAdminPermitted(&aa.authInfo); err != nil {
65 if err := aa.as.IsPutPermitted(&aa.authInfo, r.Key); err != nil {
78 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, nil)
98 err := aa.as.IsRangePermitted(&aa.authInfo, r.Key, r.RangeEnd)
166 if err := checkTxnAuth(aa.as, &aa.authInfo, rt); err != nil {
183 if err := aa.as.IsPutPermitted(&aa.authInfo, []byte(key)); err != nil {
193 err := aa.as.IsAdminPermitted(&aa.authInfo)
204 err := aa.as.IsAdminPermitted(&aa.authInfo)
[all …]

12345678910>>...1251