/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | extended.h | 85 #define FP_DECL_E(X) _FP_DECL(4,X) argument 91 X##_f[2] = 0; X##_f[3] = 0; \ 103 X##_f[2] = 0; X##_f[3] = 0; \ 131 if (X##_e) X##_f[1] |= _FP_IMPLBIT_E; \ 189 #define FP_NEG_E(R,X) _FP_NEG(E,4,R,X) argument 194 #define FP_SQRT_E(R,X) _FP_SQRT(E,4,R,X) argument 241 if (X##_f[0] | X##_f[1]) \ 258 #define _FP_FRAC_HIGH_E(X) (X##_f[2]) argument 279 #define FP_DECL_E(X) _FP_DECL(2,X) argument 380 #define FP_NEG_E(R,X) _FP_NEG(E,2,R,X) argument [all …]
|
A D | quad.h | 90 #define FP_DECL_Q(X) _FP_DECL(4,X) argument 150 #define FP_ISSIGNAN_Q(X) _FP_ISSIGNAN(Q,4,X) argument 151 #define FP_NEG_Q(R,X) _FP_NEG(Q,4,R,X) argument 152 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument 153 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument 154 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument 155 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument 156 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X) argument 191 #define FP_DECL_Q(X) _FP_DECL(2,X) argument 252 #define FP_NEG_Q(R,X) _FP_NEG(Q,2,R,X) argument [all …]
|
A D | double.h | 84 #define FP_DECL_D(X) _FP_DECL(2,X) argument 144 #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,2,X) argument 145 #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) argument 146 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument 147 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument 148 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument 149 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument 150 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) argument 181 #define FP_DECL_D(X) _FP_DECL(1,X) argument 242 #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) argument [all …]
|
A D | op-1.h | 33 #define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f argument 35 #define _FP_FRAC_SET_1(X,I) (X##_f = I) argument 36 #define _FP_FRAC_HIGH_1(X) (X##_f) argument 37 #define _FP_FRAC_LOW_1(X) (X##_f) argument 38 #define _FP_FRAC_WORD_1(X,w) (X##_f) argument 40 #define _FP_FRAC_ADDI_1(X,I) (X##_f += I) argument 44 X##_f += X##_f; \ 48 #define _FP_FRAC_SRL_1(X,N) (X##_f >>= N) argument 58 X = X >> (N); \ 72 #define _FP_FRAC_ZEROP_1(X) (X##_f == 0) argument [all …]
|
A D | single.h | 73 #define FP_DECL_S(X) _FP_DECL(1,X) argument 133 #define FP_ISSIGNAN_S(X) _FP_ISSIGNAN(S,1,X) argument 134 #define FP_NEG_S(R,X) _FP_NEG(S,1,R,X) argument 135 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument 136 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument 137 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument 138 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument 139 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) argument 142 #define FP_CMP_S(r,X,Y,un) _FP_CMP(S,1,r,X,Y,un) argument 143 #define FP_CMP_EQ_S(r,X,Y) _FP_CMP_EQ(S,1,r,X,Y) argument [all …]
|
A D | op-common.h | 33 _FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \ 85 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc(X, _FP_WORKBITS) argument 146 if (!_FP_EXP_NORMAL(fs, wc, X) && !_FP_FRAC_ZEROP_##wc(X)) \ 194 if (!X##_s) X##_c = FP_CLS_INF; \ 197 if (X##_s) X##_c = FP_CLS_INF; \ 219 X##_e = -X##_e + 1; \ 222 _FP_FRAC_SRS_##wc(X, X##_e, _FP_WFRACBITS_##fs); \ 232 X##_e = 0; \ 872 if ((X##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(X)) \ 882 __is_zero_x = (!X##_e && _FP_FRAC_ZEROP_##wc(X)) ? 1 : 0; \ [all …]
|
A D | op-4.h | 50 X##_f[_i] = X##_f[_i-_skip]; \ 100 X##_f[_i] = X##_f[_i+_skip]; \ 123 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 128 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 132 __FP_FRAC_DEC_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 136 __FP_FRAC_ADDI_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], I) 142 #define _FP_FRAC_ZEROP_4(X) ((X##_f[0] | X##_f[1] | X##_f[2] | X##_f[3]) == 0) argument 393 __FP_FRAC_SUB_4(X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 395 X##_f[2], X##_f[1], X##_f[0], _n_f[_i]); \ 483 __FP_FRAC_DEC_3(X##_f[3], X##_f[2], X##_f[1], \ [all …]
|
A D | op-2.h | 33 #define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1 argument 36 #define _FP_FRAC_HIGH_2(X) (X##_f1) argument 37 #define _FP_FRAC_LOW_2(X) (X##_f0) argument 45 X##_f1 = X##_f1 + X##_f1 + (((_FP_WS_TYPE)(X##_f0)) < 0); \ 46 X##_f0 += X##_f0; \ 50 X##_f1 = X##_f1 << (N) | X##_f0 >> (_FP_W_TYPE_SIZE - (N)); \ 64 X##_f0 = X##_f0 >> (N) | X##_f1 << (_FP_W_TYPE_SIZE - (N)); \ 134 #define _FP_FRAC_ZEROP_2(X) ((X##_f1 | X##_f0) == 0) argument 139 (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 > Y##_f0)) 141 (X##_f1 > Y##_f1 || (X##_f1 == Y##_f1 && X##_f0 >= Y##_f0)) [all …]
|
A D | op-8.h | 34 #define _FP_FRAC_DECL_8(X) _FP_W_TYPE X##_f[8] argument 35 #define _FP_FRAC_HIGH_8(X) (X##_f[7]) argument 36 #define _FP_FRAC_LOW_8(X) (X##_f[0]) argument 37 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument 47 X##_f[_i] = X##_f[_i-_skip]; \ 51 X##_f[_i] = X##_f[_i-_skip] << _up \ 53 X##_f[_i--] = X##_f[0] << _up; \ 67 X##_f[_i] = X##_f[_i+_skip]; \ 73 X##_f[_i++] = X##_f[7] >> _down; \ 96 X##_f[_i] = X##_f[_i+_skip]; \ [all …]
|
A D | soft-fp.h | 117 #define _FP_ROUND_NEAREST(wc, X) \ argument 125 #define _FP_ROUND_PINF(wc, X) \ argument 127 if (!X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \ 131 #define _FP_ROUND_MINF(wc, X) \ argument 133 if (X##_s && (_FP_FRAC_LOW_##wc(X) & 7)) \ 137 #define _FP_ROUND(wc, X) \ argument 139 if (_FP_FRAC_LOW_##wc(X) & 7) \ 144 _FP_ROUND_NEAREST(wc,X); \ 147 _FP_ROUND_ZERO(wc,X); \ 150 _FP_ROUND_PINF(wc,X); \ [all …]
|
A D | sfp-machine.h | 31 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 32 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 33 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 34 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 35 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 38 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 39 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 40 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 68 R##_s = X##_s; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_mmap.c | 53 #define WRITE_COMMON_MMAP(X) \ argument 56 putc(__PASTE3(__lc_,X,_data)[i], fp); \ 59 #define WRITE_COMMON_MMIDX(X) \ argument 62 putc(__PASTE3(__lc_,X,_rows)[i], fp); \ 75 #define WRITE_WC_DATA(X) \ argument 78 putc(__PASTE3(WC,X,_data)[i], fp); \ 81 #define WRITE_WC_I16_DATA(X) \ argument 88 #define WRITE_C_DATA(X) \ argument 91 putc(__PASTE3(C,X,_data)[i], fp); \ 94 #define WRITE_C_U16_DATA(X) \ argument [all …]
|
A D | locale_mmap.h | 22 #define __LOCALE_DATA_COMMON_MMAP(X) \ argument 23 unsigned char __PASTE3(lc_,X,_data)[__PASTE3(__lc_,X,_data_LEN)]; 25 #define __LOCALE_DATA_COMMON_MMIDX(X) \ argument 26 unsigned char __PASTE3(lc_,X,_rows)[__PASTE3(__lc_,X,_rows_LEN)]; \ 27 uint16_t __PASTE3(lc_,X,_item_offsets)[__PASTE3(__lc_,X,_item_offsets_LEN)]; \ 28 uint16_t __PASTE3(lc_,X,_item_idx)[__PASTE3(__lc_,X,_item_idx_LEN)]; \
|
A D | tst_nl_langinfo.c | 40 #define STR(X) #X in main() argument 42 #define STR(X) __STR(X) in main() argument 46 #define DO_NL_I(X) \ in main() argument 47 printf( STR(X) " = %d\n", (int) nl_langinfo(X) ); in main() 48 #define DO_NL_S(X) \ in main() argument 49 printf( STR(X) " = \"%s\"\n", nl_langinfo(X) ); in main() 50 #define DO_NL_C(X) \ in main() argument 51 printf( STR(X) " = \"\\x%02x\"\n", *((unsigned char *) nl_langinfo(X)) ); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-string.h | 260 # define SEND_STDERR(X) argument 272 if ((X) < (const char *) load_addr) (X) += load_addr 278 #define SEND_STDERR(X) \ argument 294 v = (X) & 0xf; \ 299 (X) >>= 4; \ 300 } while ((X) > 0); \ 315 do_rem(v, (X), 10); \ 317 do_div_10((X), v); \ 318 } while ((X) > 0); \ 335 # define SEND_STDERR_DEBUG(X) SEND_STDERR(X) argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/bits/ |
A D | fenv.h | 79 # define __fenv_stfsr(X) __asm__ ("stx %%fsr,%0" : "=m" (X)) argument 80 # define __fenv_ldfsr(X) __asm__ __volatile__ ("ldx %0,%%fsr" : : "m" (X)) argument 82 # define __fenv_stfsr(X) __asm__ ("st %%fsr,%0" : "=m" (X)) argument 83 # define __fenv_ldfsr(X) __asm__ __volatile__ ("ld %0,%%fsr" : : "m" (X)) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/ |
A D | stat.h | 45 # define __ST_TIME(X) \ argument 47 struct timespec st_##X##tim; \ 49 __time_t st_##X##time; \ 50 unsigned long st_##X##timensec; \ 54 # define __ST_TIME(X) struct timespec st_##X##tim argument 60 # define __ST_TIME(X) \ argument 61 __time_t st_##X##time; \ 62 unsigned long st_##X##timensec
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | static_container | 20 struct X : T 24 X() = default; 26 X(Args && ...a) : T(cxx::forward<Args>(a)...) {} 34 T *get() { return reinterpret_cast<X*>(_s); } 40 { new (reinterpret_cast<void*>(_s)) X; } 44 { new (reinterpret_cast<void*>(_s)) X(cxx::forward<Args>(args)...); } 47 char _s[sizeof(X)] __attribute__((aligned(__alignof(X))));
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/os/aix/ |
A D | t-aix | 5 ARX=$(shell echo $(AR) | sed -e 's/-X[^ ]*//g') 6 SUPOBJS=$(shell $(ARX) -X$(BITS) t ../ppc$(BITS)/$(PACKAGE)-v3/libsupc++/.libs/libsupc++.a) 7 FSOBJS=$(shell $(ARX) -X$(BITS) t ../ppc$(BITS)/$(PACKAGE)-v3/src/filesystem/.libs/libstdc++fs.a 2>… 9 …$(ARX) -X$(BITS) rc src/.libs/$(PACKAGE).a ../ppc$(BITS)/$(PACKAGE)-v3/src/.libs/$(PACKAGE).so.$(M… 10 …$(ARX) -X$(BITS) rc ../pthread/$(PACKAGE)-v3/src/.libs/$(PACKAGE).a ../pthread/ppc$(BITS)/$(PACKAG… 11 …$(ARX) -X$(BITS) rc libsupc++/.libs/libsupc++.a ${addprefix ../ppc$(BITS)/$(PACKAGE)-v3/libsupc++/… 12 …$(ARX) -X$(BITS) rc ../pthread/$(PACKAGE)-v3/libsupc++/.libs/libsupc++.a ${addprefix ../pthread/pp… 14 …$(ARX) -X$(BITS) rc src/filesystem/.libs/libstdc++fs.a ${addprefix ../ppc$(BITS)/$(PACKAGE)-v3/src… 15 …$(ARX) -X$(BITS) rc ../pthread/$(PACKAGE)-v3/src/filesystem/.libs/libstdc++fs.a ${addprefix ../pth…
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst_nl_langinfo.c | 40 #define STR(X) #X in main() argument 42 #define STR(X) __STR(X) in main() argument 46 #define DO_NL_I(X) \ in main() argument 47 printf( STR(X) " = %d\n", (int) nl_langinfo(X) ); in main() 48 #define DO_NL_S(X) \ in main() argument 49 printf( STR(X) " = \"%s\"\n", nl_langinfo(X) ); in main() 50 #define DO_NL_C(X) \ in main() argument 51 printf( STR(X) " = \"\\x%02x\"\n", *((unsigned char *) nl_langinfo(X)) ); in main()
|
/l4re-core-master/cxx/lib/util/include/ |
A D | atomic.h | 32 template< typename X > 33 inline int compare_and_swap(X volatile *dst, X old_val, X new_val) in compare_and_swap() 35 switch (sizeof(X)) in compare_and_swap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | aeabi_lcsts.c | 47 #define eabi_constant2(X,Y) const int __aeabi_##X attribute_hidden = Y argument 48 #define eabi_constant(X) const int __aeabi_##X attribute_hidden = X argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | LICENSE | 3 X-Original-To: mps@bridge.intra 15 X-Flags: 0000 30 X-Mailer: mailx (AT&T/BSD) 9.9 2005-04-21 37 X-GMX-Antivirus: -1 (not scanned, may not use virus scanner) 38 X-GMX-Antispam: 0 (Mail was not recognized as spam) 39 X-GMX-UID: lJF3ZO9DeSEkJ2TcbHQhaXN1IGRvb0Ca 40 X-Virus-Scanned: by amavisd-new at localhost 42 X-Status: 43 X-Keywords: 44 X-UID: 44736
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/ |
A D | container_base_dispatch.hpp | 46 #define PB_DS_ASSERT_VALID(X) \ argument 47 _GLIBCXX_DEBUG_ONLY(X.assert_valid(__FILE__, __LINE__);) 63 #define PB_DS_V2F(X) (X).first argument 64 #define PB_DS_V2S(X) (X).second argument 65 #define PB_DS_EP2VP(X)& ((X)->m_value) argument 80 #define PB_DS_V2F(X) (X) argument 81 #define PB_DS_V2S(X) Mapped_Data() argument 82 #define PB_DS_EP2VP(X)& ((X)->m_value.first) argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/ |
A D | container_base_dispatch.hpp | 46 #define PB_DS_ASSERT_VALID(X) \ argument 47 _GLIBCXX_DEBUG_ONLY(X.assert_valid(__FILE__, __LINE__);) 63 #define PB_DS_V2F(X) (X).first argument 64 #define PB_DS_V2S(X) (X).second argument 65 #define PB_DS_EP2VP(X)& ((X)->m_value) argument 80 #define PB_DS_V2F(X) (X) argument 81 #define PB_DS_V2S(X) Mapped_Data() argument 82 #define PB_DS_EP2VP(X)& ((X)->m_value.first) argument
|