/sysdeps/mach/hurd/i386/htl/ |
A D | pt-setup.c | 44 uintptr_t *bottom, *top; in stack_setup() local 48 top = (uintptr_t *) ((uintptr_t) bottom + thread->stacksize in stack_setup() 55 top -= 3; in stack_setup() 56 top = (uintptr_t *) ((uintptr_t) top & ~0xf); in stack_setup() 57 top[2] = (uintptr_t) arg; /* Argument to START_ROUTINE. */ in stack_setup() 58 top[1] = (uintptr_t) start_routine; in stack_setup() 59 top[0] = (uintptr_t) thread; in stack_setup() 60 *--top = 0; /* Fake return address. */ in stack_setup() 70 return top; in stack_setup()
|
/sysdeps/ieee754/flt-32/ |
A D | e_log2f.c | 43 uint32_t ix, iz, top, tmp; in __log2f() local 71 top = tmp & 0xff800000; in __log2f() 72 iz = ix - top; in __log2f()
|
A D | e_powf.c | 49 uint32_t iz, top, tmp; in log2_inline() local 57 top = tmp & 0xff800000; in log2_inline() 58 iz = ix - top; in log2_inline() 59 k = (int32_t) top >> (23 - POWF_SCALE_BITS); /* arithmetic shift */ in log2_inline()
|
/sysdeps/ieee754/dbl-64/ |
A D | e_log.c | 53 uint32_t top; in __log() local 57 top = top16 (x); in __log() 85 if (__glibc_unlikely (top - 0x0010 >= 0x7ff0 - 0x0010)) in __log() 92 if ((top & 0x8000) || (top & 0x7ff0) == 0x7ff0) in __log()
|
A D | e_log2.c | 48 uint32_t top; in __log2() local 52 top = top16 (x); in __log2() 84 if (__glibc_unlikely (top - 0x0010 >= 0x7ff0 - 0x0010)) in __log2() 91 if ((top & 0x8000) || (top & 0x7ff0) == 0x7ff0) in __log2()
|
A D | e_exp2.c | 93 uint64_t ki, idx, top, sbits; in __exp2() local 129 top = ki << (52 - EXP_TABLE_BITS); in __exp2() 132 sbits = T[idx + 1] + top; in __exp2()
|
A D | e_exp.c | 100 uint64_t ki, idx, top, sbits; in __exp() local 142 top = ki << (52 - EXP_TABLE_BITS); in __exp() 145 sbits = T[idx + 1] + top; in __exp()
|
/sysdeps/sparc/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/arc/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/sh/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/s390/s390-64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/csky/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/s390/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | configure.ac | 2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/m68k/ |
A D | configure.ac | 2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/sh/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|