/sysdeps/powerpc/fpu/ |
A D | e_sqrtf.c | 58 float sg, g; /* Guess of the square root of x. */ in __ieee754_sqrtf() 99 g = sg * fsg; in __ieee754_sqrtf() 101 d = -__builtin_fmaf (g, sg, -shx); in __ieee754_sqrtf() 104 return __builtin_fmaf (sy, d, g); in __ieee754_sqrtf()
|
A D | e_sqrt.c | 63 double sg, g; /* Guess of the square root of x. */ in __ieee754_sqrt() 124 g = sg * fsg; in __ieee754_sqrt() 126 d = -__builtin_fma (g, sg, -shx); in __ieee754_sqrt() 129 return __builtin_fma (sy, d, g); in __ieee754_sqrt()
|
/sysdeps/sparc/sparc64/ |
A D | qp_util.c | 35 float f = 1.0, g = 0.0; in __Qp_handle_exceptions() local 38 : "f" (g)); in __Qp_handle_exceptions()
|
/sysdeps/sparc/sparc32/ |
A D | q_util.c | 37 float f = 1.0, g = 0.0; in ___Q_simulate_exceptions() local 40 : "f" (g)); in ___Q_simulate_exceptions()
|
/sysdeps/x86_64/fpu/ |
A D | fraiseexcpt.c | 44 float g = 0.0; in __feraiseexcept() local 46 __asm__ __volatile__ ("divss %1, %0" : : "x" (f), "x" (g)); in __feraiseexcept()
|
/sysdeps/mach/hurd/bits/ |
A D | ioctls.h | 176 #define _IO(g, n) _IOC (IOC_VOID, (g), (n), 0) argument 177 #define _IOIW(g, n, t) _IOC (IOC_VOID, (g), (n), _IOC_ENCODE_TYPE (t)) argument 178 #define _IOR(g, n, t) _IOC (IOC_OUT, (g), (n), _IOC_ENCODE_TYPE (t)) argument 179 #define _IOW(g, n, t) _IOC (IOC_IN, (g), (n), _IOC_ENCODE_TYPE (t)) argument 180 #define _IOWR(g, n, t) _IOC (IOC_INOUT, (g), (n), _IOC_ENCODE_TYPE (t)) argument
|
/sysdeps/ieee754/flt-32/ |
A D | lgamma_negf.c | 222 float g = poly_coeff[end]; in __lgamma_negf() local 224 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negf() 225 return __log1pf (g * xdiff / (x - xn)); in __lgamma_negf()
|
/sysdeps/ieee754/float128/ |
A D | ieee754_float128.h | 30 # define __FLT_EORDER7(t, a, b, c, d, e, f, g) \ argument 31 t a; t b; t c; t d; t e; t f; t g; 39 # define __FLT_EORDER7(t, a, b, c, d, e, f, g) \ argument 40 t g; t f; t e; t d; t c; t b; t a;
|
/sysdeps/ieee754/dbl-64/ |
A D | lgamma_neg.c | 307 double g = poly_coeff[end]; in __lgamma_neg() local 309 g = g * x_adj + poly_coeff[end - j]; in __lgamma_neg() 310 return __log1p (g * xdiff / (x - xn)); in __lgamma_neg()
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | lgamma_negl.c | 455 long double g = poly_coeff[end]; in __lgamma_negl() local 457 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl() 458 return __log1pl (g * xdiff / (x - xn)); in __lgamma_negl()
|
/sysdeps/ieee754/ldbl-96/ |
A D | lgamma_negl.c | 341 long double g = poly_coeff[end]; in __lgamma_negl() local 343 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl() 344 return __log1pl (g * xdiff / (x - xn)); in __lgamma_negl()
|
/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
A D | Versions | 5 # g*
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | Versions | 11 # g*
|
/sysdeps/unix/sysv/linux/sh/ |
A D | Versions | 10 # g*
|
/sysdeps/generic/ |
A D | libm-test-ulps | 4 # You can create a new file with e.g. `test-double -u'
|
/sysdeps/unix/sysv/linux/m68k/ |
A D | Versions | 17 # g*
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | Versions | 11 # g*
|
/sysdeps/unix/sysv/linux/i386/ |
A D | Versions | 21 # g*
|
/sysdeps/unix/sysv/linux/ |
A D | check_native.c | 64 struct rtgenmsg g; in __check_native() member 76 req.g.rtgen_family = AF_UNSPEC; in __check_native()
|
A D | socketcall.h | 74 #define __SOCKETCALL_NARGS_X(a,b,c,d,e,f,g,h,n,...) n argument
|
A D | check_pf.c | 117 struct rtgenmsg g; in make_request() member 130 req.g.rtgen_family = AF_UNSPEC; in make_request()
|
A D | Versions | 22 # g*
|
/sysdeps/ieee754/ldbl-128/ |
A D | lgamma_negl.c | 474 _Float128 g = poly_coeff[end]; in __lgamma_negl() local 476 g = g * x_adj + poly_coeff[end - j]; in __lgamma_negl() 477 return __log1pl (g * xdiff / (x - xn)); in __lgamma_negl()
|
/sysdeps/unix/ |
A D | sysdep.h | 48 #define __INTERNAL_SYSCALL_NARGS_X(a,b,c,d,e,f,g,h,n,...) n argument 97 #define __INLINE_SYSCALL_NARGS_X(a,b,c,d,e,f,g,h,n,...) n argument
|
/sysdeps/arm/ |
A D | preconfigure.ac | 11 CFLAGS="-g -O2"
|