Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/glibc-2.36/string/
Dendian.h39 # define htobe16(x) __bswap_16 (x) argument
40 # define htole16(x) __uint16_identity (x) argument
41 # define be16toh(x) __bswap_16 (x) argument
42 # define le16toh(x) __uint16_identity (x) argument
44 # define htobe32(x) __bswap_32 (x) argument
45 # define htole32(x) __uint32_identity (x) argument
46 # define be32toh(x) __bswap_32 (x) argument
47 # define le32toh(x) __uint32_identity (x) argument
49 # define htobe64(x) __bswap_64 (x) argument
50 # define htole64(x) __uint64_identity (x) argument
[all …]
Dbyteswap.h32 #define bswap_16(x) __bswap_16 (x) argument
35 #define bswap_32(x) __bswap_32 (x) argument
38 #define bswap_64(x) __bswap_64 (x) argument
/glibc-2.36/sysdeps/csky/fpu/
Dfraiseexcpt.c39 float x = HUGE_VALF, y = 0.0f; in __feraiseexcept() local
46 float x = 1.0f, y = 0.0f; in __feraiseexcept() local
53 float x = FLT_MAX; in __feraiseexcept() local
59 float x = -FLT_MIN; in __feraiseexcept() local
67 float x = 1.0f, y = 3.0f; in __feraiseexcept() local
73 double x = 4.9406564584124654e-324; in __feraiseexcept() local
/glibc-2.36/math/
Dw_lgamma_r_template.c29 #define M_DECL_FUNC_R_X(x) x ## _r argument
30 #define M_DECL_FUNC_R_S(x) M_DECL_FUNC_R_X (x) argument
31 #define M_DECL_FUNC_R(x) M_DECL_FUNC_R_S (M_SUF (x)) argument
33 #define M_CALL_FUNC_R_X(x) x ## _r argument
34 #define M_CALL_FUNC_R_S(x) M_CALL_FUNC_R_X (x) argument
35 #define M_CALL_FUNC_R(x) M_CALL_FUNC_R_S (M_SUF (x)) argument
Dmath-underflow.h27 #define fabs_tg(x) __MATH_TG ((x), (__typeof (x)) __builtin_fabs, (x)) argument
37 #define min_of_type(x) __MATH_TG ((x), (__typeof (x)) min_of_type_, ()) argument
41 #define math_check_force_underflow(x) \ argument
55 #define math_check_force_underflow_nonneg(x) \ argument
70 #define math_check_force_underflow_complex(x) \ argument
Ds_csqrt_template.c93 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC() local
94 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC() local
100 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC() local
102 __real__ x = 0; in M_DECL_FUNC() local
103 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC() local
109 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC() local
110 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC() local
/glibc-2.36/nptl/
Dtst-audit-threads.h26 #define NUM(x, y) CONCAT (x, y) argument
28 #define FUNC10(x) \ argument
40 #define FUNC100(x) \ argument
52 #define FUNC1000(x) \ argument
78 # define FUNC(x) extern int CONCAT (retNum, x) (void) argument
82 # define FUNC(x) int CONCAT (retNum, x) (void) { return x; } argument
86 # define FUNC(x) CONCAT (retNum, x) (); sync_all (x) argument
/glibc-2.36/stdlib/
Dtst-strtod.h38 # define IF_FLOAT16(x) x argument
40 # define IF_FLOAT16(x) argument
44 # define IF_FLOAT32(x) x argument
46 # define IF_FLOAT32(x) argument
50 # define IF_FLOAT64(x) x argument
52 # define IF_FLOAT64(x) argument
56 # define IF_FLOAT128(x) x argument
58 # define IF_FLOAT128(x) argument
62 # define IF_FLOAT32X(x) x argument
64 # define IF_FLOAT32X(x) argument
[all …]
/glibc-2.36/sysdeps/x86/fpu/
Dmath-barriers.h23 # define math_opt_barrier(x) \ argument
31 # define math_force_eval(x) \ argument
40 # define math_opt_barrier(x) \ argument
50 # define math_force_eval(x) \ argument
/glibc-2.36/sysdeps/alpha/fpu/
Dcfloat-compat.h29 # define c1_cfloat_decl(x) double x argument
30 # define c1_cfloat_real(x) __real__ c1_cfloat_value (x) argument
31 # define c1_cfloat_imag(x) __imag__ c1_cfloat_value (x) argument
32 # define c1_cfloat_value(x) (((c1_compat *)(void *)&x)->cf) argument
34 # define c1_cfloat_return(x) ({ c1_compat _; _.cf = (x); _.d; }) argument
36 # define c2_cfloat_decl(x) _Complex float x argument
37 # define c2_cfloat_real(x) __real__ x argument
38 # define c2_cfloat_imag(x) __imag__ x argument
39 # define c2_cfloat_value(x) x argument
41 # define c2_cfloat_return(x) x argument
Dmath-barriers.h23 #define math_opt_barrier(x) \ argument
25 #define math_force_eval(x) \ argument
/glibc-2.36/bits/
Dfloatn-common.h83 # define __f16(x) ((_Float16) x##f) argument
85 # define __f16(x) x##f16 argument
91 # define __f32(x) x##f argument
93 # define __f32(x) x##f32 argument
100 # define __f64(x) x##l argument
102 # define __f64(x) x argument
105 # define __f64(x) x##f64 argument
111 # define __f32x(x) x argument
113 # define __f32x(x) x##f32x argument
120 # define __f64x(x) x##l argument
[all …]
/glibc-2.36/sysdeps/sh/sh4/fpu/
Dfraiseexcpt.c34 double d = 1.0, x = 3.0; in __feraiseexcept() local
40 long double d = LDBL_MIN, x = 10; in __feraiseexcept() local
52 double d = 1.0, x = 0.0; in __feraiseexcept() local
58 double d = HUGE_VAL, x = 0.0; in __feraiseexcept() local
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/bits/
Discanonical.h24 # define iscanonical(x) ((void) (__typeof (x)) (x), 1) argument
28 # define __iscanonicalf(x) ((void) (__typeof (x)) (x), 1) argument
29 # define __iscanonical(x) ((void) (__typeof (x)) (x), 1) argument
31 # define __iscanonicalf128(x) ((void) (__typeof (x)) (x), 1) argument
41 # define iscanonical(x) __MATH_TG ((x), __iscanonical, (x)) argument
/glibc-2.36/elf/
Dunload4mod3.c5 mod3fn1 (int x) in mod3fn1()
12 mod3fn2 (int x) in mod3fn2()
Dunload4mod4.c6 baz (int x) in baz()
12 bar (int x) in bar()
Dtst-tls-ie-mod.h24 #define CONCATX(x, y) x ## y argument
25 #define CONCAT(x, y) CONCATX (x, y) argument
26 #define STRX(x) #x argument
27 #define STR(x) STRX (x) argument
/glibc-2.36/sysdeps/generic/
Dmath_private_calls.h19 #define __MSUF_X(x, suffix) x ## suffix argument
21 #define __MSUF(x) __MSUF_S (x, _MSUF_) argument
23 #define __MSUF_R_X(x, suffix) x ## suffix ## _r argument
25 #define __MSUF_R(x) __MSUF_R_S (x, _MSUF_) argument
Dmath-barriers.h32 #define math_opt_barrier(x) \ argument
34 #define math_force_eval(x) \ argument
/glibc-2.36/sysdeps/powerpc/fpu/
Dmath-barriers.h23 # define math_opt_barrier(x) \ argument
25 # define math_force_eval(x) \ argument
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Dmath-barriers.h22 #define math_opt_barrier(x) \ argument
26 #define math_force_eval(x) \ argument
/glibc-2.36/sysdeps/aarch64/fpu/
Dmath-barriers.h22 #define math_opt_barrier(x) \ argument
24 #define math_force_eval(x) \ argument
Dmath_private.h29 roundtoint (double_t x) in roundtoint()
35 converttoint (double_t x) in converttoint()
/glibc-2.36/sysdeps/ieee754/ldbl-96/bits/
Discanonical.h25 #define __iscanonicalf(x) ((void) (__typeof (x)) (x), 1) argument
26 #define __iscanonical(x) ((void) (__typeof (x)) (x), 1) argument
28 # define __iscanonicalf128(x) ((void) (__typeof (x)) (x), 1) argument
38 # define iscanonical(x) __MATH_TG ((x), __iscanonical, (x)) argument
/glibc-2.36/sysdeps/s390/s390-64/
Ds390x-mcount.h59 #define xglue(x, y) x ## y argument
60 #define glue(x, y) xglue(x, y) argument

12345678910>>...47