Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
136 real(kind=10), intent(in) :: X variable
141 real(kind=16), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
136 real(kind=10), intent(in) :: X variable
141 real(kind=16), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Ddouble.h95 # define FP_DECL_D(X) _FP_DECL (2, X) argument
96 # define FP_UNPACK_RAW_D(X, val) _FP_UNPACK_RAW_2 (D, X, (val)) argument
97 # define FP_UNPACK_RAW_DP(X, val) _FP_UNPACK_RAW_2_P (D, X, (val)) argument
98 # define FP_PACK_RAW_D(val, X) _FP_PACK_RAW_2 (D, (val), X) argument
99 # define FP_PACK_RAW_DP(val, X) \ argument
107 # define FP_UNPACK_D(X, val) \ argument
115 # define FP_UNPACK_DP(X, val) \ argument
123 # define FP_UNPACK_SEMIRAW_D(X, val) \ argument
131 # define FP_UNPACK_SEMIRAW_DP(X, val) \ argument
139 # define FP_PACK_D(val, X) \ argument
[all …]
H A Dop-1.h36 #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f _FP_ZERO_INIT argument
38 #define _FP_FRAC_SET_1(X, I) (X##_f = I) argument
39 #define _FP_FRAC_HIGH_1(X) (X##_f) argument
40 #define _FP_FRAC_LOW_1(X) (X##_f) argument
41 #define _FP_FRAC_WORD_1(X, w) (X##_f) argument
43 #define _FP_FRAC_ADDI_1(X, I) (X##_f += I) argument
44 #define _FP_FRAC_SLL_1(X, N) \ argument
53 #define _FP_FRAC_SRL_1(X, N) (X##_f >>= N) argument
56 #define _FP_FRAC_SRST_1(X, S, N, sz) __FP_FRAC_SRST_1 (X##_f, S, (N), (sz)) argument
57 #define _FP_FRAC_SRS_1(X, N, sz) __FP_FRAC_SRS_1 (X##_f, (N), (sz)) argument
[all …]
H A Dquad.h100 # define FP_DECL_Q(X) _FP_DECL (4, X) argument
101 # define FP_UNPACK_RAW_Q(X, val) _FP_UNPACK_RAW_4 (Q, X, (val)) argument
102 # define FP_UNPACK_RAW_QP(X, val) _FP_UNPACK_RAW_4_P (Q, X, (val)) argument
103 # define FP_PACK_RAW_Q(val, X) _FP_PACK_RAW_4 (Q, (val), X) argument
104 # define FP_PACK_RAW_QP(val, X) \ argument
112 # define FP_UNPACK_Q(X, val) \ argument
120 # define FP_UNPACK_QP(X, val) \ argument
128 # define FP_UNPACK_SEMIRAW_Q(X, val) \ argument
136 # define FP_UNPACK_SEMIRAW_QP(X, val) \ argument
144 # define FP_PACK_Q(val, X) \ argument
[all …]
H A Dextended.h95 # define FP_DECL_E(X) _FP_DECL (4, X) argument
97 # define FP_UNPACK_RAW_E(X, val) \ argument
113 # define FP_UNPACK_RAW_EP(X, val) \ argument
129 # define FP_PACK_RAW_E(val, X) \ argument
147 # define FP_PACK_RAW_EP(val, X) \ argument
167 # define FP_UNPACK_E(X, val) \ argument
175 # define FP_UNPACK_EP(X, val) \ argument
183 # define FP_UNPACK_SEMIRAW_E(X, val) \ argument
191 # define FP_UNPACK_SEMIRAW_EP(X, val) \ argument
199 # define FP_PACK_E(val, X) \ argument
[all …]
H A Dop-2.h36 #define _FP_FRAC_DECL_2(X) \ argument
39 #define _FP_FRAC_SET_2(X, I) __FP_FRAC_SET_2 (X, I) argument
40 #define _FP_FRAC_HIGH_2(X) (X##_f1) argument
41 #define _FP_FRAC_LOW_2(X) (X##_f0) argument
42 #define _FP_FRAC_WORD_2(X, w) (X##_f##w) argument
44 #define _FP_FRAC_SLL_2(X, N) \ argument
65 #define _FP_FRAC_SRL_2(X, N) \ argument
77 #define _FP_FRAC_SRST_2(X, S, N, sz) \ argument
95 #define _FP_FRAC_SRS_2(X, N, sz) \ argument
113 #define _FP_FRAC_ADDI_2(X, I) \ argument
[all …]
H A Dsingle.h88 #define FP_DECL_S(X) _FP_DECL (1, X) argument
89 #define FP_UNPACK_RAW_S(X, val) _FP_UNPACK_RAW_1 (S, X, (val)) argument
90 #define FP_UNPACK_RAW_SP(X, val) _FP_UNPACK_RAW_1_P (S, X, (val)) argument
91 #define FP_PACK_RAW_S(val, X) _FP_PACK_RAW_1 (S, (val), X) argument
92 #define FP_PACK_RAW_SP(val, X) \ argument
100 #define FP_UNPACK_S(X, val) \ argument
108 #define FP_UNPACK_SP(X, val) \ argument
116 #define FP_UNPACK_SEMIRAW_S(X, val) \ argument
124 #define FP_UNPACK_SEMIRAW_SP(X, val) \ argument
132 #define FP_PACK_S(val, X) \ argument
[all …]
H A Dop-8.h37 #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8] argument
38 #define _FP_FRAC_SET_8(X, I) __FP_FRAC_SET_8 (X, I) argument
39 #define _FP_FRAC_HIGH_8(X) (X##_f[7]) argument
40 #define _FP_FRAC_LOW_8(X) (X##_f[0]) argument
41 #define _FP_FRAC_WORD_8(X, w) (X##_f[w]) argument
43 #define _FP_FRAC_SLL_8(X, N) \ argument
74 #define _FP_FRAC_SRL_8(X, N) \ argument
110 #define _FP_FRAC_SRS_8(X, N, size) \ argument
151 #define _FP_FRAC_ADD_8(R, X, Y) \ argument
169 #define _FP_FRAC_SUB_8(R, X, Y) \ argument
[all …]
H A Dhalf.h81 #define FP_DECL_H(X) _FP_DECL (1, X) argument
82 #define FP_UNPACK_RAW_H(X, val) _FP_UNPACK_RAW_1 (H, X, (val)) argument
83 #define FP_UNPACK_RAW_HP(X, val) _FP_UNPACK_RAW_1_P (H, X, (val)) argument
84 #define FP_PACK_RAW_H(val, X) _FP_PACK_RAW_1 (H, (val), X) argument
85 #define FP_PACK_RAW_HP(val, X) \ argument
93 #define FP_UNPACK_H(X, val) \ argument
101 #define FP_UNPACK_HP(X, val) \ argument
109 #define FP_UNPACK_SEMIRAW_H(X, val) \ argument
117 #define FP_UNPACK_SEMIRAW_HP(X, val) \ argument
125 #define FP_PACK_H(val, X) \ argument
[all …]
H A Dop-common.h35 #define _FP_DECL(wc, X) \ argument
42 #define _FP_FRAC_SNANP(fs, X) \ argument
46 #define _FP_FRAC_SNANP_SEMIRAW(fs, X) \ argument
54 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
110 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc (X, _FP_WORKBITS) argument
114 #define _FP_CHECK_FLUSH_ZERO(fs, wc, X) \ argument
129 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ argument
151 #define _FP_CHECK_SIGNAN_SEMIRAW(fs, wc, X) \ argument
163 #define _FP_CHOOSENAN_SEMIRAW(fs, wc, R, X, Y, OP) \ argument
177 #define _FP_SETQNAN(fs, wc, X) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Ddouble.h95 # define FP_DECL_D(X) _FP_DECL (2, X) argument
96 # define FP_UNPACK_RAW_D(X, val) _FP_UNPACK_RAW_2 (D, X, (val)) argument
97 # define FP_UNPACK_RAW_DP(X, val) _FP_UNPACK_RAW_2_P (D, X, (val)) argument
98 # define FP_PACK_RAW_D(val, X) _FP_PACK_RAW_2 (D, (val), X) argument
99 # define FP_PACK_RAW_DP(val, X) \ argument
107 # define FP_UNPACK_D(X, val) \ argument
115 # define FP_UNPACK_DP(X, val) \ argument
123 # define FP_UNPACK_SEMIRAW_D(X, val) \ argument
131 # define FP_UNPACK_SEMIRAW_DP(X, val) \ argument
139 # define FP_PACK_D(val, X) \ argument
[all …]
H A Dop-1.h36 #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f _FP_ZERO_INIT argument
38 #define _FP_FRAC_SET_1(X, I) (X##_f = I) argument
39 #define _FP_FRAC_HIGH_1(X) (X##_f) argument
40 #define _FP_FRAC_LOW_1(X) (X##_f) argument
41 #define _FP_FRAC_WORD_1(X, w) (X##_f) argument
43 #define _FP_FRAC_ADDI_1(X, I) (X##_f += I) argument
44 #define _FP_FRAC_SLL_1(X, N) \ argument
53 #define _FP_FRAC_SRL_1(X, N) (X##_f >>= N) argument
56 #define _FP_FRAC_SRST_1(X, S, N, sz) __FP_FRAC_SRST_1 (X##_f, S, (N), (sz)) argument
57 #define _FP_FRAC_SRS_1(X, N, sz) __FP_FRAC_SRS_1 (X##_f, (N), (sz)) argument
[all …]
H A Dextended.h95 # define FP_DECL_E(X) _FP_DECL (4, X) argument
97 # define FP_UNPACK_RAW_E(X, val) \ argument
113 # define FP_UNPACK_RAW_EP(X, val) \ argument
129 # define FP_PACK_RAW_E(val, X) \ argument
147 # define FP_PACK_RAW_EP(val, X) \ argument
167 # define FP_UNPACK_E(X, val) \ argument
175 # define FP_UNPACK_EP(X, val) \ argument
183 # define FP_UNPACK_SEMIRAW_E(X, val) \ argument
191 # define FP_UNPACK_SEMIRAW_EP(X, val) \ argument
199 # define FP_PACK_E(val, X) \ argument
[all …]
H A Dquad.h100 # define FP_DECL_Q(X) _FP_DECL (4, X) argument
101 # define FP_UNPACK_RAW_Q(X, val) _FP_UNPACK_RAW_4 (Q, X, (val)) argument
102 # define FP_UNPACK_RAW_QP(X, val) _FP_UNPACK_RAW_4_P (Q, X, (val)) argument
103 # define FP_PACK_RAW_Q(val, X) _FP_PACK_RAW_4 (Q, (val), X) argument
104 # define FP_PACK_RAW_QP(val, X) \ argument
112 # define FP_UNPACK_Q(X, val) \ argument
120 # define FP_UNPACK_QP(X, val) \ argument
128 # define FP_UNPACK_SEMIRAW_Q(X, val) \ argument
136 # define FP_UNPACK_SEMIRAW_QP(X, val) \ argument
144 # define FP_PACK_Q(val, X) \ argument
[all …]
H A Dop-2.h36 #define _FP_FRAC_DECL_2(X) \ argument
39 #define _FP_FRAC_SET_2(X, I) __FP_FRAC_SET_2 (X, I) argument
40 #define _FP_FRAC_HIGH_2(X) (X##_f1) argument
41 #define _FP_FRAC_LOW_2(X) (X##_f0) argument
42 #define _FP_FRAC_WORD_2(X, w) (X##_f##w) argument
44 #define _FP_FRAC_SLL_2(X, N) \ argument
65 #define _FP_FRAC_SRL_2(X, N) \ argument
77 #define _FP_FRAC_SRST_2(X, S, N, sz) \ argument
95 #define _FP_FRAC_SRS_2(X, N, sz) \ argument
113 #define _FP_FRAC_ADDI_2(X, I) \ argument
[all …]
H A Dsingle.h88 #define FP_DECL_S(X) _FP_DECL (1, X) argument
89 #define FP_UNPACK_RAW_S(X, val) _FP_UNPACK_RAW_1 (S, X, (val)) argument
90 #define FP_UNPACK_RAW_SP(X, val) _FP_UNPACK_RAW_1_P (S, X, (val)) argument
91 #define FP_PACK_RAW_S(val, X) _FP_PACK_RAW_1 (S, (val), X) argument
92 #define FP_PACK_RAW_SP(val, X) \ argument
100 #define FP_UNPACK_S(X, val) \ argument
108 #define FP_UNPACK_SP(X, val) \ argument
116 #define FP_UNPACK_SEMIRAW_S(X, val) \ argument
124 #define FP_UNPACK_SEMIRAW_SP(X, val) \ argument
132 #define FP_PACK_S(val, X) \ argument
[all …]
H A Dop-8.h37 #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8] argument
38 #define _FP_FRAC_SET_8(X, I) __FP_FRAC_SET_8 (X, I) argument
39 #define _FP_FRAC_HIGH_8(X) (X##_f[7]) argument
40 #define _FP_FRAC_LOW_8(X) (X##_f[0]) argument
41 #define _FP_FRAC_WORD_8(X, w) (X##_f[w]) argument
43 #define _FP_FRAC_SLL_8(X, N) \ argument
74 #define _FP_FRAC_SRL_8(X, N) \ argument
110 #define _FP_FRAC_SRS_8(X, N, size) \ argument
151 #define _FP_FRAC_ADD_8(R, X, Y) \ argument
169 #define _FP_FRAC_SUB_8(R, X, Y) \ argument
[all …]
H A Dhalf.h81 #define FP_DECL_H(X) _FP_DECL (1, X) argument
82 #define FP_UNPACK_RAW_H(X, val) _FP_UNPACK_RAW_1 (H, X, (val)) argument
83 #define FP_UNPACK_RAW_HP(X, val) _FP_UNPACK_RAW_1_P (H, X, (val)) argument
84 #define FP_PACK_RAW_H(val, X) _FP_PACK_RAW_1 (H, (val), X) argument
85 #define FP_PACK_RAW_HP(val, X) \ argument
93 #define FP_UNPACK_H(X, val) \ argument
101 #define FP_UNPACK_HP(X, val) \ argument
109 #define FP_UNPACK_SEMIRAW_H(X, val) \ argument
117 #define FP_UNPACK_SEMIRAW_HP(X, val) \ argument
125 #define FP_PACK_H(val, X) \ argument
[all …]
H A Dop-common.h35 #define _FP_DECL(wc, X) \ argument
42 #define _FP_FRAC_SNANP(fs, X) \ argument
46 #define _FP_FRAC_SNANP_SEMIRAW(fs, X) \ argument
54 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
110 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc (X, _FP_WORKBITS) argument
114 #define _FP_CHECK_FLUSH_ZERO(fs, wc, X) \ argument
129 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ argument
151 #define _FP_CHECK_SIGNAN_SEMIRAW(fs, wc, X) \ argument
163 #define _FP_CHOOSENAN_SEMIRAW(fs, wc, R, X, Y, OP) \ argument
177 #define _FP_SETQNAN(fs, wc, X) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h38 #define _GLIBCXX_TSAN_MUTEX_DESTROY(X) \ argument
40 #define _GLIBCXX_TSAN_MUTEX_TRY_LOCK(X) \ argument
42 #define _GLIBCXX_TSAN_MUTEX_TRY_LOCK_FAILED(X) __tsan_mutex_post_lock(X, \ argument
44 #define _GLIBCXX_TSAN_MUTEX_LOCKED(X) \ argument
46 #define _GLIBCXX_TSAN_MUTEX_PRE_UNLOCK(X) __tsan_mutex_pre_unlock(X, 0) argument
47 #define _GLIBCXX_TSAN_MUTEX_POST_UNLOCK(X) __tsan_mutex_post_unlock(X, 0) argument
48 #define _GLIBCXX_TSAN_MUTEX_PRE_SIGNAL(X) __tsan_mutex_pre_signal(X, 0) argument
49 #define _GLIBCXX_TSAN_MUTEX_POST_SIGNAL(X) __tsan_mutex_post_signal(X, 0) argument
51 #define _GLIBCXX_TSAN_MUTEX_DESTROY(X) argument
52 #define _GLIBCXX_TSAN_MUTEX_TRY_LOCK(X) argument
[all …]
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dcompiler.h53 #define __acquire(X) /* nothing */ argument
54 #define __release(X) /* nothing */ argument
57 #define likely(X) __predict_true(X) argument
58 #define unlikely(X) __predict_false(X) argument
59 #define __same_type(X,Y) \ argument
61 #define __must_be_array(X) \ argument
64 #define READ_ONCE(X) ({ \ argument
71 #define WRITE_ONCE(X, V) ({ \ argument
79 #define smp_store_mb(X, V) do { \ argument
84 #define smp_store_release(X, V) do { \ argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dpp_endian.h29 #define PP_HOST_TO_SMC_UL(X) cpu_to_be32(X) argument
30 #define PP_SMC_TO_HOST_UL(X) be32_to_cpu(X) argument
32 #define PP_HOST_TO_SMC_US(X) cpu_to_be16(X) argument
33 #define PP_SMC_TO_HOST_US(X) be16_to_cpu(X) argument
35 #define CONVERT_FROM_HOST_TO_SMC_UL(X) ((X) = PP_HOST_TO_SMC_UL(X)) argument
36 #define CONVERT_FROM_SMC_TO_HOST_UL(X) ((X) = PP_SMC_TO_HOST_UL(X)) argument
38 #define CONVERT_FROM_HOST_TO_SMC_US(X) ((X) = PP_HOST_TO_SMC_US(X)) argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dlib1funcs.h23 #define LOCAL(X) .L_##X argument
24 #define FUNC(X) .type X,@function argument
25 #define HIDDEN_FUNC(X) FUNC(X); .hidden X argument
26 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y); .hidden GLOBAL(X) argument
27 #define ENDFUNC0(X) .Lfe_##X: .size X,.Lfe_##X-X argument
28 #define ENDFUNC(X) ENDFUNC0(X) argument
30 #define LOCAL(X) L_##X argument
31 #define FUNC(X) argument
32 #define HIDDEN_FUNC(X) argument
33 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y) argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dlib1funcs.h23 #define LOCAL(X) .L_##X argument
24 #define FUNC(X) .type X,@function argument
25 #define HIDDEN_FUNC(X) FUNC(X); .hidden X argument
26 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y); .hidden GLOBAL(X) argument
27 #define ENDFUNC0(X) .Lfe_##X: .size X,.Lfe_##X-X argument
28 #define ENDFUNC(X) ENDFUNC0(X) argument
30 #define LOCAL(X) L_##X argument
31 #define FUNC(X) argument
32 #define HIDDEN_FUNC(X) argument
33 #define HIDDEN_ALIAS(X,Y) ALIAS (X,Y) argument
[all …]

12345678910>>...50