Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/netbsd/src/tests/lib/libc/gen/
Dt_fpclassify.c45 float d0, d1, f; in ATF_TC_BODY() local
61 d1 = d0; in ATF_TC_BODY()
68 d1 /= 2; in ATF_TC_BODY()
69 ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL, in ATF_TC_BODY()
71 i, d1, fpclassify(d1), FP_SUBNORMAL); in ATF_TC_BODY()
72 ATF_CHECK_MSG(d1 > 0 && d1 < d0, in ATF_TC_BODY()
73 "[%d] d1=%a d0=%a", i, d1, d0); in ATF_TC_BODY()
76 ATF_CHECK_EQ_MSG(d2, d1, "[%d] ldexpf(%a, -%d)=%a != %a", in ATF_TC_BODY()
77 i, d0, i, d2, d1); in ATF_TC_BODY()
79 d2 = modff(d1, &ip); in ATF_TC_BODY()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
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 …]
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 …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfp-test.cc81 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
121 d1 = f1; in main()
132 f1 = d1; in main()
135 d1 = -d2; in main()
136 d1 = d2 + d3; in main()
137 d1 = d2 - d3; in main()
138 d1 = d2 * d3; in main()
139 d1 = d2 / d3; in main()
140 d1 += d2; in main()
141 d1 -= d2; in main()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dd1_lib.c69 DTLS1_STATE *d1; in dtls1_new() local
77 if ((d1 = OPENSSL_zalloc(sizeof(*d1))) == NULL) { in dtls1_new()
82 d1->buffered_messages = pqueue_new(); in dtls1_new()
83 d1->sent_messages = pqueue_new(); in dtls1_new()
86 d1->cookie_len = sizeof(s->d1->cookie); in dtls1_new()
89 d1->link_mtu = 0; in dtls1_new()
90 d1->mtu = 0; in dtls1_new()
92 if (d1->buffered_messages == NULL || d1->sent_messages == NULL) { in dtls1_new()
93 pqueue_free(d1->buffered_messages); in dtls1_new()
94 pqueue_free(d1->sent_messages); in dtls1_new()
[all …]
/netbsd/src/common/lib/libc/arch/arm/string/
Dmemcpy_neon.S71 vdup.8 d1, r5 /* set offset for table */
76 vadd.u8 d0, d0, d1 /* add offset to it */
78 vld1.64 {d1}, [r1:64]! /* load a dword from src */
84 vtbl.8 d0, {d1-d2}, d0 /* merge last dwords */
97 vtbl.8 d1, {d1-d2}, d0 /* reorder */
98 vst1.64 {d1}, [r3:64]! /* store a dword */
101 vmov d1, d2 /* prepare for next dword */
118 vtbl.8 d1, {d1-d2}, d0 /* reorder */
122 vst1.64 {d1-d4}, [r3:64]! /* write 4 dwords */
134 vmov d1, d10
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Ddiv_qr_2.c115 #define udiv_qr_4by2(q1,q0, r1,r0, n3,n2,n1,n0, d1,d0, di1,di0) \ argument
133 _t1 += _q2 * d1 + _q3 * d0; \
138 add_ssaaaa (r1, r0, r1, r0, d1 & _mask, d0 & _mask); \
141 if (UNLIKELY (r1 >= d1)) \
143 if (r1 > d1 || r0 >= d0) \
145 sub_ddmmss (r1, r0, r1, r0, d1, d0); \
154 invert_4by2 (mp_ptr di, mp_limb_t d1, mp_limb_t d0) in invert_4by2() argument
157 invert_limb (v1, d1); in invert_4by2()
158 p1 = d1 * v1; in invert_4by2()
164 mask = -(mp_limb_t) (p1 >= d1); in invert_4by2()
[all …]
/netbsd/src/sys/lib/libkern/arch/m68k/
Dudivsi3.S58 movel 8(%sp), %d1 | load dividend
65 lsrl #1, %d1
72 movew %d1, %d2 | save low(dividend)
73 clrw %d1
74 swap %d1 | %d1 = dividend >> 16
75 divuw %d0, %d1 | do the high divide
76 moveal %d1, %a1 | save high divide result
77 movew %d2, %d1 | concat(remainder, low(dividend))
78 divuw %d0, %d1 | do the low divide
82 andil #0xffff, %d1 | %d1 = finished low divide result
[all …]
/netbsd/src/common/lib/libc/arch/m68k/atomic/
Datomic_nand.S39 movl %d0, %d1
42 casl %d1, %d0, (%a0)
66 movl %d0, %d1
67 andl 8(%sp), %d1
68 notl %d1
69 casl %d0, %d1, (%a0)
79 movw %d0, %d1
82 casw %d1, %d0, (%a0)
92 movw %d0, %d1
93 andw 8(%sp), %d1
[all …]
Datomic_or.S54 movl %d0, %d1
56 casl %d1, %d0, (%a0)
75 movl %d0, %d1
76 orl 8(%sp), %d1
77 casl %d0, %d1, (%a0)
87 movw %d0, %d1
89 casw %d1, %d0, (%a0)
98 movw %d0, %d1
99 orw 8(%sp), %d1
100 casw %d0, %d1, (%a0)
[all …]
Datomic_sub.S54 movl %d0, %d1
56 casl %d1, %d0, (%a0)
74 movl %d0, %d1
75 subl 8(%sp), %d1
76 casl %d0, %d1, (%a0)
85 movw %d0, %d1
87 casw %d1, %d0, (%a0)
97 movw %d0, %d1
98 subw 8(%sp), %d1
99 casw %d0, %d1, (%a0)
[all …]
Datomic_and.S53 movl %d0, %d1
55 casl %d1, %d0, (%a0)
72 movl %d0, %d1
73 andl 8(%sp), %d1
74 casl %d0, %d1, (%a0)
84 movw %d0, %d1
86 casw %d1, %d0, (%a0)
96 movw %d0, %d1
97 andw 8(%sp), %d1
98 casw %d0, %d1, (%a0)
[all …]
Datomic_add.S54 movl %d0, %d1
56 casl %d1, %d0, (%a0)
74 movl %d0, %d1
75 addl 8(%sp), %d1
76 casl %d0, %d1, (%a0)
85 movw %d0, %d1
87 casw %d1, %d0, (%a0)
97 movw %d0, %d1
98 addw 8(%sp), %d1
99 casw %d0, %d1, (%a0)
[all …]
Datomic_xor.S54 movl %d0, %d1
57 casl %d1, %d0, (%a0)
76 movl %d0, %d1
78 eorl %d2, %d1
79 casl %d0, %d1, (%a0)
89 movw %d0, %d1
92 casw %d1, %d0, (%a0)
101 movw %d0, %d1
103 eorw %d2, %d1
104 casw %d0, %d1, (%a0)
[all …]
/netbsd/src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/
Dwdb00t.ahdi.S53 movb %d5,%d1 | NVRAM bootpref
59 movb rtcdat:w,%d1
61 movq #-8,%d1 | bootpref = any
66 andb %d1,%d2
89 movq #0,%d1
90 0: addw %a0@+,%d1
92 cmpw #0x1234,%d1
112 movq #0,%d1
119 0: movl %d6,%d1
125 divu %d2,%d1
[all …]
/netbsd/src/usr.bin/spell/spellprog/
Dspellprog.c143 const char *d1; member
151 .d1 = "-y+iness", .a1 = "+ness" },
153 .d1 = "-y+i+less", .a1 = "+less" },
155 .d1 = "", .a1 = "+s", .p2 = es,
158 .d1 = "", .a1 = "+'s" },
160 .d1 = "", .a1 = "+s" },
162 .d1 = "", .a1 = "-t+ce" },
164 .d1 = "", .a1 = "-cy+t" },
166 .d1 = "", .a1 = "" },
168 .d1 = "-le+ility", .a1 = "" },
[all …]
/netbsd/src/sys/arch/m68k/m68k/
Dw16copy.s49 movl %a0, %d1
50 btst #0, %d1 | is %a0 even?
56 1: movl %d0, %d1 | copy count into %d1
57 lsrl #2, %d1 | turn %d1 into long count
58 subqw #1, %d1 | set up for dbf
63 dbf %d1, 2b | will use the 68010 loop mode
67 dbf %d1, 2b
71 3: subil #0x10000, %d1
95 movl %a0, %d1
96 btst #0, %d1 | is %a0 even?
[all …]
/netbsd/src/sys/arch/mac68k/obio/
Diwm.s171 moveml %d1/%a0-%a1,%sp@-
194 moveml %sp@+,%d1/%a0-%a1
210 moveml %d1-%d5/%a0-%a4,%sp@-
213 moveml %sp@+,%d1-%d5/%a0-%a4
301 moveml %d1/%a0-%a1,%sp@-
305 moveq #-1,%d1 | no drive
322 moveq #-2,%d1 | error code
327 moveq #0,%d1 | Drive found
339 bset #0,%d1 | 1 = no.
344 bset #1,%d1 | 1 = No.
[all …]
/netbsd/src/sys/arch/m68k/fpsp/
Dround.sa49 * d1(high word) contains rounding precision:
53 * d1(low word) contains rounding mode:
80 swap d1 ;set up d1.w for round prec.
89 move.l (a1,d1.w*4),a1
92 * Jump table indexed by rounding mode in d1.w. All following assumes
106 swap d1 ;set up d1 for round prec.
111 move.l (a1,d1.w*4),a1
119 swap d1 ;set up d1 for round prec.
124 move.l (a1,d1.w*4),a1
131 swap d1 ;set up d1 for round prec.
[all …]
/netbsd/src/sys/arch/x68k/stand/libsa/
Dfdsub.S41 || movl %sp@(4),%d1
42 || andil #3,%d1
43 || orib #0x90,%d1
44 || lslw #8,%d1
51 moveml %sp@(4),%d0-%d1
52 andil #1,%d1
54 lslw #2,%d1
55 orw %d1,%d0
58 tstl %d1
62 moveml %d0-%d1,%a0@
[all …]
/netbsd/src/common/lib/libc/arch/m68k/string/
Dbcopy.S92 movl 12(%sp),%d1 | count
101 cmpl #8,%d1
121 subql #1,%d1 | len--
127 subql #2,%d1 | len -= 2
130 movel %d1,%d0
133 andl #31,%d1 | len %= 32
153 movel %d1,%d0
165 andl #3,%d1 | len %= 4
168 subql #1,%d1 | set up for dbf
176 dbf %d1,.Lbcfbloop | till done
[all …]
/netbsd/src/sys/arch/mac68k/mac68k/
Dpramasm.s65 moveml %d1/%a1,%sp@-
68 moveq #0,%d1 | zero out location
69 moveb %a6@(15),%d1 | now get out PRam location
75 moveb %a1@(%d1),%a0@+ | transfer byte
76 addql #1,%d1 | next byte
80 moveml %sp@+,%d1/%a1
257 movel #0x00550035,%d1 | de-write-protect the PRAM
259 moveq #1,%d1 | write sec byte 0 first
261 swap %d1 | we want access to data byte of command
262 moveb %d0,%d1 | set our first secs byte
[all …]
/netbsd/src/crypto/external/bsd/openssl/lib/libdes/
Docfb_enc.c70 register DES_LONG d0,d1,v0,v1,n=(numbits+7)/8; in des_cfb_encrypt() local
104 c2ln(in,d0,d1,n); in des_cfb_encrypt()
107 d1=(d1^ti[1])&mask1; in des_cfb_encrypt()
108 l2cn(d0,d1,out,n); in des_cfb_encrypt()
115 { v0=d0; v1=d1; } in des_cfb_encrypt()
119 v1=((d0>>(num-32))|(d1<<(64-num)))&0xffffffffL; in des_cfb_encrypt()
136 c2ln(in,d0,d1,n); in des_cfb_encrypt()
143 { v0=d0; v1=d1; } in des_cfb_encrypt()
147 v1=((d0>>(num-32))|(d1<<(64-num)))&0xffffffffL; in des_cfb_encrypt()
155 d1=(d1^ti[1])&mask1; in des_cfb_encrypt()
[all …]
/netbsd/src/lib/libc_vfp/
Dvfpdf.S46 #define vmov_arg1 vmov d1, r2, r3
50 #define vmov_arg1 vmov d1, r3, r2
70 vadd.f64 d0, d0, d1
77 vsub.f64 d0, d0, d1
85 vsub.f64 d0, d1, d0
93 vmul.f64 d0, d0, d1
100 vdiv.f64 d0, d0, d1
158 vcmp.f64 d0, d1
165 vcmpe.f64 d0, d1
172 vcmpe.f64 d1, d0
[all …]
/netbsd/src/sys/arch/m68k/060sp/dist/
Dfplsp.s574 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1
588 mov.b %d0,%d1
595 tst.b %d1
600 cmpi.b %d1,&ZERO # is operand a ZERO?
605 cmpi.b %d1,&INF # is operand an INF?
610 cmpi.b %d1,&QNAN # is operand a QNAN?
621 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
631 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1
645 mov.b %d0,%d1
652 mov.b %d1,STAG(%a6)
[all …]

12345678910>>...22