Home
last modified time | relevance | path

Searched refs:st (Results 1 – 25 of 195) sorted by relevance

12345678

/sysdeps/unix/sysv/linux/mips/mips64/
A Dkstat_cp.h30 st->st_dev = kst->st_dev; in __cp_kstat_stat()
31 memset (&st->st_pad1, 0, sizeof (st->st_pad1)); in __cp_kstat_stat()
32 st->st_ino = kst->st_ino; in __cp_kstat_stat()
35 st->st_uid = kst->st_uid; in __cp_kstat_stat()
36 st->st_gid = kst->st_gid; in __cp_kstat_stat()
38 memset (&st->st_pad2, 0, sizeof (st->st_pad2)); in __cp_kstat_stat()
40 st->st_pad3 = 0; in __cp_kstat_stat()
49 memset (&st->st_pad5, 0, sizeof (st->st_pad5)); in __cp_kstat_stat()
57 st->st_dev = kst->st_dev; in __cp_kstat_stat64_t64()
58 st->st_ino = kst->st_ino; in __cp_kstat_stat64_t64()
[all …]
/sysdeps/x86_64/fpu/
A Dx86_64-math-asm.h40 fld %st(1); \
41 fucomip %st(1), %st(0); \
42 fstp %st(0); \
44 fld %st(0); \
45 fmul %st(0); \
52 fld %st(1); \
54 fcomip %st(1), %st(0); \
57 fld %st(0); \
65 fld %st(1); \
66 fcomip %st(1), %st(0); \
[all …]
A De_expl.S122 fld %st
153 fmul %st(1), %st /* 1 x log2(base) */
167 fmul %st(1), %st /* 5 c0 xi */
168 fsubp %st, %st(2) /* 4 f = c0 xi - i */
170 fsub %st(3), %st /* 5 xf = x - xi */
171 fmulp %st, %st(1) /* 4 c0 xf */
172 faddp %st, %st(1) /* 3 f = f + c0 xf */
174 fmul %st(4), %st /* 4 c1 * x */
175 faddp %st, %st(1) /* 3 f = f + c1 * x */
184 fsubrp %st, %st(1) /* 3 2^i - 1.0 */
[all …]
A Ds_fmaxl.S27 fucomi %st(1), %st
29 fcmovb %st(1), %st
31 fstp %st(1)
36 fucomi %st(0), %st
41 fstp %st(1)
46 fucomi %st(0), %st
51 fstp %st(1)
A Ds_fminl.S27 fucomi %st(1), %st
29 fcmovnb %st(1), %st
31 fstp %st(1)
36 fucomi %st(0), %st
41 fstp %st(1)
46 fucomi %st(0), %st
51 fstp %st(1)
A De_powl.S110 fcomip %st(1), %st // 1L<<63 : y : x
119 fucomip %st(1),%st // y : x
128 fcomip %st(1), %st // 0x1p-79 : y : x
144 fcomip %st(1), %st // 4 : y : x
186 fucomip %st(1),%st // x : y
290 fcomip %st(1), %st // 1L<<64 : y
302 fucomip %st(1),%st
360 fcomip %st(1), %st // 1L<<64 : y
371 fucomip %st(1),%st
403 fcomi %st(1), %st // y : 1L<<64
[all …]
A De_log2l.S35 fld %st // x : x : 1
38 4: fsub %st(2), %st // x-1 : x : 1
39 fld %st // x-1 : x-1 : x : 1
51 5: fstp %st(1) // x-1 : 1
55 2: fstp %st(0) // x : 1
61 fstp %st(1)
62 fstp %st(1)
63 fadd %st(0)
71 fld %st // x : x : 1
72 fsub %st(2), %st // x-1 : x : 1
[all …]
/sysdeps/i386/fpu/
A De_expl.S122 fld %st
153 fmul %st(1), %st /* 1 x log2(base) */
171 fmul %st(1), %st /* 5 c0 xi */
172 fsubp %st, %st(2) /* 4 f = c0 xi - i */
174 fsub %st(3), %st /* 5 xf = x - xi */
175 fmulp %st, %st(1) /* 4 c0 xf */
176 faddp %st, %st(1) /* 3 f = f + c0 xf */
178 fmul %st(4), %st /* 4 c1 * x */
179 faddp %st, %st(1) /* 3 f = f + c1 * x */
188 fsubrp %st, %st(1) /* 3 2^i - 1.0 */
[all …]
A Di386-math-asm.h74 fld %st(1); \
79 fld %st(0); \
80 fmul %st(0); \
90 fld %st(1); \
95 fld %st(0); \
112 fld %st(0); \
126 fld %st(0); \
138 fld %st(0); \
144 fld %st(0); \
154 fld %st(0); \
[all …]
A De_acosh.S56 fld %st // x-1 : x-1 : log(2)
57 fmul %st(1) // (x-1)^2 : x-1 : log(2)
58 fadd %st(1) // x-1+(x-1)^2 : x-1 : log(2)
59 fadd %st(1) // 2*(x-1)+(x-1)^2 : x-1 : log(2)
82 4: fld %st // x : x : log(2)
83 fadd %st, %st(1) // x : 2*x : log(2)
84 fld %st // x : x : 2*x : log(2)
85 fmul %st(1) // x^2 : x : 2*x : log(2)
97 fsub %st
98 fdiv %st, %st(0)
A De_acoshf.S56 fld %st // x-1 : x-1 : log(2)
57 fmul %st(1) // (x-1)^2 : x-1 : log(2)
58 fadd %st(1) // x-1+(x-1)^2 : x-1 : log(2)
59 fadd %st(1) // 2*(x-1)+(x-1)^2 : x-1 : log(2)
82 4: fld %st // x : x : log(2)
83 fadd %st, %st(1) // x : 2*x : log(2)
84 fld %st // x : x : 2*x : log(2)
85 fmul %st(1) // x^2 : x : 2*x : log(2)
97 fsub %st
98 fdiv %st, %st(0)
A De_exp.S36 fld %st
38 fsubr %st,%st(1) /* fract(x * log2(e)) */
44 fstp %st(1)
50 fstp %st
62 fld %st
64 fsubr %st,%st(1) /* fract(x * log2(e)) */
70 fstp %st(1)
A De_acoshl.S63 fld %st // x-1 : x-1 : log(2)
64 fmul %st(1) // (x-1)^2 : x-1 : log(2)
65 fadd %st(1) // x-1+(x-1)^2 : x-1 : log(2)
66 fadd %st(1) // 2*(x-1)+(x-1)^2 : x-1 : log(2)
89 4: fld %st // x : x : log(2)
90 fadd %st, %st(1) // x : 2*x : log(2)
91 fld %st // x : x : 2*x : log(2)
92 fmul %st(1) // x^2 : x : 2*x : log(2)
104 fdiv %st, %st(0)
A De_log2l.S37 fld %st // x : x : 1
40 4: fsub %st(2), %st // x-1 : x : 1
41 fld %st // x-1 : x-1 : x : 1
53 5: fstp %st(1) // x-1 : 1
57 2: fstp %st(0) // x : 1
62 fstp %st(1)
63 fstp %st(1)
64 fadd %st(0)
A Ds_cbrt.S138 fld %st(0) /* xm : xm */
144 fmul %st(1) /* (f6+f7*xm)*xm : xm */
158 fld %st /* u : u : xm */
159 fmul %st(1) /* u*u : u : xm */
160 fld %st(2) /* xm : u*u : u : xm */
161 fadd %st /* 2*xm : u*u : u : xm */
162 fxch %st(1) /* u*u : 2*xm : u : xm */
165 fadd %st, %st(1) /* t2 : t2+2*xm : u : xm */
169 faddp %st, %st(3) /* t2+2*xm : u : 2*t2+xm */
172 fdivp %st, %st(1) /* u*(t2+2*xm)/(2*t2+xm) */
[all …]
/sysdeps/i386/i686/fpu/
A Ds_fmin.S27 fucomi %st(0), %st
28 fcmovu %st(1), %st // now %st contains y if not NaN, x otherwise
30 fucomi %st(1), %st
31 fcmovnb %st(1), %st
33 fstp %st(1)
A Ds_fminf.S27 fucomi %st(0), %st
28 fcmovu %st(1), %st // now %st contains y if not NaN, x otherwise
30 fucomi %st(1), %st
31 fcmovnb %st(1), %st
33 fstp %st(1)
A Ds_fmax.S27 fucomi %st(0), %st
28 fcmovu %st(1), %st // now %st contains y if not NaN, x otherwise
32 fucomi %st(1), %st
33 fcmovb %st(1), %st
35 fstp %st(1)
A Ds_fmaxf.S27 fucomi %st(0), %st
28 fcmovu %st(1), %st // now %st contains y if not NaN, x otherwise
32 fucomi %st(1), %st
33 fcmovb %st(1), %st
35 fstp %st(1)
A Ds_fmaxl.S27 fucomi %st(1), %st
29 fcmovb %st(1), %st
31 fstp %st(1)
36 fucomi %st(0), %st
41 fstp %st(1)
46 fucomi %st(0), %st
51 fstp %st(1)
A Ds_fminl.S27 fucomi %st(1), %st
29 fcmovnb %st(1), %st
31 fstp %st(1)
36 fucomi %st(0), %st
41 fstp %st(1)
46 fucomi %st(0), %st
51 fstp %st(1)
A De_logl.S34 fucomi %st
39 fld %st // x : x : log(2)
48 fstp %st(0) // x-1 : x : log(2)
56 4: fstp %st(1) // x-1 : log(2)
60 2: fstp %st(0) // x : log(2)
64 3: fstp %st(1)
65 fadd %st(0)
75 fld %st // x : x : log(2)
77 fld %st // x-1 : x-1 : x : log(2)
81 fstp %st(0) // x-1 : x : log(2)
[all …]
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dgetcontext.S35 st %g0, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_PSR]
40 st %o0, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_PC]
45 st %o1, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_Y]
47 st %g1, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_G1]
48 st %g2, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_G2]
49 st %g3, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_G3]
50 st %g4, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_G4]
51 st %g5, [%i0 + UC_MCONTEXT + MC_GREGS + GREG_G5]
72 st %g0, [%i0 + UC_MCONTEXT + MC_GWINS]
77 st %g0, [%i0 + UC_MCONTEXT + MC_XRS + XRS_ID]
[all …]
/sysdeps/posix/
A Dttyname.c41 struct stat st; in getttyname() local
75 if (stat (getttyname_name, &st) == 0 in getttyname()
77 && S_ISCHR (st.st_mode) && st.st_rdev == mydev in getttyname()
79 && (ino_t) d->d_fileno == myino && st.st_dev == mydev in getttyname()
100 struct stat st; in ttyname() local
108 if (fstat (fd, &st) < 0) in ttyname()
112 name = getttyname (fd, st.st_rdev, st.st_ino, save, &dostat); in ttyname()
114 name = getttyname (fd, st.st_dev, st.st_ino, save, &dostat); in ttyname()
121 name = getttyname (fd, st.st_rdev, st.st_ino, save, &dostat); in ttyname()
123 name = getttyname (fd, st.st_dev, st.st_ino, save, &dostat); in ttyname()
A Dttyname_r.c42 struct stat st; in getttyname_r() local
73 if (stat (buf, &st) == 0 in getttyname_r()
75 && S_ISCHR (st.st_mode) && st.st_rdev == mydev in getttyname_r()
77 && (ino_t) d->d_fileno == myino && st.st_dev == mydev in getttyname_r()
99 struct stat st; in __ttyname_r() local
124 if (fstat (fd, &st) < 0) in __ttyname_r()
133 ret = getttyname_r (fd, buf, buflen, st.st_rdev, st.st_ino, save, in __ttyname_r()
136 ret = getttyname_r (fd, buf, buflen, st.st_dev, st.st_ino, save, in __ttyname_r()
144 ret = getttyname_r (fd, buf, buflen, st.st_rdev, st.st_ino, in __ttyname_r()
147 ret = getttyname_r (fd, buf, buflen, st.st_dev, st.st_ino, in __ttyname_r()

Completed in 16 milliseconds

12345678