Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 191) sorted by relevance

12345678

/sysdeps/ieee754/ldbl-opt/
A Dlibm-alias-double.h29 weak_alias (from ## r, to ## f64 ## r)
36 weak_alias (from ## r, to ## f32x ## r)
45 #define libm_alias_double_other_r(from, to, r) \ argument
47 libm_alias_double_other_r_f32x (from, to, r)
50 #define libm_alias_double_other(from, to) \ argument
51 libm_alias_double_other_r (from, to, )
60 #define libm_alias_double_r(from, to, r) \ argument
61 weak_alias (from ## r, to ## r); \
65 to ## l ## r, \
67 libm_alias_double_other_r (from, to, r)
[all …]
A Dlibm-alias-ldouble.h28 weak_alias (from ## l ## r, to ## f128 ## r)
30 # define libm_alias_ldouble_other_r_f128(from, to, r) argument
35 weak_alias (from ## l ## r, to ## f64x ## r)
44 #define libm_alias_ldouble_other_r(from, to, r) \ argument
45 libm_alias_ldouble_other_r_f128 (from, to, r); \
46 libm_alias_ldouble_other_r_f64x (from, to, r)
49 #define libm_alias_ldouble_other(from, to) \ argument
50 libm_alias_ldouble_other_r (from, to, )
60 #define libm_alias_ldouble_r(from, to, r) \ argument
64 libm_alias_ldouble_other_r (from, to, r)
[all …]
/sysdeps/generic/
A Dlibm-alias-double.h26 weak_alias (from ## r, to ## f64 ## r)
33 weak_alias (from ## r, to ## f32x ## r)
47 #define libm_alias_double_other(from, to) \ argument
48 libm_alias_double_other_r (from, to, )
58 # define libm_alias_double_r(from, to, r) \ argument
59 weak_alias (from ## r, to ## r) \
61 weak_alias (from ## r, to ## l ## r); \
62 libm_alias_double_other_r (from, to, r)
65 weak_alias (from ## r, to ## r); \
66 libm_alias_double_other_r (from, to, r)
[all …]
A Dlibm-alias-ldouble.h26 weak_alias (from ## l ## r, to ## f128 ## r)
33 weak_alias (from ## l ## r, to ## f64x ## r)
42 #define libm_alias_ldouble_other_r(from, to, r) \ argument
43 libm_alias_ldouble_other_r_f128 (from, to, r); \
44 libm_alias_ldouble_other_r_f64x (from, to, r)
47 #define libm_alias_ldouble_other(from, to) \ argument
48 libm_alias_ldouble_other_r (from, to, )
58 #define libm_alias_ldouble_r(from, to, r) \ argument
59 weak_alias (from ## l ## r, to ## l ## r); \
60 libm_alias_ldouble_other_r (from, to, r)
[all …]
A Dlibm-alias-float.h29 # define libm_alias_float_other_r(from, to, r) \ argument
30 weak_alias (from ## f ## r, to ## f32 ## r)
32 # define libm_alias_float_other_r(from, to, r) argument
36 #define libm_alias_float_other(from, to) \ argument
37 libm_alias_float_other_r (from, to, )
46 #define libm_alias_float_r(from, to, r) \ argument
47 weak_alias (from ## f ## r, to ## f ## r); \
48 libm_alias_float_other_r (from, to, r)
51 #define libm_alias_float(from, to) libm_alias_float_r (from, to, ) argument
A Dlibm-alias-float128.h30 # define libm_alias_float128_other_r(from, to, r) \ argument
31 weak_alias (from ## f128 ## r, to ## f64x ## r)
33 # define libm_alias_float128_other_r(from, to, r) argument
37 #define libm_alias_float128_other(from, to) \ argument
38 libm_alias_float128_other_r (from, to, )
48 #define libm_alias_float128_r(from, to, r) \ argument
49 weak_alias (from ## f128 ## r, to ## f128 ## r); \
50 libm_alias_float128_other_r (from, to, r)
53 #define libm_alias_float128(from, to) libm_alias_float128_r (from, to, ) argument
A Dmath-type-macros-double.h35 # define declare_mgen_alias(from, to) libm_alias_double (from, to) argument
39 # define declare_mgen_alias_r(from, to) libm_alias_double_r (from, to, _r) argument
43 # define declare_mgen_alias_narrow(from, to) \ argument
44 libm_alias_double_narrow (from, to)
A Dmath-type-macros-ldouble.h35 # define declare_mgen_alias(from, to) libm_alias_ldouble (from, to) argument
39 # define declare_mgen_alias_r(from, to) libm_alias_ldouble_r (from, to, _r) argument
43 # define declare_mgen_alias_narrow(from, to) \ argument
44 libm_alias_ldouble_narrow (from, to)
A Dmath-type-macros-float128.h37 # define declare_mgen_alias(from, to) libm_alias_float128 (from, to) argument
41 # define declare_mgen_alias_r(from, to) libm_alias_float128_r (from, to, _r) argument
45 # define declare_mgen_alias_narrow(from, to) \ argument
46 libm_alias_float128_narrow (from, to)
A Dmath-type-macros-float.h38 # define declare_mgen_alias(from, to) libm_alias_float (from, to) argument
42 # define declare_mgen_alias_r(from, to) libm_alias_float_r (from, to, _r) argument
46 # define declare_mgen_alias_narrow(from, to) argument
A Dmath-narrow-alias.h110 weak_alias (from, f32x ## to ## f64)
113 # define libm_alias_double_narrow(from, to) \ argument
114 libm_alias_double_narrow_main (from, to) \
115 weak_alias (from, d ## to ## l)
117 # define libm_alias_double_narrow(from, to) \ argument
118 libm_alias_double_narrow_main (from, to)
122 # define libm_alias_ldouble_narrow(from, to) \ argument
123 weak_alias (from ## l, f64x ## to ## f128)
125 # define libm_alias_ldouble_narrow(from, to) argument
129 # define libm_alias_float128_narrow(from, to) \ argument
[all …]
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dutmpx-convert.h34 to->ut_type = from->ut_type; in utmpx_convert64to32()
37 to->ut_pid = from->ut_pid; in utmpx_convert64to32()
42 memcpy (to->ut_id, from->ut_id, 4); in utmpx_convert64to32()
47 to->ut_exit = from->ut_exit; in utmpx_convert64to32()
48 to->ut_session = (int32_t) from->ut_session; in utmpx_convert64to32()
50 to->ut_tv.tv_sec = (int32_t) from->ut_tv.tv_sec; in utmpx_convert64to32()
62 to->ut_type = from->ut_type; in utmpx_convert32to64()
65 to->ut_pid = from->ut_pid; in utmpx_convert32to64()
70 memcpy (to->ut_id, from->ut_id, 4); in utmpx_convert32to64()
75 to->ut_exit = from->ut_exit; in utmpx_convert32to64()
[all …]
A Dutmp-convert.h35 to->ut_type = from->ut_type; in utmp_convert64to32()
38 to->ut_pid = from->ut_pid; in utmp_convert64to32()
43 memcpy (to->ut_id, from->ut_id, 4); in utmp_convert64to32()
48 to->ut_exit = from->ut_exit; in utmp_convert64to32()
49 to->ut_session = (int32_t) from->ut_session; in utmp_convert64to32()
51 to->ut_tv.tv_sec = (int32_t) from->ut_tv.tv_sec; in utmp_convert64to32()
63 to->ut_type = from->ut_type; in utmp_convert32to64()
66 to->ut_pid = from->ut_pid; in utmp_convert32to64()
71 memcpy (to->ut_id, from->ut_id, 4); in utmp_convert32to64()
76 to->ut_exit = from->ut_exit; in utmp_convert32to64()
[all …]
/sysdeps/unix/sysv/linux/
A Dstatx_cp.c29 memset (to, 0, sizeof (struct stat64)); in __cp_stat64_statx()
34 to->st_ino = from->stx_ino; in __cp_stat64_statx()
35 to->st_mode = from->stx_mode; in __cp_stat64_statx()
36 to->st_nlink = from->stx_nlink; in __cp_stat64_statx()
37 to->st_uid = from->stx_uid; in __cp_stat64_statx()
38 to->st_gid = from->stx_gid; in __cp_stat64_statx()
39 to->st_atime = from->stx_atime.tv_sec; in __cp_stat64_statx()
41 to->st_mtime = from->stx_mtime.tv_sec; in __cp_stat64_statx()
45 to->st_size = from->stx_size; in __cp_stat64_statx()
46 to->st_blocks = from->stx_blocks; in __cp_stat64_statx()
[all …]
A Dreadonly-area.c68 uintptr_t to = strtoul (p, &q, 16); in __readonly_area() local
73 if (from < (uintptr_t) ptr_end && to > (uintptr_t) ptr) in __readonly_area()
79 if (from <= (uintptr_t) ptr && to >= (uintptr_t) ptr_end) in __readonly_area()
85 size -= to - (uintptr_t) ptr; in __readonly_area()
86 else if (to >= (uintptr_t) ptr_end) in __readonly_area()
89 size -= to - from; in __readonly_area()
/sysdeps/ieee754/ldbl-128ibm-compat/
A Dlibm-alias-float128.h37 # define libm_alias_float128_other_r(from, to, r) \ argument
38 weak_alias (from ## f128 ## r, to ## f64x ## r); \
39 libm_alias_float128_other_r_ldbl(from, to, r)
41 # define libm_alias_float128_other_r(from, to, r) \ argument
42 libm_alias_float128_other_r_ldbl(from, to, r)
46 #define libm_alias_float128_other(from, to) \ argument
47 libm_alias_float128_other_r (from, to, )
57 #define libm_alias_float128_r(from, to, r) \ argument
58 weak_alias (from ## f128 ## r, to ## f128 ## r); \
59 libm_alias_float128_other_r (from, to, r)
[all …]
A Ds_nexttowardf128.c23 #define weak_alias(from, to) argument
25 #define libm_alias_ldouble(from, to) argument
31 #define weak_alias(from, to) argument
33 #define libm_alias_ldouble(from, to) argument
/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
A Dfloat128-ifunc-macros.h39 #define libm_alias_finite(from, to) argument
40 #define libm_alias_float128_r(from, to, r) argument
41 #define libm_alias_exclusive_ldouble(from, to) argument
42 #define libm_alias_float128_other_r_ldbl(from, to, r) argument
43 #define libm_alias_float128_narrow(from, to) argument
44 #define declare_mgen_finite_alias(from, to) argument
45 #define declare_mgen_alias(from, to) argument
46 #define declare_mgen_alias_r(from, to) argument
47 #define declare_mgen_alias_narrow(from, to) argument
/sysdeps/ieee754/
A Dlibm-alias-finite.h28 # define libm_alias_finite(from, to) \ argument
29 libm_alias_finite1(from, to)
30 # define libm_alias_finite1(from, to) \ argument
33 to ## _finite, \
34 FIRST_VERSION_libm_ ## to ## _finite);
36 # define libm_alias_finite(from, to) argument
/sysdeps/mach/hurd/
A Dselect.c32 struct timespec ts, *to; in __select() local
36 to = &ts; in __select()
37 TIMEVAL_TO_TIMESPEC (timeout, to); in __select()
40 to = NULL; in __select()
42 return _hurd_select (nfds, NULL, readfds, writefds, exceptfds, to, NULL); in __select()
A Dpoll.c33 struct timespec ts, *to; in __poll() local
36 to = NULL; in __poll()
41 to = &ts; in __poll()
44 return _hurd_select (nfds, fds, NULL, NULL, NULL, to, NULL); in __poll()
/sysdeps/arm/
A Ddl-trampoline.S36 @ ip contains &GOT[n+3] (pointer to function)
37 @ lr points to &GOT[2]
47 @ get pointer to linker struct
50 @ prepare to call _dl_fixup()
63 @ only to realign the stack.
67 @ jump to the newly found address
86 @ lr points to &GOT[2]
94 @ 0 - outgoing argument to _dl_profile_fixup
114 @ get pointer to linker struct
117 @ prepare to call _dl_profile_fixup()
[all …]
/sysdeps/mach/hurd/i386/
A Dtlsdesc.sym9 -- We have to override sysdeps/i386/tlsdesc.sym to adapt to our libpthread.
11 -- Abuse tls.h macros to derive offsets relative to the thread register.
/sysdeps/arm/armv6/
A Drawmemchr.S26 @ r1 = character to match
27 @ returns a pointer to the match, which must be present.
30 @ To cater to long strings, we want to search through a few
31 @ characters until we reach an aligned pointer. To cater to
58 orr r1, r1, r1, lsl #8 @ Replicate C to all bytes
73 2: eor r2, r2, r1 @ Convert C bytes to 0
84 @ Adjust r0 to point to the word containing the match.
85 @ Adjust r2 to the found bits for the word containing the match.
A Dstrchr.S26 @ r1 = character to match
27 @ returns NULL for no match, or a pointer to the match
31 @ To cater to long strings, we want to search through a few
32 @ characters until we reach an aligned pointer. To cater to
69 orr r1, r1, r1, lsl #8 @ Replicate C to all bytes
86 eor r6, r2, r1 @ Convert C bytes to 0
100 @ Adjust r0 to point to the word containing the match.
101 @ Adjust r2 to the contents of the word containing the match.
102 @ Adjust r4 to the found bits for the word containing the match.
115 @ For BE, byte swap the word to make it easier to extract the byte.

Completed in 40 milliseconds

12345678