Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/test/
Dmath-funcs.c44 double d1, d2, d3; variable
73 d1 = atan (d1); in main()
74 d1 = cos (d1); in main()
75 d1 = sin (d1); in main()
76 d1 = tan (d1); in main()
77 d1 = tanh (d1); in main()
78 d1 = frexp (d1, &i1); in main()
79 d1 = modf (d1, &d2); in main()
80 d1 = ceil (d1); in main()
81 d1 = fabs (d1); in main()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/machine/mn10300/
Dstrchr.S27 movbu d1,(7,sp)
46 mov a1,d1
47 add d2,d1
50 and d0,d1
53 btst -2139062144,d1
59 mov a1,d1
60 add d2,d1
63 and d0,d1
65 and d3,d1
70 mov a1,d1
[all …]
Dmemset.S26 mov d1, d2
35 mov d2, d1
36 asl 8, d1
37 or d2, d1
38 mov d1, d0
40 or d0, d1
44 mov d1, (a0)
46 mov d1, (a0)
48 mov d1, (a0)
50 mov d1, (a0)
[all …]
Dstrcmp.S26 mov d1,a1
28 or d1,d0
31 mov (a0),d1
33 cmp d0,d1
38 mov d3,d1
39 add d0,d1
41 and d0,d1
42 and -2139062144,d1
49 mov (a0),d1
51 cmp d0,d1
Dmemchr.S26 mov d1,d2
36 clr d1
42 inc d1
43 cmp 3,d1
51 mov d0,d1
52 not d1
54 and d1,d0
58 clr d1
64 inc d1
65 cmp 3,d1
Dmemcpy.S26 mov d1,a0
28 mov (28,sp),d1
34 cmp 15,d1
53 add -16,d1
54 cmp 15,d1
57 cmp 3,d1
64 add -4,d1
65 cmp 3,d1
69 cmp 0,d1
76 sub 1,d1
Dstrcpy.S26 mov d1,a0
35 mov a2,d1
36 add d0,d1
38 and d0,d1
40 btst -2139062144,d1
48 mov a2,d1
49 add d0,d1
51 and d0,d1
52 and d2,d1
Dstrlen.S32 mov a1,d1
33 add d0,d1
35 and d0,d1
37 btst -2139062144,d1
42 mov a1,d1
43 add d0,d1
45 and d0,d1
46 and d2,d1
Dsetjmp.S33 mov mdr,d1
34 mov d1,(8,a0)
103 cmp 0,d1
105 mov 1,d1
107 mov d1,d0
Dmemcmp.S26 mov d1,a1
36 mov (a0),d1
38 cmp d0,d1
/picolibc-3.5.0-3.4.0/newlib/libc/machine/m68k/
Dmemcpy.S45 move.l 12(sp),d1 | len
46 cmp.l #8,d1 | if fewer than 8 bytes to transfer,
63 sub.l d0,d1
75 move.l d1,d0
76 and.l #3,d1 | byte residue
106 dbra d1,1b | loop until done
108 subq.l #1,d1
Dmemset.S46 move.l 12(sp),d1 | len
47 cmp.l #16,d1
63 sub.l d2,d1 | fix length
72 move.l d1,d2 | number of long transfers (at least 3)
86 and.l #3,d1 | residue byte transfers, fixed
94 dbra d1,1b | loop until done
96 subq.l #1,d1
Dm68kasm.h26 #define d1 REG (d1) macro
/picolibc-3.5.0-3.4.0/newlib/libc/machine/mn10200/
Dsetjmp.S44 cmp 0,d1
46 mov 1,d1
48 mov d1,d0
/picolibc-3.5.0-3.4.0/newlib/libc/machine/arm/
Dmemcpy-armv7a.S114 vstr d1, [dst, #\base + 16]
115 vldr d1, [src, #\base + 16]
122 vstr d1, [dst, #\base + 48]
123 vldr d1, [src, #\base + 48]
133 vstr d1, [dst, #\base + 16]
134 vldr d1, [src, #\base + 16]
140 vstr d1, [dst, #\base + 48]
141 vldr d1, [src, #\base + 48]
284 vldr d1, [src, #8]
287 vstr d1, [dst, #8]
[all …]
Dstrcmp-armv6.S71 .macro strcmp_epilogue_aligned synd d1 d2 restore_r6
85 lsl \d1, \d1, tmp1
87 lsr result, \d1, #24
106 lsr \d1, \d1, tmp1
107 and result, \d1, #255
Dstrcmp-armv7.S76 .macro strcmp_epilogue_aligned synd d1 d2 restore_r6
90 lsl \d1, \d1, tmp1
92 lsr result, \d1, #24
112 lsr \d1, \d1, tmp1
113 and result, \d1, #255
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmprec.c729 __ULong d0, d1; in b2d() local
732 #define d1 word1(d) in b2d() macro
750 d1 = y << ((32 - Ebits) + k) | w >> (Ebits - k); in b2d()
760 d1 = z << k | y >> (32 - k); in b2d()
767 d1 = z; in b2d()
777 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k; in b2d()
785 d1 = w << k + 16 | y << k; in b2d()
790 word1 (d) = d1 >> 16 | d1 << 16; in b2d()
793 #undef d1 in b2d()
813 __ULong d0, d1; in d2b() local
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/machine/m68hc11/
Dsetjmp.S42 ldd REG(_.d1)
68 movw _.d1,2,x+
94 std REG(_.d1)
126 movw 0,x,_.d1
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dconvert.c494 double d0,d1; in test_scan() local
498 sscanf(buffer, "%lg", &d1); in test_scan()
500 test_mok(d0, d1, s->mag); in test_scan()
502 test_mok(d0,d1, CONVERT_BITS_DOUBLE); in test_scan()
511 long d0,d1; in test_scan() local
516 sscanf(buffer, "%ld", &d1); in test_scan()
517 test_iok(d0,d1); in test_scan()