Home
last modified time | relevance | path

Searched refs:dd (Results 1 – 25 of 164) sorted by relevance

1234567

/minix/lib/libc/gdtoa/test/
H A DdIsi.out4 dd[0] = #3ff3ae14 7ae147ae = 1.23
10 dd[0] = #441aabdf 2145b430 = 1.23e+20
11 dd[1] = #441aabdf 2145b430 = 1.23e+20
17 dd[1] = #3bcd0ae4 cf767531 = 1.23e-20
22 dd[0] = #3ff3c0ca 4283de1b = 1.23456789
34 dd[0] = #462f0cb0 4e8fb790 = 1.23e+30
82 dd[0] = #0 0 = 0
124 dd[0] = #0 0 = 0
130 dd[0] = #44b52d02 c7e14af6 = 1e+23
137 dd[1] = #7ff00000 0 = Infinity
[all …]
H A DdI.out4 dd[0] = #3ff3ae14 7ae147ae = 1.23
10 dd[0] = #441aabdf 2145b430 = 1.23e+20
11 dd[1] = #441aabdf 2145b430 = 1.23e+20
17 dd[1] = #3bcd0ae4 cf767531 = 1.23e-20
34 dd[0] = #462f0cb0 4e8fb790 = 1.23e+30
82 dd[0] = #0 9b9 = 1.2297e-320
83 dd[1] = #0 9ba = 1.23e-320
124 dd[0] = #0 f9 = 1.23e-321
125 dd[1] = #0 fa = 1.235e-321
130 dd[0] = #44b52d02 c7e14af6 = 1e+23
[all …]
H A Ddd.out4 dd[0] = 1.23 = #3ff3ae14 7ae147ae
19 dd[1] = 0 = #0 0
175 dd[1] = 0 = #0 0
217 dd[1] = 1e-323 = #0 2
273 dd[1] = 0 = #0 0
353 dd[1] = 0 = #0 0
367 dd[1] = 0 = #0 0
494 dd[1] = 0 = #0 0
739 dd[1] = 0 = #0 0
984 dd[1] = 0 = #0 0
[all …]
H A Dddsi.out19 dd[1] = 0 = #0 0
160 dd[0] = 0 = #0 0
161 dd[1] = 0 = #0 0
174 dd[0] = 0 = #0 0
175 dd[1] = 0 = #0 0
216 dd[0] = 0 = #0 0
217 dd[1] = 0 = #0 0
258 dd[0] = 0 = #0 0
259 dd[1] = 0 = #0 0
272 dd[0] = 0 = #0 0
[all …]
H A Dddtest.c84 union { double dd[2]; ULong L[4]; } u; in main() member
123 i = strtordd(ibuf, &se, r, u.dd); in main()
126 if (i != j || u.dd[0] != ddI[0] in main()
127 || u.dd[1] != ddI[1] || se != se1) in main()
134 u.dd[0] = strtod(s, &se); in main()
135 u.dd[1] = strtod(se, &se); in main()
138 dprint("dd[0]", u.dd[0]); in main()
139 dprint("dd[1]", u.dd[1]); in main()
148 if (ddI[0] == u.dd[0] && ddI[1] == u.dd[1]) in main()
167 if (ddI[0] == u.dd[0] && ddI[1] == u.dd[1]) in main()
[all …]
H A DdItest.c60 double dd[2], dd1, dd2; in main() local
68 i = strtodI(ibuf, &se, dd); in main()
70 dshow("dd[0]", dd[0]); in main()
71 dshow("dd[1]", dd[1]); in main()
75 || dd[0] != dd1 || dd[1] != dd2) { in main()
/minix/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_dd.c70 CMS_DigestedData *dd; in DECLARE_ASN1_ITEM() local
75 dd = M_ASN1_new_of(CMS_DigestedData); in DECLARE_ASN1_ITEM()
77 if (!dd) in DECLARE_ASN1_ITEM()
81 cms->d.digestedData = dd; in DECLARE_ASN1_ITEM()
83 dd->version = 0; in DECLARE_ASN1_ITEM()
100 CMS_DigestedData *dd; in cms_DigestedData_init_bio() local
101 dd = cms->d.digestedData; in cms_DigestedData_init_bio()
111 CMS_DigestedData *dd; in cms_DigestedData_do_final() local
114 dd = cms->d.digestedData; in cms_DigestedData_do_final()
129 if (memcmp(md, dd->digest->data, mdlen)) in cms_DigestedData_do_final()
[all …]
/minix/common/dist/zlib/contrib/masm686/
H A Dmatch.asm37 ds_strm dd ?
38 ds_status dd ?
42 ds_pending dd ?
43 ds_wrap dd ?
53 ds_w_bits dd ?
58 ds_head dd ?
59 ds_ins_h dd ?
60 ds_hash_size dd ?
61 ds_hash_bits dd ?
74 ds_level dd ?
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Ddefaulted-private-dtor.cpp12 BadDtor dd; // expected-error {{private destructor}} in f() local
13 throw dd; // expected-error {{private destructor}} in f()
28 BadDtor dd; // expected-error {{private destructor}} member
34 BadDtor dd; // expected-error {{private destructor}} variable
41 BadDtor dd; in f() local
42 throw dd; in f()
54 BadDtor dd; member in K
H A Ddeleted-function.cpp31 WithDel dd; // expected-error {{call to deleted constructor of 'WithDel'}} in test() local
44 DelDtor dd; // expected-error {{attempt to use a deleted function}} in f() local
45 throw dd; // expected-error {{attempt to use a deleted function}} in f()
51 DelDtor dd; member
57 DelDtor dd; // expected-error {{attempt to use a deleted function}} variable
/minix/lib/libc/gdtoa/
H A Dg_ddfmt.c48 U *dd, ddx[2]; local
68 dd = (U*)dd0;
69 L = dd->L;
94 if (dval(&dd[0]) + dval(&dd[1]) == 0.) {
105 dval(&ddx[1]) = dval(&dd[0]);
106 dval(&ddx[0]) = dval(&dd[1]);
107 dd = ddx;
108 L = dd->L;
110 z = d2b(dval(&dd[0]), &ex, &bx);
113 if (dval(&dd[1]) == 0.)
[all …]
H A DstrtodI.c55 strtodI(s, sp, dd) CONST char *s; char **sp; double *dd; in strtodI() argument
57 strtodI(CONST char *s, char **sp, double *dd)
69 u = (U*)dd;
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp34 DD dd();
39 decltype(dd()) *p = new decltype(dd()); // ok
47 decltype(dd(), // expected-error {{deleted function}}
48 dd()) dd1;
50 dd()) dd2; // expected-error {{deleted function}}
55 decltype(((13, ((dd())))))::n dd_parens; // ok
/minix/tests/lib/libc/gen/
H A Dt_glob.c127 struct gl_dir *dd = v; in gl_readdir() local
128 if (dd->pos < dd->len) { in gl_readdir()
129 const struct gl_file *f = &dd->dir[dd->pos++]; in gl_readdir()
132 dir.d_ino = dd->pos; in gl_readdir()
185 struct gl_dir *dd = v; in gl_closedir() local
186 dd->pos = 0; in gl_closedir()
187 DPRINTF(("closedir %p\n", dd)); in gl_closedir()
/minix/common/dist/zlib/contrib/masmx86/
H A Dinffas32.asm72 dd 1
106 dd 0 label
107 dd 1 label
108 dd 3 label
109 dd 7 label
110 dd 15 label
111 dd 31 label
112 dd 63 label
113 dd 127 label
114 dd 255 label
[all …]
/minix/lib/libm/src/
H A Ds_fmal.c49 struct dd { struct
59 static inline struct dd
62 struct dd ret; in dd_add()
85 struct dd sum; in add_adjusted()
105 struct dd sum; in add_and_denormalize()
135 static inline struct dd
143 struct dd ret; in dd_mul()
177 struct dd xy, r; in fmal()
H A Ds_fma.c52 struct dd { struct
62 static inline struct dd
65 struct dd ret; in dd_add()
88 struct dd sum; in add_adjusted()
112 struct dd sum; in add_and_denormalize()
146 static inline struct dd
150 struct dd ret; in dd_mul()
192 struct dd xy, r; in fma()
/minix/crypto/external/bsd/openssl/dist/crypto/mdc2/
H A Dmdc2dgst.c124 DES_LONG d[2], dd[2]; in mdc2_body() local
131 d[0] = dd[0] = tin0; in mdc2_body()
133 d[1] = dd[1] = tin1; in mdc2_body()
143 DES_encrypt1(dd, &k, 1); in mdc2_body()
145 ttin0 = tin0 ^ dd[0]; in mdc2_body()
146 ttin1 = tin1 ^ dd[1]; in mdc2_body()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dsplit-vector-bitcast.ll8 %dd = bitcast <2 x float> %c to <2 x i32>
9 %d = add <2 x i32> %dd, %dd
/minix/minix/tests/
H A Dtestvnd.sh56 dd if=/dev/zero of=image0 bs=4096 count=257 2>/dev/null || bomb "out of space?"
75 dd if=/dev/zero of=mnt1/image1 bs=4096 count=128 2>/dev/null || bomb "dd fail"
97 dd if=/dev/zero of=/dev/vnd0 bs=4096 count=1 2>/dev/null && bomb "dd succeeded"
101 dd if=/dev/zero of=/dev/vnd0 bs=4096 count=1 2>/dev/null && bomb "dd succeeded"
113 dd if=/dev/zero of=/dev/vnd0p1s2 bs=512 count=8 2>/dev/null || bomb "dd failed"
114 dd if=/dev/zero of=/dev/vnd0p1s2 bs=512 count=9 2>/dev/null && bomb "dd nofail"
125 dd if=/dev/vnd1 of=/dev/null bs=512 count=1024 2>/dev/null || bomb "dd fail"
126 dd if=/dev/vnd1 of=tmp bs=512 skip=1023 count=2 2>/dev/null
/minix/tests/dev/cgd/
H A Dt_cgd.sh53 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
55 rump.dd if=${rawcgd} count=2
91 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
93 rump.dd if=${rawcgd} count=2
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.def108 BUILTIN(__builtin_fabs , "dd" , "ncF")
160 BUILTIN(__builtin_atanh , "dd", "Fnc")
163 BUILTIN(__builtin_cbrt , "dd", "Fnc")
169 BUILTIN(__builtin_cos , "dd" , "Fnc")
175 BUILTIN(__builtin_erf , "dd", "Fnc")
178 BUILTIN(__builtin_erfc , "dd", "Fnc")
181 BUILTIN(__builtin_exp , "dd" , "Fnc")
187 BUILTIN(__builtin_expm1 , "dd", "Fnc")
220 BUILTIN(__builtin_log , "dd" , "Fnc")
230 BUILTIN(__builtin_logb , "dd", "Fnc")
[all …]
/minix/etc/rc.d/
H A Dnamed36 dd="$dst/$ds"
37 mkdir -p "$dd"
39 sed -e 's/.*\([0-7][0-7][0-7][0-7]\)$/\1/g')" "$dd"
40 chown "$(stat -f %u:%g "$ds")" "$dd"
/minix/tests/fs/tmpfs/
H A Dt_sizes.sh62 dd if=/dev/zero of=a bs=1m count=5
92 dd if=/dev/zero of=a bs=1m count=15
112 dd if=/dev/zero of=a bs=1024 count=10
115 dd if=/dev/zero of=a bs=1024 conv=notrunc seek=1 count=1
/minix/tests/dev/raidframe/
H A Dt_raid.sh101 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
117 rump.dd if=${rawraid} count=4
189 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
205 rump.dd if=${rawraid} count=4
239 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
256 rump.dd if=${rawraid} count=4
289 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
306 rump.dd if=${rawraid} count=4

1234567