/glibc-2.36/string/ |
D | endian.h | 39 # 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 …]
|
D | byteswap.h | 32 #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/ |
D | fraiseexcpt.c | 39 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/ |
D | w_lgamma_r_template.c | 29 #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
|
D | math-underflow.h | 27 #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
|
D | s_csqrt_template.c | 93 __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/ |
D | tst-audit-threads.h | 26 #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/ |
D | tst-strtod.h | 38 # 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/ |
D | math-barriers.h | 23 # 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/ |
D | cfloat-compat.h | 29 # 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
|
D | math-barriers.h | 23 #define math_opt_barrier(x) \ argument 25 #define math_force_eval(x) \ argument
|
/glibc-2.36/bits/ |
D | floatn-common.h | 83 # 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/ |
D | fraiseexcpt.c | 34 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/ |
D | iscanonical.h | 24 # 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/ |
D | unload4mod3.c | 5 mod3fn1 (int x) in mod3fn1() 12 mod3fn2 (int x) in mod3fn2()
|
D | unload4mod4.c | 6 baz (int x) in baz() 12 bar (int x) in bar()
|
D | tst-tls-ie-mod.h | 24 #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/ |
D | math_private_calls.h | 19 #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
|
D | math-barriers.h | 32 #define math_opt_barrier(x) \ argument 34 #define math_force_eval(x) \ argument
|
/glibc-2.36/sysdeps/powerpc/fpu/ |
D | math-barriers.h | 23 # define math_opt_barrier(x) \ argument 25 # define math_force_eval(x) \ argument
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | math-barriers.h | 22 #define math_opt_barrier(x) \ argument 26 #define math_force_eval(x) \ argument
|
/glibc-2.36/sysdeps/aarch64/fpu/ |
D | math-barriers.h | 22 #define math_opt_barrier(x) \ argument 24 #define math_force_eval(x) \ argument
|
D | math_private.h | 29 roundtoint (double_t x) in roundtoint() 35 converttoint (double_t x) in converttoint()
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/bits/ |
D | iscanonical.h | 25 #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/ |
D | s390x-mcount.h | 59 #define xglue(x, y) x ## y argument 60 #define glue(x, y) xglue(x, y) argument
|