/third_party/boost/boost/preprocessor/seq/detail/ |
D | split.hpp | 27 # define BOOST_PP_SEQ_SPLIT_1(x) (x), argument 28 # define BOOST_PP_SEQ_SPLIT_2(x) (x) BOOST_PP_SEQ_SPLIT_1 argument 29 # define BOOST_PP_SEQ_SPLIT_3(x) (x) BOOST_PP_SEQ_SPLIT_2 argument 30 # define BOOST_PP_SEQ_SPLIT_4(x) (x) BOOST_PP_SEQ_SPLIT_3 argument 31 # define BOOST_PP_SEQ_SPLIT_5(x) (x) BOOST_PP_SEQ_SPLIT_4 argument 32 # define BOOST_PP_SEQ_SPLIT_6(x) (x) BOOST_PP_SEQ_SPLIT_5 argument 33 # define BOOST_PP_SEQ_SPLIT_7(x) (x) BOOST_PP_SEQ_SPLIT_6 argument 34 # define BOOST_PP_SEQ_SPLIT_8(x) (x) BOOST_PP_SEQ_SPLIT_7 argument 35 # define BOOST_PP_SEQ_SPLIT_9(x) (x) BOOST_PP_SEQ_SPLIT_8 argument 36 # define BOOST_PP_SEQ_SPLIT_10(x) (x) BOOST_PP_SEQ_SPLIT_9 argument [all …]
|
/third_party/boost/boost/preprocessor/seq/ |
D | enum.hpp | 31 # define BOOST_PP_SEQ_ENUM_1(x) x argument 32 # define BOOST_PP_SEQ_ENUM_2(x) x, BOOST_PP_SEQ_ENUM_1 argument 33 # define BOOST_PP_SEQ_ENUM_3(x) x, BOOST_PP_SEQ_ENUM_2 argument 34 # define BOOST_PP_SEQ_ENUM_4(x) x, BOOST_PP_SEQ_ENUM_3 argument 35 # define BOOST_PP_SEQ_ENUM_5(x) x, BOOST_PP_SEQ_ENUM_4 argument 36 # define BOOST_PP_SEQ_ENUM_6(x) x, BOOST_PP_SEQ_ENUM_5 argument 37 # define BOOST_PP_SEQ_ENUM_7(x) x, BOOST_PP_SEQ_ENUM_6 argument 38 # define BOOST_PP_SEQ_ENUM_8(x) x, BOOST_PP_SEQ_ENUM_7 argument 39 # define BOOST_PP_SEQ_ENUM_9(x) x, BOOST_PP_SEQ_ENUM_8 argument 40 # define BOOST_PP_SEQ_ENUM_10(x) x, BOOST_PP_SEQ_ENUM_9 argument [all …]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | endians.h | 89 #define __ntfs_bswap_constant_16(x) \ argument 93 #define __ntfs_bswap_constant_32(x) \ argument 99 #define __ntfs_bswap_constant_64(x) \ argument 112 # define bswap_16(x) __ntfs_bswap_constant_16(x) argument 113 # define bswap_32(x) __ntfs_bswap_constant_32(x) argument 114 # define bswap_64(x) __ntfs_bswap_constant_64(x) argument 119 #define __le16_to_cpu(x) (x) argument 120 #define __le32_to_cpu(x) (x) argument 121 #define __le64_to_cpu(x) (x) argument 123 #define __cpu_to_le16(x) (x) argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | assignmentToExpandingArrayType.js | 3 let x = [] variable 4 x[0] = { foo: 'hi' } variable 5 x[0] = { foo: 'hi' } variable 6 x[0] = { foo: 'hi' } variable 7 x[0] = { foo: 'hi' } variable 8 x[0] = { foo: 'hi' } variable 9 x[0] = { foo: 'hi' } variable 10 x[0] = { foo: 'hi' } variable 11 x[0] = { foo: 'hi' } variable 12 x[0] = { foo: 'hi' } variable [all …]
|
D | asyncWithVarShadowing_es6.js | 5 async function fn1(x) { argument 9 async function fn2(x) { argument 13 async function fn3(x) { argument 17 async function fn4(x) { argument 21 async function fn5(x) { argument 25 async function fn6(x) { argument 29 async function fn7(x) { argument 33 async function fn8(x) { argument 37 async function fn9(x) { argument 41 async function fn10(x) { argument [all …]
|
/third_party/boost/boost/qvm/ |
D | math.hpp | 41 template <> BOOST_QVM_INLINE_TRIVIAL float acos<float>( float x ) { return ::acosf(x); } in acos() 42 template <> BOOST_QVM_INLINE_TRIVIAL float asin<float>( float x ) { return ::asinf(x); } in asin() 43 template <> BOOST_QVM_INLINE_TRIVIAL float atan<float>( float x ) { return ::atanf(x); } in atan() 44 …template <> BOOST_QVM_INLINE_TRIVIAL float atan2<float>( float x, float y ) { return ::atan2f(x,y)… in atan2() 45 template <> BOOST_QVM_INLINE_TRIVIAL float cos<float>( float x ) { return ::cosf(x); } in cos() 46 template <> BOOST_QVM_INLINE_TRIVIAL float sin<float>( float x ) { return ::sinf(x); } in sin() 47 template <> BOOST_QVM_INLINE_TRIVIAL float tan<float>( float x ) { return ::tanf(x); } in tan() 48 template <> BOOST_QVM_INLINE_TRIVIAL float cosh<float>( float x ) { return ::coshf(x); } in cosh() 49 template <> BOOST_QVM_INLINE_TRIVIAL float sinh<float>( float x ) { return ::sinhf(x); } in sinh() 50 template <> BOOST_QVM_INLINE_TRIVIAL float tanh<float>( float x ) { return ::tanhf(x); } in tanh() [all …]
|
/third_party/boost/libs/hana/test/issues/ |
D | github_221.cpp | 43 constexpr auto x = hana::adjust_if(hana::make_tuple(hana::int_c<0>), hana::id, increment); in main() local 57 constexpr auto x = hana::adjust_if(hana::tuple_c<int, 3>, hana::id, increment); in main() local 81 constexpr auto x = hana::count_if(hana::make_tuple(hana::int_c<0>), hana::id); in main() local 92 constexpr auto x = hana::count_if(hana::tuple_c<int, 3>, hana::id); in main() local 98 constexpr auto x = hana::drop_while( in main() local 115 constexpr auto x = hana::drop_while( in main() local 126 constexpr auto x = hana::filter(hana::make_tuple(hana::int_c<0>), hana::id); in main() local 138 constexpr auto x = hana::filter(hana::tuple_c<int, 3>, hana::id); in main() local 144 constexpr auto x = hana::find_if(hana::make_tuple(hana::int_c<0>), hana::id); in main() local 160 constexpr auto x = hana::find_if(std::make_tuple(hana::int_c<0>), hana::id); in main() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | eg_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFF) <<… argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument 33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((unsigned)(x) & 0x7) << 24) argument 34 #define G_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) >> 24) & 0x7) argument 37 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(x) & 0x7) << 0) argument 38 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 40 #define S_SQ_CF_WORD1_CF_CONST(x) (((unsigned)(x) & 0x1F) << 3) argument 41 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 43 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) argument 44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument [all …]
|
D | r600d.h | 83 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument 88 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument 123 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument 124 #define SURFACE_BASE_UPDATE_COLOR_NUM(x) (((1 << x) - 1) << 1) argument 125 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument 141 #define EVENT_TYPE(x) ((x) << 0) argument 142 #define EVENT_INDEX(x) ((x) << 8) argument 155 #define PRED_OP(x) ((x) << 16) argument 165 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument 166 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument [all …]
|
D | r700_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(x) & 0x7) << 0) argument 35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument 37 #define S_SQ_CF_WORD1_CF_CONST(x) (((unsigned)(x) & 0x1F) << 3) argument 38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument 40 #define S_SQ_CF_WORD1_COND(x) (((unsigned)(x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
/third_party/musl/include/ |
D | tgmath.h | 16 #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f)) argument 17 #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I)) argument 18 #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I)) argument 20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) argument 21 #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeo… argument 23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) argument 24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex)) argument 25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) … argument 50 #define __RETCAST(x) ( \ argument 53 #define __RETCAST_2(x, y) ( \ argument [all …]
|
D | endian.h | 35 #define htobe16(x) __bswap16(x) argument 36 #define be16toh(x) __bswap16(x) argument 37 #define htobe32(x) __bswap32(x) argument 38 #define be32toh(x) __bswap32(x) argument 39 #define htobe64(x) __bswap64(x) argument 40 #define be64toh(x) __bswap64(x) argument 41 #define htole16(x) (uint16_t)(x) argument 42 #define le16toh(x) (uint16_t)(x) argument 43 #define htole32(x) (uint32_t)(x) argument 44 #define le32toh(x) (uint32_t)(x) argument [all …]
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 16 #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f)) argument 17 #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I)) argument 18 #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I)) argument 20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) argument 21 #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeo… argument 23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) argument 24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex)) argument 25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) … argument 50 #define __RETCAST(x) ( \ argument 53 #define __RETCAST_2(x, y) ( \ argument [all …]
|
D | endian.h | 35 #define htobe16(x) __bswap16(x) argument 36 #define be16toh(x) __bswap16(x) argument 37 #define htobe32(x) __bswap32(x) argument 38 #define be32toh(x) __bswap32(x) argument 39 #define htobe64(x) __bswap64(x) argument 40 #define be64toh(x) __bswap64(x) argument 41 #define htole16(x) (uint16_t)(x) argument 42 #define le16toh(x) (uint16_t)(x) argument 43 #define htole32(x) (uint32_t)(x) argument 44 #define le32toh(x) (uint32_t)(x) argument [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 16 #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f)) argument 17 #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I)) argument 18 #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I)) argument 20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) argument 21 #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeo… argument 23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) argument 24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex)) argument 25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) … argument 50 #define __RETCAST(x) ( \ argument 53 #define __RETCAST_2(x, y) ( \ argument [all …]
|
D | endian.h | 35 #define htobe16(x) __bswap16(x) argument 36 #define be16toh(x) __bswap16(x) argument 37 #define htobe32(x) __bswap32(x) argument 38 #define be32toh(x) __bswap32(x) argument 39 #define htobe64(x) __bswap64(x) argument 40 #define be64toh(x) __bswap64(x) argument 41 #define htole16(x) (uint16_t)(x) argument 42 #define le16toh(x) (uint16_t)(x) argument 43 #define htole32(x) (uint32_t)(x) argument 44 #define le32toh(x) (uint32_t)(x) argument [all …]
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 16 #define __IS_FP(x) (sizeof((x)+1ULL) == sizeof((x)+1.0f)) argument 17 #define __IS_CX(x) (__IS_FP(x) && sizeof(x) == sizeof((x)+I)) argument 18 #define __IS_REAL(x) (__IS_FP(x) && 2*sizeof(x) == sizeof((x)+I)) argument 20 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) argument 21 #define __LDBL(x) (__IS_REAL(x) && sizeof(x) == sizeof(long double) && sizeof(long double) != sizeo… argument 23 #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) argument 24 #define __DBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(double complex)) argument 25 #define __LDBLCX(x) (__IS_CX(x) && sizeof(x) == sizeof(long double complex) && sizeof(long double) … argument 50 #define __RETCAST(x) ( \ argument 53 #define __RETCAST_2(x, y) ( \ argument [all …]
|
D | endian.h | 35 #define htobe16(x) __bswap16(x) argument 36 #define be16toh(x) __bswap16(x) argument 37 #define htobe32(x) __bswap32(x) argument 38 #define be32toh(x) __bswap32(x) argument 39 #define htobe64(x) __bswap64(x) argument 40 #define be64toh(x) __bswap64(x) argument 41 #define htole16(x) (uint16_t)(x) argument 42 #define le16toh(x) (uint16_t)(x) argument 43 #define htole32(x) (uint32_t)(x) argument 44 #define le32toh(x) (uint32_t)(x) argument [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | cmp-sext-simm.c | 5 static int lt_ge0(int x) { return (sext(x) < (POS + 0)) == 1; } in lt_ge0() 6 static int lt_ge1(int x) { return (sext(x) < (POS + 1)) == 1; } in lt_ge1() 7 static int lt_ge2(int x) { return (sext(x) < (POS + 2)) == 1; } in lt_ge2() 8 static int lt_gex(int x) { return (sext(x) < (POS<< 1)) == 1; } in lt_gex() 9 static int lt_gey(int x) { return (sext(x) < (POS<< 3)) == 1; } in lt_gey() 10 static int le_ge0(int x) { return (sext(x) <= (POS + 0)) == 1; } in le_ge0() 11 static int le_ge1(int x) { return (sext(x) <= (POS + 1)) == 1; } in le_ge1() 12 static int le_ge2(int x) { return (sext(x) <= (POS + 2)) == 1; } in le_ge2() 13 static int le_gex(int x) { return (sext(x) <= (POS<< 1)) == 1; } in le_gex() 14 static int le_gey(int x) { return (sext(x) <= (POS<< 3)) == 1; } in le_gey() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | capturedLetConstInLoop7.ts | 3 for (let x of []) { variable 21 for (let x in []) { variable 39 for (let x = 0; x < 1; ++x) { variable 58 let x; variable 77 let x; variable 96 let x = 1; variable 114 for (let x = 0, y = 1; x < 1; ++x) { variable 133 let x, y; variable 153 let x, y; variable 172 let x = 1; variable [all …]
|
D | capturedLetConstInLoop6.ts | 2 for (let x of []) { variable 13 for (let x in []) { variable 25 for (let x = 0; x < 1; ++x) { variable 37 let x; variable 49 let x; variable 61 let x = 1; variable 72 for (let x = 0, y = 1; x < 1; ++x) { variable 84 let x, y; variable 96 let x, y; variable 108 let x = 1; variable [all …]
|
D | capturedLetConstInLoop1_ES6.ts | 3 for (let x in {}) { variable 8 for (let x of []) { variable 13 for (let x = 0; x < 1; ++x) { variable 19 let x; variable 25 let x; variable 31 let x = 1; variable 36 for (let x = 0, y = 1; x < 1; ++x) { variable 42 let x, y; variable 48 let x, y; variable 54 let x = 1; variable [all …]
|
D | capturedLetConstInLoop6_ES6.ts | 3 for (let x of []) { variable 14 for (let x in []) { variable 26 for (let x = 0; x < 1; ++x) { variable 38 let x; variable 50 let x; variable 62 let x = 1; variable 73 for (let x = 0, y = 1; x < 1; ++x) { variable 85 let x, y; variable 97 let x, y; variable 109 let x = 1; variable [all …]
|
D | capturedLetConstInLoop7_ES6.ts | 4 for (let x of []) { variable 22 for (let x in []) { variable 40 for (let x = 0; x < 1; ++x) { variable 59 let x; variable 78 let x; variable 97 let x = 1; variable 115 for (let x = 0, y = 1; x < 1; ++x) { variable 134 let x, y; variable 154 let x, y; variable 173 let x = 1; variable [all …]
|
/third_party/boost/libs/phoenix/test/scope/ |
D | more_let_tests.cpp | 42 int x = (let(_a = 1)[let(_b = _1)[ _a + 0 ]])(y); in main() local 44 int x = (let(_a = 1)[let(_b = _1)[ _a ]])(y); in main() local 51 int x = (let(_a = 0)[let(_b = _1)[ _b ]])(y); in main() local 59 int x = (let(_a = 1)[let(_b = _a)[ _a + 0 ]])(); in main() local 69 int x = (let(_a = 1)[let(_b = _a)[ _b + 0 ]])(); in main() local 78 int x = (let(_a = _1)[let(_b = _a)[ _a ]])(y); in main() local 85 int x = (let(_a = _1)[let(_b = _a)[ _b ]])(y); in main() local 98 int x = (let(_a = 1, _b = 2)[let(_b = _a)[ _a + 0 ]])(y); in main() local 100 int x = (let(_a = 1, _b = 2)[let(_b = _a)[ _a ]])(y); in main() local 108 int x = (let(_a = 1, _b = 2)[let(_b = _a)[ _b + 0 ]])(y); in main() local [all …]
|