Searched refs:d1 (Results 1 - 25 of 242) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20021103-1.c7 double d1 = 3.14159, d2; local
8 if (&d2 == &d1)
H A D20010714-1.c5 __attribute__((noreturn)) void d0 (void), __attribute__((format(printf, 1, 2))) d1 (const char *, ...), d2 (void);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dmn10300.s27 add d1,d2
30 add a2,d1
31 add 16,d1
40 addc d1,d2
60 btst 64,d1
65 bset d1,(a2)
68 bclr d1,(a2)
73 cmp d1,d2
79 cmp 131071,d1
86 ext d1
[all...]
H A Dmn10200.s25 add d1,d2
27 add a2,d1
29 add 16,d1
35 addc d1,d2
72 btst 64,d1
74 bset d1,(a2)
75 bclr d1,(a2)
78 cmp d1,d2
84 cmp 131071,d1
89 ext d1
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dfp-test.c82 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
122 d1 = f1;
133 f1 = d1;
136 d1 = -d2;
137 d1 = d2 + d3;
138 d1 = d2 - d3;
139 d1 = d2 * d3;
140 d1 = d2 / d3;
141 d1 += d2;
142 d1
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfp-test.c82 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
122 d1 = f1;
133 f1 = d1;
136 d1 = -d2;
137 d1 = d2 + d3;
138 d1 = d2 - d3;
139 d1 = d2 * d3;
140 d1 = d2 / d3;
141 d1 += d2;
142 d1
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-hexfloat-1.c8 double d1 = 0x1p2; /* { dg-bogus "warning" "warning in place of error" } */ variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb52.C7 class d1 : public virtual base { class in inherits:base
12 void d1::f()
17 class dd1 : public virtual d1 {
24 d1::f();
28 class d1_and_base : public virtual d1, public virtual base {
35 d1::f();
/openbsd-current/lib/libssl/
H A Dd1_lib.c84 if ((s->d1 = calloc(1, sizeof(*s->d1))) == NULL)
87 if ((s->d1->unprocessed_rcds.q = pqueue_new()) == NULL)
89 if ((s->d1->buffered_messages = pqueue_new()) == NULL)
91 if ((s->d1->sent_messages = pqueue_new()) == NULL)
93 if ((s->d1->buffered_app_data.q = pqueue_new()) == NULL)
97 s->d1->cookie_len = sizeof(s->d1->cookie);
158 dtls1_drain_records(s->d1->unprocessed_rcds.q);
159 dtls1_drain_fragments(s->d1
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D980628-0.f12 double precision d1, d2, d3 local in subroutine:subr
14 equivalence (r1(2), d1)
19 d1 = 10.
34 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
42 double precision d1, d2, d3 local in subroutine:x
46 if (d1 .ne. 10.) call abort
H A D980628-1.f13 double precision d1, d2, d3 local in subroutine:subr
15 equivalence (r1(2), d1)
20 d1 = 10.
35 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
43 double precision d1, d2, d3 local in subroutine:x
47 if (d1 .ne. 10.) call abort
H A D980628-7.f12 double precision d1, d2, d3 local in subroutine:subr
14 equivalence (d1, r1(2))
19 d1 = 10.
34 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
38 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
42 double precision d1, d2, d3 local in subroutine:x
46 if (d1 .ne. 10.) call abort
H A D980628-8.f13 double precision d1, d2, d3 local in subroutine:subr
15 equivalence (d1, r1(2))
20 d1 = 10.
35 call x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
39 subroutine x (r1, d1, i1, r2, d2, i2, r3, d3, i3)
43 double precision d1, d2, d3 local in subroutine:x
47 if (d1 .ne. 10.) call abort
H A D980701-0.f13 double precision d1, d2, d3 local in subroutine:subr
16 equivalence (d1, r1(2))
24 d1 = 10.
41 call x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
50 double precision d1, d2, d3 local in subroutine:x
55 if (d1 .ne. 10.) call abort
H A D980701-1.f13 double precision d1, d2, d3 local in subroutine:subr
15 equivalence (d1, r1(2))
24 d1 = 10.
41 call x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
45 subroutine x (s1, r1, d1, i1, s2, r2, d2, i2, s3, r3, d3, i3)
50 double precision d1, d2, d3 local in subroutine:x
55 if (d1 .ne. 10.) call abort
/openbsd-current/sys/lib/libsa/
H A Dpkcs5_pbkdf2.c35 u_int8_t d1[SHA1_DIGEST_LENGTH], d2[SHA1_DIGEST_LENGTH]; local
54 hmac_sha1(asalt, salt_len + 4, pass, pass_len, d1);
55 memcpy(obuf, d1, sizeof(obuf));
58 hmac_sha1(d1, sizeof(d1), pass, pass_len, d2);
59 memcpy(d1, d2, sizeof(d1));
61 obuf[j] ^= d1[j];
71 explicit_bzero(d1, sizeof(d1));
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators32.C24 T** allocate2d(long d1, long d2, T**& array) argument
26 if( allocate1d(d1, array) != 0 )
28 for( long i = 0; i < d1; i++ )
42 long d1 = 3, d2 = 4; local
52 allocate2d(d1, d2, f2);// ERROR - type.*// ERROR - trying to.*
53 ffree(d1, f2);// ERROR - type.*// ERROR - trying to.*
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp35.C19 template<template<int> class D> int f(D<2> &d1) argument
21 d1.f();
25 template<template<int> class D> int f(D<1> &d1) argument
27 d1.f();
H A Dttp28.C19 template<template<class> class D,class E> int f(D<E> &d1) argument
21 d1.f();
27 template<> int f<>(D<char> &d1) argument
29 d1.f();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921124-1.c1 f(x, d1, d2, d3)
2 double d1, d2, d3;
/openbsd-current/usr.sbin/unbound/util/data/
H A Ddname.h94 * @param d1: dname to compare
99 int query_dname_compare(uint8_t* d1, uint8_t* d2);
116 * @param d1: dname to compare
121 int dname_pkt_compare(struct sldns_buffer* pkt, uint8_t* d1, uint8_t* d2);
179 * @param d1: first dname. pointer to uncompressed wireformat.
184 * @return: 0 for equal, -1 smaller, or +1 d1 larger than d2.
186 int dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs);
209 * See if domain name d1 is a strict subdomain of d2.
211 * @param d1: domain name, uncompressed wireformat
212 * @param labs1: number of labels in d1, includin
[all...]
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Ddname.h94 * @param d1: dname to compare
99 int query_dname_compare(uint8_t* d1, uint8_t* d2);
116 * @param d1: dname to compare
121 int dname_pkt_compare(struct sldns_buffer* pkt, uint8_t* d1, uint8_t* d2);
179 * @param d1: first dname. pointer to uncompressed wireformat.
184 * @return: 0 for equal, -1 smaller, or +1 d1 larger than d2.
186 int dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs);
209 * See if domain name d1 is a strict subdomain of d2.
211 * @param d1: domain name, uncompressed wireformat
212 * @param labs1: number of labels in d1, includin
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dpmf6.C13 dp d1; variable
17 dp f () { ++call; return d1; }
23 d1 = b;
/openbsd-current/regress/lib/libpthread/preemption_float/
H A Dpreemption_float.c53 double d, d1, d2; local
60 d1 = d;
64 /* if (d2 != d1) { */
65 if (memcmp (&d2, &d1, sizeof(double))) {
66 printf("log loop: %f != %f\n", d1, d2);
77 double d, d1, d2; local
86 d1 = d;
90 /* if (d2 != d1) { */
91 if (memcmp (&d2, &d1, sizeof(double))) {
92 printf("trig loop: %f != %f\n", d1, d
[all...]
/openbsd-current/lib/libcrypto/des/
H A Dcfb_enc.c75 DES_LONG d0, d1, v0, v1; local
98 c2ln(in, d0, d1, n);
101 d1 ^= ti[1];
102 l2cn(d0, d1, out, n);
111 v1 = d1;
118 l2c(d1, iv);
120 sh[0] = v0, sh[1] = v1, sh[2] = d0, sh[3] = d1;
144 c2ln(in, d0, d1, n);
153 v1 = d1;
160 l2c(d1, i
[all...]

Completed in 136 milliseconds

12345678910