/sysdeps/ieee754/flt-32/ |
A D | reduce_aux.h | 31 double h; in reduce_aux() local 37 h = -h; in reduce_aux() 42 if (h >= 0) in reduce_aux() 43 h -= piover2 / 2; in reduce_aux() 46 h += piover2 / 2; in reduce_aux() 50 h -= alpha; in reduce_aux() 51 if (h > piover2) in reduce_aux() 53 h -= piover2; in reduce_aux() 56 else if (h < -piover2) in reduce_aux() 58 h += piover2; in reduce_aux() [all …]
|
A D | e_sinhf.c | 27 float t,w,h; in __ieee754_sinhf() local 36 h = 0.5; in __ieee754_sinhf() 37 if (jx<0) h = -h; in __ieee754_sinhf() 45 if(ix<0x3f800000) return h*((float)2.0*t-t*t/(t+one)); in __ieee754_sinhf() 46 return h*(t+t/(t+one)); in __ieee754_sinhf() 50 if (ix < 0x42b17180) return h*__ieee754_expf(fabsf(x)); in __ieee754_sinhf() 55 t = h*w; in __ieee754_sinhf()
|
/sysdeps/m68k/m680x0/fpu/ |
A D | s_llrint.c | 29 uint32_t h, l, s; in __llrint() local 36 EXTRACT_WORDS (h, l, x); in __llrint() 38 e = ((h >> 20) & 0x7ff) - 0x3ff; in __llrint() 41 s = h; in __llrint() 42 h &= 0xfffff; in __llrint() 43 h |= 0x100000; in __llrint() 49 h <<= e - 52; in __llrint() 50 h |= l >> (84 - e); in __llrint() 57 l |= h << (e - 20); in __llrint() 58 h >>= 52 - e; in __llrint() [all …]
|
A D | s_llrintl.c | 29 uint32_t h, l; in __llrintl() local 34 GET_LDOUBLE_WORDS (e, h, l, x); in __llrintl() 46 l |= h << (e - 31); in __llrintl() 47 h >>= 63 - e; in __llrintl() 48 result = ((long long int) h << 32) | l; in __llrintl() 51 result = h >> (31 - e); in __llrintl()
|
/sysdeps/mach/hurd/i386/ |
A D | Makefile | 3 sysdep_headers += sys/io.h 29 test-xfail-POSIX/fcntl.h/conform = yes 30 test-xfail-POSIX/signal.h/conform = yes 32 test-xfail-POSIX/regex.h/conform = yes 33 test-xfail-POSIX/aio.h/conform = yes 34 test-xfail-POSIX/mqueue.h/conform = yes 36 test-xfail-UNIX98/fcntl.h/conform = yes 37 test-xfail-UNIX98/netdb.h/conform = yes 40 test-xfail-UNIX98/regex.h/conform = yes 41 test-xfail-UNIX98/aio.h/conform = yes [all …]
|
A D | tlsdesc.sym | 1 #include <stddef.h> 2 #include <sysdep.h> 3 #include <tls.h> 4 #include <link.h> 5 #include <dl-tlsdesc.h> 11 -- Abuse tls.h macros to derive offsets relative to the thread register.
|
/sysdeps/unix/sysv/linux/ |
A D | Makefile | 85 sys/kd.h sys/soundcard.h sys/vt.h \ 87 scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.h \ 88 sys/raw.h sys/personality.h sys/epoll.h \ 89 bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h \ 90 sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \ 91 bits/signalfd.h bits/timerfd.h bits/epoll.h \ 95 bits/procfs.h bits/procfs-id.h bits/procfs-extra.h \ 116 sys/rseq.h bits/rseq.h 271 net/ppp_defs.h net/if_arp.h net/route.h net/ethernet.h \ 272 net/if_slip.h net/if_packet.h net/if_shaper.h \ [all …]
|
A D | netlinkaccess.h | 47 extern int __netlink_open (struct netlink_handle *h) attribute_hidden; 48 extern void __netlink_close (struct netlink_handle *h) attribute_hidden; 49 extern void __netlink_free_handle (struct netlink_handle *h) 51 extern int __netlink_request (struct netlink_handle *h, int type)
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | e_sinhl.c | 42 long double t,w,h; in __ieee754_sinhl() local 54 h = 0.5; in __ieee754_sinhl() 55 if (jx<0) h = -h; in __ieee754_sinhl() 63 if(ix<0x3ff0000000000000LL) return h*(2.0*t-t*t/(t+one)); in __ieee754_sinhl() 65 return h*(t+w); in __ieee754_sinhl() 69 if (ix < 0x40862e42fefa39efLL) return h*__ieee754_expl(fabsl(x)); in __ieee754_sinhl() 74 t = h*w; in __ieee754_sinhl()
|
/sysdeps/x86/ |
A D | tst-cet-legacy-4.c | 32 void *h; in do_test() local 34 h = dlopen (modname, RTLD_LAZY); in do_test() 35 if (h == NULL) in do_test() 43 fp = dlsym (h, "test"); in do_test() 50 dlclose (h); in do_test()
|
A D | tst-cet-legacy-2.c | 31 void *h; in do_test() local 33 h = dlopen (modname, RTLD_LAZY); in do_test() 34 if (h == NULL) in do_test() 40 fp = dlsym (h, "in_dso_1"); in do_test() 59 dlclose (h); in do_test()
|
A D | tst-cet-legacy-5.c | 38 void *h; in do_test_1() local 46 h = dlopen (modname, RTLD_LAZY); in do_test_1() 47 if (h == NULL) in do_test_1() 65 fp = dlsym (h, "test"); in do_test_1() 78 dlclose (h); in do_test_1()
|
A D | tst-cet-legacy-6.c | 38 void *h; in do_test_1() local 46 h = dlopen (modname, RTLD_LAZY); in do_test_1() 47 if (h == NULL) in do_test_1() 65 fp = dlsym (h, "test"); in do_test_1() 78 dlclose (h); in do_test_1()
|
A D | tst-isa-level-1.c | 32 void *h; in do_test_1() local 34 h = dlopen (modname, RTLD_LAZY); in do_test_1() 35 if (h == NULL) in do_test_1() 52 fp = xdlsym (h, "test"); in do_test_1() 57 dlclose (h); in do_test_1()
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_sinhl.c | 48 long double t,w,h; in __ieee754_sinhl() local 58 h = 0.5; in __ieee754_sinhl() 59 if (jx & 0x8000) h = -h; in __ieee754_sinhl() 67 if(ix<0x3fff) return h*(2.0*t-t*t/(t+one)); in __ieee754_sinhl() 68 return h*(t+t/(t+one)); in __ieee754_sinhl() 73 return h*__ieee754_expl(fabsl(x)); in __ieee754_sinhl() 80 t = h*w; in __ieee754_sinhl()
|
A D | e_hypotl.c | 46 long double h = sqrtl (ax * ax + ay * ay); in kernel() local 47 if (h <= 2.0L * ay) in kernel() 49 long double delta = h - ay; in kernel() 55 long double delta = h - ax; in kernel() 60 h -= (t1 + t2) / (2.0L * h); in kernel() 61 return h; in kernel()
|
/sysdeps/ieee754/dbl-64/ |
A D | e_sinh.c | 47 double t, w, h; in __ieee754_sinh() local 59 h = 0.5; in __ieee754_sinh() 61 h = -h; in __ieee754_sinh() 73 return h * (2.0 * t - t * t / (t + one)); in __ieee754_sinh() 74 return h * (t + t / (t + one)); in __ieee754_sinh() 79 return h * __ieee754_exp (fabs (x)); in __ieee754_sinh() 86 t = h * w; in __ieee754_sinh()
|
/sysdeps/ieee754/ldbl-128/ |
A D | e_sinhl.c | 66 _Float128 t, w, h; in __ieee754_sinhl() local 79 h = 0.5; in __ieee754_sinhl() 81 h = -h; in __ieee754_sinhl() 97 return h * (2.0 * t - t * t / (t + one)); in __ieee754_sinhl() 98 return h * (t + t / (t + one)); in __ieee754_sinhl() 103 return h * __ieee754_expl (u.value); in __ieee754_sinhl() 110 t = h * w; in __ieee754_sinhl()
|
A D | s_fromfpl_main.c | 68 uint64_t h = 1ULL << (shift - 1); in FUNC() local 69 half_bit = (lx & h) != 0; in FUNC() 70 more_bits = (lx & (h - 1)) != 0; in FUNC() 77 uint64_t h = 1ULL << (shift - 1 - 64); in FUNC() local 78 half_bit = (hx & h) != 0; in FUNC() 79 more_bits = ((hx & (h - 1)) | lx) != 0; in FUNC()
|
/sysdeps/arm/ |
A D | tlsdesc.sym | 1 #include <stddef.h> 2 #include <sysdep.h> 3 #include <tls.h> 4 #include <link.h> 5 #include <dl-tlsdesc.h> 9 -- Abuse tls.h macros to derive offsets relative to the thread register.
|
/sysdeps/i386/ |
A D | tlsdesc.sym | 1 #include <stddef.h> 2 #include <sysdep.h> 3 #include <tls.h> 4 #include <link.h> 5 #include <dl-tlsdesc.h> 9 -- Abuse tls.h macros to derive offsets relative to the thread register.
|
/sysdeps/aarch64/ |
A D | tlsdesc.sym | 1 #include <stddef.h> 2 #include <sysdep.h> 3 #include <tls.h> 4 #include <link.h> 5 #include <dl-tlsdesc.h> 9 -- Abuse tls.h macros to derive offsets relative to the thread register.
|
/sysdeps/x86_64/ |
A D | tlsdesc.sym | 1 #include <stddef.h> 2 #include <sysdep.h> 3 #include <tls.h> 4 #include <link.h> 5 #include <dl-tlsdesc.h> 9 -- Abuse tls.h macros to derive offsets relative to the thread register.
|
/sysdeps/powerpc/powerpc64/ |
A D | tst-setjmp-bug21895-static.c | 48 void *h = dlopen("setjmp-bug21895.so", RTLD_NOW); in do_test() local 49 if (!h) in do_test() 55 void (*pfoo)(void) = dlsym(h, "foo"); in do_test() 62 void (**ppbar)(jmp_buf, unsigned long) = dlsym(h, "bar"); in do_test()
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | ucontext_i.sym | 1 #include <inttypes.h> 2 #include <signal.h> 3 #include <stddef.h> 4 #include <sys/ucontext.h> 6 #include "kernel_rt_sigframe.h"
|