Searched refs:d1 (Results 51 - 75 of 242) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20000720-1.c9 int d0, d1, d2; local
12 "=&c" (d0), "=&D" (d1), "=&S" (d2) :
/openbsd-current/usr.bin/cvs/
H A Ddiff3.c163 BUF *b1, *d1, *d2, *diffb; local
169 b1 = d1 = d2 = diffb = NULL;
175 d1 = buf_alloc(128);
191 diffreg(path1, path3, fds[2], fds[4], d1, D_FORCEASCII);
195 fds[0] = buf_write_stmp(d1, dp13, NULL);
196 buf_free(d1);
540 struct diff *d1, *d2, *d3; local
543 d1 = d13;
547 t1 = (d1 < d13 + m1);
554 d1
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dadddf3vfp.S20 vadd.f64 d0, d0, d1
H A Ddivdf3vfp.S21 vdiv.f64 d0, d0, d1
H A Deqdf2vfp.S21 vcmp.f64 d0, d1
H A Dgedf2vfp.S22 vcmp.f64 d0, d1
H A Dgtdf2vfp.S22 vcmp.f64 d0, d1
H A Dledf2vfp.S22 vcmp.f64 d0, d1
H A Dltdf2vfp.S22 vcmp.f64 d0, d1
H A Dmuldf3vfp.S21 vmul.f64 d0, d0, d1
H A Dnedf2vfp.S21 vcmp.f64 d0, d1
H A Dsubdf3vfp.S21 vsub.f64 d0, d0, d1
H A Dunorddf2vfp.S22 vcmp.f64 d0, d1
/openbsd-current/regress/usr.bin/bc/
H A Dt19.c49 long double v, d1, d2, diff, prec; local
58 ret = fscanf(fp, "%Lf", &d1);
61 diff = fabsl(d1 - d2);
72 v, d1, d2, diff, prec);
/openbsd-current/lib/libcrypto/des/
H A Dcfb64ede.c140 DES_LONG d0, d1, v0, v1; local
158 c2ln(in, d0, d1, n);
161 d1 ^= ti[1];
162 l2cn(d0, d1, out, n);
171 v1 = d1;
177 l2c(d1, iv);
200 c2ln(in, d0, d1, n);
209 v1 = d1;
215 l2c(d1, iv);
232 d1
[all...]
/openbsd-current/usr.sbin/sa/
H A Dmain.c393 cmp_usrsys(const DBT *d1, const DBT *d2) argument
398 memcpy(&c1, d1->data, sizeof(c1));
414 cmp_avgusrsys(const DBT *d1, const DBT *d2) argument
419 memcpy(&c1, d1->data, sizeof(c1));
438 cmp_dkio(const DBT *d1, const DBT *d2) argument
442 memcpy(&c1, d1->data, sizeof(c1));
455 cmp_avgdkio(const DBT *d1, const DBT *d2) argument
460 memcpy(&c1, d1->data, sizeof(c1));
476 cmp_cpumem(const DBT *d1, const DBT *d2) argument
480 memcpy(&c1, d1
493 cmp_avgcpumem(const DBT *d1, const DBT *d2) argument
518 cmp_calls(const DBT *d1, const DBT *d2) argument
[all...]
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm73 #define d1 REG (d1) define
375 movew sp@(6), d1 /* x1 -> d1 */
376 muluw sp@(8), d1 /* x1*y0 */
378 addw d1, d0
380 addl d1, d0
384 movew sp@(6), d1 /* x1 -> d1 */
385 muluw sp@(10), d1 /* x
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm73 #define d1 REG (d1) define
305 movew sp@(6), d1 /* x1 -> d1 */
306 muluw sp@(8), d1 /* x1*y0 */
308 addw d1, d0
310 addl d1, d0
314 movew sp@(6), d1 /* x1 -> d1 */
315 muluw sp@(10), d1 /* x
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c187 void call2a (char c, float f1, short s, double d1, int i, float f2, long l, double d2) argument
189 call2a (c, f1, s, d1, i, f2, l, d2)
190 char c; float f1; short s; double d1; int i; float f2; long l; double d2;
193 c = 'a'; f1 = 0.0; s = 5; d1 = 0.0; i = 6; f2 = 0.1; l = 7; d2 = 0.2;
197 void call2b (float f1, short s, double d1, int i, float f2, long l, double d2, char c) argument
199 call2b (f1, s, d1, i, f2, l, d2, c)
200 float f1; short s; double d1; int i; float f2; long l; double d2; char c;
203 c = 'a'; f1 = 0.0; s = 5; d1 = 0.0; i = 6; f2 = 0.1; l = 7; d2 = 0.2;
207 void call2c (short s, double d1, int i, float f2, long l, double d2, char c, float f1) argument
209 call2c (s, d1,
217 call2d(double d1, int i, float f2, long l, double d2, char c, float f1, short s) argument
227 call2e(int i, float f2, long l, double d2, char c, float f1, short s, double d1) argument
237 call2f(float f2, long l, double d2, char c, float f1, short s, double d1, int i) argument
247 call2g(long l, double d2, char c, float f1, short s, double d1, int i, float f2) argument
257 call2h(double d2, char c, float f1, short s, double d1, int i, float f2, long l) argument
267 call2i(char c1, float f1, char c2, char c3, double d1, char c4, char c5, char c6, float f2, short s, char c7, double d2) argument
700 call_with_trampolines(double d1) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dbless.t37 $t��st = "foo"; $d1 = bless \*t��st, "��";
38 expected($d1, "��", "GLOB");
61 our $test2 = ""; my $d1 = bless \*test2, "��3";
65 expected($d1, "��3", "GLOB");
70 expected($d1, "��", "GLOB");
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dretrieve.t48 $d1 = &dump($root);
49 isnt($d1, undef);
53 is($d1, $d2);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest21.C77 BDDRetrace::Dump1 d1; local
82 d1 << 'a';
83 d1 << 1;
84 d1 << 1.0;
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_div.c161 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
209 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
230 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
254 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_div.c156 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
204 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
225 r0 = d0, r1 = d1, r2 = d2, r3 = d3; \
249 r0 = d0, r1 = d1, r2 = d2, r3 = d3;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020129-1.c5 struct D { int d1; struct D *d2; }; member in struct:D
45 y.b1.c1.d1 = 6;

Completed in 412 milliseconds

12345678910