Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 72) sorted by relevance

123

/sysdeps/mach/hurd/i386/htl/
A Dpt-setup.c44 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 De_log2f.c43 uint32_t ix, iz, top, tmp; in __log2f() local
71 top = tmp & 0xff800000; in __log2f()
72 iz = ix - top; in __log2f()
A De_powf.c49 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 De_log.c53 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 De_log2.c48 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 De_exp2.c93 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 De_exp.c100 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 Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/nios2/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/arc/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/sh/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/x86_64/64/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/s390/s390-64/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/aarch64/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/x86_64/x32/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/csky/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/x86_64/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/alpha/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/s390/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/sparc/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/mips/mips64/
A Dconfigure.ac2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/unix/sysv/linux/m68k/
A Dconfigure.ac2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
/sysdeps/sh/
A Dconfigure.ac1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.

Completed in 21 milliseconds

123