Searched refs:__x (Results 1 – 14 of 14) sorted by relevance
/sysdeps/x86/fpu/ |
A D | math-barriers.h | 24 ({ __typeof(x) __x; \ 27 __asm ("" : "=x" (__x) : "0" (x)); \ 29 __asm ("" : "=t" (__x) : "0" (x)); \ 30 __x; }) 41 ({ __typeof (x) __x; \ 44 __x = (x); \ 45 __asm ("" : "+m" (__x)); \ 48 __asm ("" : "=t" (__x) : "0" (x)); \ 49 __x; }) 52 __typeof (x) __x = (x); \ [all …]
|
/sysdeps/m68k/m680x0/fpu/ |
A D | math-barriers.h | 23 ({ __typeof (x) __x; \ 24 __asm ("" : "=f" (__x) : "0" (x)); \ 25 __x; }) 29 __typeof (x) __x = (x); \ 31 __asm __volatile ("" : : "m" (__x)); \ 33 __asm __volatile ("" : : "f" (__x)); \
|
A D | mathimpl.h | 81 __m81_defun (float_type, m(__floor), (float_type __x), \ 98 __m81_defun (float_type, m(__ceil), (float_type __x), \ 147 (float_type __x, int __n),) \ 151 : "dmi" (__n), "0" (__x)); \ 177 (float_type __x, long int __n),) \ 179 return m(__scalbn) (__x, __n); \ 196 __m81_defun (long int, m(__lrint), (float_type __x),) \ 211 (float_type __x, float_type *__sinx, float_type *__cosx)) \ 214 : "=f" (*__sinx), "=f" (*__cosx) : "f" (__x)); \ 287 __m81_defun (float, __ieee754_fmodf, (float __x, float __y),) [all …]
|
/sysdeps/s390/fpu/ |
A D | math-barriers.h | 38 ({ __typeof (x) __x = (x); \ 44 __asm__ ("# math_opt_barrier_f128 %0" : "+fm" (__x)); \ 47 : "+f" ASM_CONSTRAINT_VR "m" (__x)); \ 48 __x; }) 50 ({ __typeof (x) __x = (x); \ 57 : : "fm" (__x)); \ 60 : : "f" ASM_CONSTRAINT_VR "m" (__x)); \
|
/sysdeps/alpha/fpu/ |
A D | math-barriers.h | 24 ({ __typeof (x) __x = (x); __asm ("" : "+frm" (__x)); __x; }) 26 ({ __typeof (x) __x = (x); __asm __volatile__ ("" : : "frm" (__x)); })
|
/sysdeps/powerpc/fpu/ |
A D | math-barriers.h | 24 ({ __typeof (x) __x = (x); __asm ("" : "+dwa" (__x)); __x; }) 26 ({ __typeof (x) __x = (x); __asm __volatile__ ("" : : "dwa" (__x)); })
|
A D | math_private.h | 51 __ieee754_sqrtf128 (_Float128 __x) in __ieee754_sqrtf128() argument 54 asm ("xssqrtqp %0,%1" : "=v" (__z) : "v" (__x)); in __ieee754_sqrtf128()
|
/sysdeps/aarch64/fpu/ |
A D | math-barriers.h | 23 ({ __typeof (x) __x = (x); __asm ("" : "+w" (__x)); __x; }) 25 ({ __typeof (x) __x = (x); __asm __volatile__ ("" : : "w" (__x)); })
|
/sysdeps/generic/ |
A D | math-barriers.h | 33 ({ __typeof (x) __x = (x); __asm ("" : "+m" (__x)); __x; }) 35 ({ __typeof (x) __x = (x); __asm __volatile__ ("" : : "m" (__x)); })
|
A D | memcopy.h | 82 byte __x = ((byte *) src_bp)[0]; \ 85 ((byte *) dst_bp)[0] = __x; \ 100 byte __x; \ 102 __x = ((byte *) src_ep)[0]; \ 105 ((byte *) dst_ep)[0] = __x; \
|
A D | math_private.h | 199 extern double __sin (double __x); 200 extern double __cos (double __x); 201 extern int __branred (double __x, double *__a, double *__aa);
|
/sysdeps/powerpc/powerpc32/power4/ |
A D | memcopy.h | 74 byte __x = ((byte *) src_bp)[0]; \ 78 ((byte *) dst_bp)[0] = __x; \ 102 byte __x, __y; \ 105 __x = ((byte *) src_ep)[0]; \ 109 ((byte *) dst_ep)[0] = __x; \
|
/sysdeps/ieee754/ldbl-96/bits/ |
A D | iscanonical.h | 23 extern int __iscanonicall (long double __x)
|
/sysdeps/ieee754/ldbl-128ibm/bits/ |
A D | iscanonical.h | 26 extern int __iscanonicall (long double __x)
|
Completed in 13 milliseconds